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

html, body {
	background-image:url(../images/fond.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#bdbfbc;
	margin:0px;
	width:100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

img {
    border : none;
    border : 0;
    }


A IMG {
border: none;
} 

a {
	color:#1c542e;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

.gros_titre {
	font-size:16px;
	font-weight:bold;
	color:#1c542e;
}

#rapo_activi {
	background-color:#fff;
	border:1px solid #000;
}

#top {
	background-image:url(../images/haut.png);
	background-repeat:no-repeat;
	background-position:center;
	width:950px;
	height:104px;
	margin:auto;
	
}

#adresse {
	float:right;
	text-align:right;
	width:130px;
	font-size:9px;
}

#btn_range {
	width:100%;
	height:30px;
	padding-top:15px;
	background-color:#CCCCCC;
	color:#000;
}

#btn_range:hover, #btn_range_active {
	width:100%;
	height:30px;
	padding-top:15px;
	background-color:#41bc6c;
	font-weight:bold;
	color:#FFF;
}


#btn_range_active {
	width:100%;
	height:30px;
	padding-top:15px;
	background-color: #506c5e;
	font-weight:bold;
	color:#FFF;
	background-image:url(../images/fleche_bas.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#element_menu {
	text-align:center;
	background-color:#41bc6c;
	height:25px;
	font-weight:bold;
	color:#FFF;
	padding-top:5px;
}

#element_menu:hover {
	text-align:center;
	background-color:#fff;
	height:25px;
	font-weight:bold;
	color:#41bc6c;
}

#titre {
	text-align:center;
}

.titre_mag {
	font-weight:bold;
	font-size:16px;
	letter-spacing:5px;
}

#modul_recherche {
	width:950px;
	text-align:center;
	margin:auto;
}



#par_ref {
	background-image:url(../images/btn.png);
	background-repeat:no-repeat;
	color:#FFF;
	width:200px;
	text-align:center;
	height:23px;
	padding-top:4px;
}

#par_ref:hover {
	background-image:url(../images/btn2.png);
	background-repeat:no-repeat;

}

#par_desi {
	background-image:url(../images/btn.png);
	background-repeat:no-repeat;
	color:#FFF;
	width:200px;
	text-align:center;
	height:23px;
	padding-top:4px;
}

#par_desi:hover {
	background-image:url(../images/btn2.png);
	background-repeat:no-repeat;

}

#list_comp {
	background-image:url(../images/btn.png);
	background-repeat:no-repeat;
	color:#FFF;
	width:200px;
	text-align:center;
	height:23px;
	padding-top:4px;
}

#list_comp:hover {
	background-image:url(../images/btn2.png);
	background-repeat:no-repeat;

}

#mod_rech_admin {
	width:150px;
}

#contenant {
	width:950px;
	margin:auto;
	
}

#list_conn {
	width:400px;
	margin:auto;
}

#bord {
	border:#F00 solid 1px;
}