/* CSS Document */
a { text-decoration: none; color:black;  }
a:visited { text-decoration: none; color:black;  }
a:hover { text-decoration: none; color:black}
a:active { text-decoration: none; color:black;}

#prechargement
{
	display: none;
}

body {
	background-image:url(./../images/maquette/fond.gif);
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top : 0px;
	overflow: scroll;
}

form {
	margin: 0; 
	padding: 0;
}

td {
	font-size:11px;
}

textarea {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.conteneur {
	position: absolute;
	width: 970px;
	left:50%;
	margin-left: -485px;
	background-color:#FFFFFF;
}

.header {	
	height: 125px;
	background-image:url(./../images/maquette/bandeau_haut.gif);	
}

.menu_lien{
	padding-top:100px;
	height:20px;
}

.menu_lien a{
	height:20px;
	padding-top:4px;
	background-image:url(./../images/boutons/menu_a.gif);
	background-repeat:no-repeat;
	text-align:center;
	float:right;
	display: block;
	font-weight:bold;
	font-size: 11px;
}

.menu_lien a:hover {
	background-image:url(./../images/boutons/menu_hover.gif);
	background-repeat:no-repeat;
	padding-top:2px;
}

.menu_infos{
	position: absolute;
	padding-top:103px;
	padding-left:15px;
}

.block_centre {
	background-color:#FFFFFF;
	overflow:hidden;
	width: 970px;
	height: 1%;
}

.block1_menu{
	float:left;
	margin-top: 18px;
	margin-left: 15px;
	width: 190px;
	font-size:11px;	
}

.block2_contenu{
	float:left;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top:5px;
	text-align: left;
	width: 750px;
}

.foot {
	background-image:url(./../images/maquette/bandeau_bas.gif);
	background-repeat:no-repeat;
	height: 91px;
}

.foot_contenu {
	padding-top:10px;
	text-align:center;
	color: white;
}

.foot_contenu a{
	padding-top:10px;
	text-align:center;
	color: white;
	text-decoration: none;
}

.foot_contenu a:hover{
	text-decoration: underline;
}


.titre {	
	height: 13px;
	background-image:url(./../images/fleche.jpg);
	background-repeat:no-repeat;
	padding-left: 25px;
	font-weight: bold;
	color: #e68a00;
}

.titre a{
	font-weight: bold;
	color: #e68a00;
}

.titre a:hover{
	font-weight: bold;
	color: #e68a00;
	text-decoration: underline; 
}

.titre_2 {
	height: 10px;
	background-image:url(./../images/carre.jpg);
	background-repeat:no-repeat;
	padding-left: 15px;
	font-weight: bold;
	color: #1d5679;
}

.titre_2 a{
	font-weight: bold;
	color: #1d5679;
}

.titre_2 a:hover{
	font-weight: bold;
	color: #1d5679;
	text-decoration: underline; 
}

.titre_3 {
	height: 10px;
	background-image:url(./../images/rond.gif);
	background-repeat:no-repeat;
	padding-left: 15px;
	font-weight: bold;
	color: #474545;
}

.titre_3 a{
	font-weight: bold;
	color: #474545;
}

.titre_3 a:hover{
	font-weight: bold;
	color: #474545;
	text-decoration: underline; 
}

a.opacity img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}

a.opacity:hover img {
	filter:alpha(opacity=70);   
	-moz-opacity: 0.7;   
	opacity: 0.7;
}

.copyright {
	font-size: 9px;
	text-align: center;
}

a.info{
    position:relative; 
    z-index:24;  
    text-decoration:none;
}

a.info:hover{
	z-index:25; 	
}

a.info span{
	display: none;
}

a.info:hover span{ 
	display:block; 
	position:absolute;    
    top:20px;  
	left: -68px;
	width:195px;
    border:1px solid #e68a00;
    background-color:white; 
	color:black;
    text-align: justify;
    font-weight:none;
    padding:10px;    
}

.spacer {
	clear: left;
}




