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

html
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:0;
	padding:0;
}
body
{
	margin:0;
	padding:0;
	margin-top:0;
	padding-top:0;
}
h1
{
	font-size:14px;
	font-weight:bold;
	color:#2882ce;
	margin:0;
	padding:0;
	padding-bottom:5px;
	border-bottom:#2882ce thin solid;
}

h2
{
	font-size:12px;
	font-weight:bold;
	color:#999999;
	margin:0;
	padding:0;
}

a
{
	color:#2882ce;
}
a:hover
{
	color:#999999;
}

.bleu
{
	color:#2882ce;
}


a.footer
{
	color:#000000;
	text-decoration:none
}
a.footer:hover
{
	color:#999999;
}


.modif_police_petit
{
	color:#8A0F14;
	text-decoration:none;
	font-size:14px;	
}

.modif_police_grand
{
	color:#8A0F14;
	text-decoration:none;
	font-size:24px;	
}

.table_fond
{
background-image:url(images/general/fond.jpg);
background-repeat:no-repeat;

}

input
{
	font-size:11px;
	width:180px;
}

textarea
{
	font-size:11px;
	width:180px;
	height:100px;
}

.trait_bas
{
	border-bottom:#2882ce thin solid;
} 












.menu
{
	position:relative;
	left:10px;
	top:10px;
	width:160px;
	margin-left:0px;
	
}

.haut_menu
{
	
	height:25px;
	width:160px;
	background-image:url(images/menu/menu_1.jpg);
	background-repeat:no-repeat;
/*     border-bottom: 1px;
	 border-bottom-color:#666666;
	 border-bottom-style:dotted;*/
}

.milieu_menu
{
	top:0px;
	padding:0;
	margin:0;
	width:160px;
	/*background-image:url(../../graphisme/menu/clair2_v/menu_3.jpg);*/	
}

.bas_menu
{
	
	height:4px;
	width:160px;
	/*background-image:url(../../graphisme/menu/clair2_v/menu2.jpg);*/
}

ul#menu 
{
	
	width: auto; 
	margin: 0;
	margin-top:0px;
	padding:0;

} 

ul#menu li 
{
	list-style-type: none;
	list-style-position:inherit;
	background-image: url(images/menu/menu_3.jpg); 
	background-repeat: no-repeat; 
	background-position: 20% 40%; 
	margin: 0; 
	padding: 0;
	margin-bottom:2px;
	padding-top:8px;
	padding-left:10px;
/*     border-bottom: 1px;
	 border-bottom-color:#666666;
	 border-bottom-style:dotted;*/
}


ul#menu a 
{   
	 margin: 0; 
	 padding: 0;
     width: auto; 
     height: 27px;
     display: block;
     text-align: left;
     text-decoration: none;
	 vertical-align:bottom;
     color: #000000;
	 margin-left:20px;
	 font-weight:bold;
}
	 
ul#menu a:hover 
{    
	 color:#999999;
}

