@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4974a9;
	background-color: #4974a9;
	background-image: url(/charte/fond.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4974a9;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

/*Structure générale*/

.fond_header {
	background-image: url(/charte/fond_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	top:0;
	left:0;
}

.fond_blanc {
	background-color: #FFF;
}

.fond_bleu {
	background-color: #4974a9;
	color:#FFF;
}

.border {
	padding: 5px;
	border: 1px solid #4974a9;
}

.border_bas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4974a9;
}

.border_bas_padding {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4974a9;
	padding:5px;
}

.border_bas_padding2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4974a9;
	padding-top:10px;
	padding-bottom:10px;
}

.ombre_droit {
	background-image: url(/charte/ombre_droit.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.ombre_bas {
	background-image: url(/charte/ombre_bas.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

td.td_contenu {
	padding-left:20px;
	padding-right:20px;
}

.fond_num {
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	color: #5079ac;
	background-image: url(/charte/fd_num.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	cursor:pointer;
}

.fond_num_on {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(/charte/fd_num_on.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	cursor:pointer;
}

/*Espacement*/

td.td_padding_titre {
	padding-left:85px;
}

/*Liens*/

a:link, a:active, a:visited {
	color: #4974a9;
	text-decoration: none;
}

a:hover {
	color: #4974a9;
	text-decoration: underline;
}

a.lienrouge:link, a.lienrouge:active, a.lienrouge:visited {
	color: #5e0807;
	text-decoration: underline;
}

a.lienrouge:hover {
	color: #5e0807;
	text-decoration: underline;
}

a.lienblanc:link, a.lienblanc:active, a.lienblanc:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.lienblanc:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.pointer {
	cursor:pointer;
}

/*Textes*/

h1 {
	padding:0px;
	margin:0px;
}

h2 {
	padding:0px;
	margin:0px;
}

.titre_times {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
}

.text_times_gd {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

.titre_times_30 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
}

.text_italic_16 {
	font-size:16px;
	font-style: italic;
}

.text_rouge {
	color:#5e0807;
	font-style: italic;
	font-weight:bold;
}

.text_rouge_16 {
	color:#5e0807;
	font-style: italic;
	font-weight:bold;
	font-size:16px;
}

.text_resultat {
	color:#5e0807;
	font-size:24px;
}

.text_16px {
	font-size: 16px;
}

.text_18px {
	font-size: 18px;
}

.text_pt_blanc {
font-size:11px;
color:#FFFFFF;
}

.text_pt {
font-size:10px;
}

.text_moyen {
font-size:11px;
}


/*Formulaire*/

input, select {
	font-size: 12px;
	color: #4974a9;
	background-image: url(/charte/fd_input.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #5079ac;
}

input.input_bouton {
	font-size: 12px;
	font-weight: bold;
	color: #5079ac;
	background-color:transparent;
	background-image: url(/charte/boutons/bouton.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 35px;
	width: 166px;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input.input_bouton_on {
	font-size: 12px;
	font-weight: bold;
	color: #5079ac;
	background-color:transparent;
	background-image: url(/charte/boutons/bouton_on.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 35px;
	width: 166px;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

input.input_check {
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:transparent;
	background-image: none;
}

textarea {
	font-size: 12px;
	color: #4974a9;
	width:100%;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #5079ac;
	background-color: #FFFFFF;
}

/*Div*/

.div_contact {
	background-color: #5079ac;
	position:fixed;
	margin:auto;
	height: 100%;
	width: 100%;
	filter:alpha(opacity=60);
   -moz-opacity:0.6;
	opacity: 0.6;
	left: 0px;
	top: 0px;
	z-index:2000;
	overflow:visible;
	margin:auto;
}

.div_contact2 {
    position:absolute;height: 100%;width: 100%;z-index:2500; display:none; overflow: visible; top:0; left:0;
}
.div_contact3 {
    position:absolute;width: 100%;z-index:2600; overflow:visible; top:80px;
}

.img_partenaire {
	margin-right:20px;
	margin-bottom: 5px;
}