/* CSS Document */

/* Titres */
.titre_grand {
color:#000;
text-decoration:none;
font-size: 24px;}

.texte_chapeau {
color:#BDBF00;
text-decoration:none;
font-weight:bold;
font-size: 14px;
}

.texte {color: #000000;
text-decoration:none;
font-size: 12px;}

.fil2 {
color: #ffffff;
text-decoration:none;
font-size: 13px;
font-weight:bold;
}

.fil4 {
color:#FF8601;
text-decoration:none;
font-size: 13px;
font-weight:bold;
}

.rose {
color:#FF8601;
text-decoration:none;
font-size: 12px;
}

/* Liens */
A.menu {color:#8BADD7;
text-decoration:none;
font-size: 16px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
padding:0px;
margin:0px;
vertical-align: middle;
}

A:hover.menu {color:#EF970E;
	text-decoration:none;
	font-size: 16px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	vertical-align: middle;
	}

A.menu_blanc {color: #000;
text-decoration:none;
font-size: 12px;
font-weight:normal;
}

A:hover.menu_blanc {color: #000;
font-size: 12px;
text-decoration: underline;
font-weight:normal;
}

A.menu_blanc2 {color: #FFF;
text-decoration:none;
font-size: 12px;
}

A:hover.menu_blanc2 {color: #FFF;
font-size: 12px;
text-decoration: underline;
}


A.fil {
color: #ffffff;
text-decoration:none;
font-size: 13px;
font-weight:bold;
}
	
A:hover.fil {
color: #ffffff;
font-size: 13px;
text-decoration:underline;
	}


A.fil3 {
color:#FF8601;
text-decoration:none;
font-size: 13px;
font-weight:bold;
}
	
A:hover.fil3 {
color:#EE4611;
font-size: 13px;
text-decoration:underline;
	}

A {color:#ff8601;
text-decoration:none;
font-size: 12px;
font-weight:bold;
}
 
A:hover {color:#ff8601;
	font-size: 12px;
	text-decoration:underline;
	font-weight:bold;

	}


A.recherche {color: #663366;
text-decoration:none;
font-size: 12px;
}
 
A:hover.recherche {color:#663366;
	font-size: 12px;
	text-decoration:underline;
	}


/* BLOCS DE MISE EN PAGE */

body {
background-color:#D4D600;
background-image:url(../Image/fond_vert.gif);
background-repeat:repeat-y;
background-position:center;
margin:0px;
font-family:Arial, Helvetica, sans-serif;;
text-align: center; /* pour corriger le bug de centrage IE */
}

#conteneur2 {
	position: relative; /* on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
    text-align: center;
	margin:0px;
	width: 100%;
	height:60px;
	background-color:#EFF6FF;
	background-image:url(../Image/fond_bandeau.jpg);
	background-repeat:repeat-x;
	background-position:center;
	width: 960px;
	}

#conteneur {
	position: relative; /* on positionne le conteneur */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	width: 960px;
	padding:0px;
	background-color:#EFF6FF;
	}
	
	.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
		
#header_moteur {
	width: 960px;
	height: 270px;
	
	}
		
#header_menu {
	width: 960px;
	}
				
#header_fil {
	padding-top:5px;
	padding-bottom:0px;
	height:25px;
	width: 960px;
	margin:0px;
	}
	

	
#sidemenu {
	float:left;
	width:200px;
	margin-right: 0px;
	padding-left:6px;
	margin-top:0px;
	margin-bottom: 25px;
	background-color:#EFF6FF;
		}
				
#contenu {
	float: right;
	width: 683px;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:25px;
	margin-right:0px;
	margin-top:-5px ;
	margin-bottom: 25px;
	border:#A4C6EF 1px solid;
	background-color:#ffffff;
	position:relative;
	}

.bloc_menu {color:#ffffff;
text-decoration:none;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;;
font-size: 16px;
width: 210px;
padding-top: 3px;
padding-bottom: 0px;
padding-left: 0px;
margin-bottom:-4px;
height:32px;}

.bloc_menu_blanc {
background-color:#8badd7;
width: 210px;
font-weight:bold;
padding-top: 3px;
padding-bottom: 5px;
padding-left: 0px;}

.bloc_menu_souscat {
width: 210px;
background-color: #660000;
padding-bottom: 5px;
padding-left: 0px;
margin-top:-1px;
border-bottom:#CCCC00 1px solid;
}


.round-top
{
background-color: transparent;
background-image: url(../Image/commentsbg.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt 0pt;
width: 683px;
height: 4px;
}

.content{
position:relative;
background-color:#D3D509;
padding:5px;}

.round-bottom
{
background-color: transparent;
background-image: url(../Image/commentsbg.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt -10px;
width: 683px;
height: 4px;
}
/* BOUTONS FORMULAIRE */

select,textarea,input {
	border:1px solid #000000;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color:#000;
	padding:1px;
	height:16px;
}

.submit
{
height:23px;
background-color:#FF9900;
font-weight:bold;
}

.rien {
	border:none;
	background-color:#cccccc;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	padding:2px;
	height: auto;
	width:150px;
}

form {margin:0px;}

.float_droite {	
 float:right;
 margin-left:12px;
 }
 
 .float_gauche {	
 float:left;
 margin-right:12px;
 }
  
  .cadre{
  background-color:#EFEFEF; border:1px #cccccc solid;padding:4px;
  }
  
 .texte_bleu {color:#2FBFBF;
text-decoration:none;
font-weight:bold;
font-size: 14px; }
 
.txtFieldSearch {BORDER-RIGHT: #330000 1px solid; BORDER-TOP: #330000 1px solid; font-size: 10px; BORDER-LEFT: #330000 1px solid; COLOR: #333333; BORDER-BOTTOM: #330000 1px solid; FONT-FAMILY: Arial, Helvetica, sans-serif; HEIGHT: 19px; BACKGROUND-COLOR: #ffffff; position:relative;}

.txtFieldSearch2 {BORDER-RIGHT: #330000 1px solid; BORDER-TOP: #330000 1px solid; font-size: 12px; BORDER-LEFT: #330000 1px solid; COLOR: #330000; BORDER-BOTTOM: #330000 1px solid; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #FF9900; width: 350px;padding:2px;}

.txtFieldSearch3 {BORDER-RIGHT: #330000 1px solid; BORDER-TOP: #330000 1px solid; font-size: 12px; BORDER-LEFT: #330000 1px solid; COLOR: #330000; BORDER-BOTTOM: #330000 1px solid; FONT-FAMILY: Arial, Helvetica, sans-serif; HEIGHT: 60px; BACKGROUND-COLOR: #FF9900; width: 350px;padding:2px;}


