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


body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #F0EFF8;

   }

div, label, input, textarea, img, span{
	margin: 0;
	padding:0;
}

.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
li{
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 60%;
	padding-left: 12px;
}
li:hover{
	background-image: url(../images/dot1.gif);
	background-repeat: no-repeat;
	background-position: 0 60%;
	padding-left: 12px;
}
/*------------------------------------------------------------------------------------menus du sommet--------------------*/
#menu_haut_boite{
	height:27px;
	float:left;
	width: 600px;	
}

#menu_haut ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
}

ul#menu_haut li {  
    display: inline;
	padding: 0px;
	float: left;
	height: 27px;
	width: 100px;

} 


ul#menu_haut  li a {
    background-image: url(../images/brand_03.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	float: left;
	height: 24px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	padding: 3px 0 0 0;
}

ul#menu_haut li a:hover{
    background-image: url(../images/brand_sel_03.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	float: left;
	height: 24px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	padding: 3px 0 0 0;
}

/*------------------------------------------------------------------------------------logo texte deroulant --------------------*/
#texte_deroulant {
	margin: 0;
	width: 400px;
	height:60px;
	float: left;
	margin-top: 20px;
}

#logo{
	background-image: url(../images/brand_02.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	height: 121px;
	width:271px;
	background-position: 0 0;
}





/*-----------------------------------------------------------------------------recherche area-------------------*/


.search_box {
	float: left;
	height: 22px;
	width: 147px;
	background-repeat: no-repeat;
	background-image: url(../images/brand_08.jpg);
   padding-left: 38px;
	padding-top: 5px;
}
.searchtextbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #006600;
	text-decoration: none;
	float: left;
	height: 15px;
	width: 90px;
	border: 0px solid;
	text-align: left;
	font-style: normal;
	

}
/*----------------------------------------------------------------------------------date system--------------------*/
#ladate {
	background-repeat: no-repeat;
	margin: 0;
	height:74px;
	width: 58px;
	background-image: url(../images/notepadicons.png);
	float: right;
	position: relative;
	display: inline;
	margin-top: 15px;
	margin-right:110px;
}
#lundi {
	position: relative;
	height:13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	width: 46px;
	background-color: #006699;
	margin-top: 17px;
	margin-left:5px;
}
#jour {
	position: relative;
	height:17px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #CC0000;
	width: 46px;
	padding-bottom: 1px;
	margin-left:5px;
}
#mois {
	position: relative;
	height:17px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	width: 46px;
	background-color: #009933;
	margin-left:5px;
}
/*------------------------------------------------------------------------------------list lien gauche--------------------*/

ul.menu_gauche_contenu  {
	margin: 0;
	padding: 5px 0 5px 8px;
	list-style-type: none;
}
ul.menu_gauche_contenu  li a {
	font-weight: normal;
	text-decoration: none;
	color: #294E72;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.76em;
}

ul.menu_gauche_contenu li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.76em;
   font-weight: normal;
	text-decoration: underline;
	color: #a75064;
}
ul.menu_gauche_contenu li {
	background-image: url(../images/bullet2-normal.gif);
	background-repeat: no-repeat;
	background-position: 0 70%;
	padding-left: 7px;
}
ul.menu_gauche_contenu li:hover{
	background-image: url(../images/bullet2-hover.gif);
	background-repeat: no-repeat;
	background-position: 0 70%;
	padding-left:7px;
}


/*------------------------------------------------------------------------------------menus du bas--------------------*/
#menu_bas ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: left;
}

ul#menu_bas li {  
    display: inline;
	background-image: url(../images/bullet2-normal.gif);
	background-repeat: no-repeat;
	background-position: 0 70%;
	padding-left: 5px;
} 
ul#menu_bas li:hover{
	background-image: url(../images/bullet2-hover.gif);
	background-repeat: no-repeat;
	background-position: 0 70%;
	padding-left:5px;
}

ul#menu_bas  li a {
	text-decoration: none;
	padding: 0 .3em;
	font-weight: normal;
	color: #2C4A56;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.73em;
}

ul#menu_bas li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.73em;
    font-weight: normal;
	text-decoration: underline;
    color: #a75064;
}
/*------------------------------------------------------------------------------------liens utiles infos pratiques--------------------*/
.infos_pratique {
	font-variant: normal;
	display: block;
	width: 140px;
	height: 22px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.76em;
	font-weight: bold;
	text-align: left;
	background-image: url(../images/infospratiques_01.jpg);
	padding-left: 54px;
	padding-top: 6px;
}
#lien_utiles {
	width: 189px;
	height: 157px;
	background-image: url(../images/infospratiques_02.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 73%;
	padding-left: 5px;
	border-bottom: solid #99ff33 1px;
}



/*------------------------------------------------------------------------------------liens--------------------*/
a:link {
	font-weight: normal;
	text-decoration: none;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	}
a:visited {
	font-weight: normal;
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
	color: #376695;
	}
a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration: underline;
	color: #8F5197;
	}



/*------------------------------------------------------------------------------------mise en page--------------------*/

#corps {
	height: 100%;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#header{
	width:900px;
	height:121px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 5px;
}
#header_box{
	width:100%;
	height:126px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	display: block;
}



#contenu {
	height:auto;
	width: 70%;
	display: inline;
	float: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color: #003333;
}





	
#panneau_gauche{
	float: left;
	width:200px;
	height: 100%;
	display: inline;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 0px;
}



/*------------------------------------------------bas de page--------------------*/


#footer{
	width:100%;
	height:30px;
	display: block;
	padding-top: 5px;
	
	float: left;
	text-align: center;
	border-top: dotted #927f3c 1px;
}



/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
