/* CSS Document by Exanov.fr*/

/* importation css pour l'admin remplir page */
@import url("../0/admin.css");

/*============================== Parametre globaux ==============================*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*Couleur de fond du site : */
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#global {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 900px;
	/*Couleur de cadre principal du site */
	color:#000000;
	background-color: #000000;	/*Bordure du site : */
	background-image: url(images/fond-general.jpg);
	background-repeat: repeat-y;/*	border: 3px solid #66CCFF;*/
}

#titreSite{
    width: 600px;
	margin-right:0px;
	margin-top:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	color:#FFFFFF;
	float: left;
	margin-left: 240px;
}

#titrePage{
	font-family: Helvetica;
	font-size: 1.7em;
	color: white;
	height:27px;
	width:95%;
	text-align: right;
}

/*=============================== Parametre header ===============================*/

#header {
	height: 165px;
	width: 900px;
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header_content {
	height: 117px;
	padding-top:10px;	
}

.coin_header_hg {
	float: left;
	height: 117px;
	width: 22px;
	/*background:url(imgs/coin_header_hg.gif) no-repeat top left;*/
}

.coin_header_hd {
	float: right;
	height: 117px;
	width: 22px;
	/*background:url(imgs/coin_header_hd.gif) no-repeat top left;*/
}

/* elt header */

.logo {

}

/*=========================== Parametre navigation principale ==========================*/
#rappel_arbo{
	position: absolute;
	padding-top: 145px;
	padding-left: 241px;
	color:white;
}

#rappel_arbo a{
	color:white;
}

#navig {
	float:left;
	width: 205px;
	padding-top: 80px;
	height: 100%;
	margin-right: 0px;
	background-image: url(images/fond-menu.jpg);
	background-repeat: no-repeat;
}

ul#menuNavig{
	list-style-type: none;
}

ul#menuNavig li{
	height: 43px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	width:200px;
	padding-top:20px;
}


ul#menuNavig li a{
	display:block;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	background-repeat: no-repeat;
}

ul#menuNavig li a:hover{
	color: #fff;
	font-weight: bold;
}

ul#menuNavig li a:active
{
	font-weight: bold;
	color: #000000;
}

/*=========================== Parametre navigation secondaire ==========================*/

#navig_sous_arbo{
	text-align:left;
	width: 650px; 
	float:left;
}

#menuNavigSous{
	width: 690px;
	padding: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	float: left;
}

.zoneMenuNavigSous{
	width:195px;
	height:120px;
	margin-right: 20px;
	margin-left: 0px;	
	float: left;
}


.zoneMenuNavigSous a{
	font-size: 1.2em;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-weight: bold;
	color: white;
	display:block;
	text-decoration: none;
	vertical-align: middle;
}

.zoneMenuNavigSous a:hover{
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	display:block;
	text-decoration: none;
}

.zoneMenuNavigSous a:active{
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	display:block;
	text-decoration: none;
}

.zoneMenuNavigSous_m{
	text-align:center;
	display: block;
	width:195px;
	background-image: url(images/bouton2m.jpg);
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: repeat-y;
}

.zoneMenuNavigSous_h{
	background-image: url(images/bouton2h.jpg);
	background-repeat: no-repeat;
	height:20px;		
}

.zoneMenuNavigSous_b{
	background-image: url(images/bouton2b.jpg);
	background-repeat: no-repeat;
	height:26px;
}


/*================================ parametre zone contenu =========================*/

#content {
	float: left;
	width: 670px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 20px;
	color:white;
	overflow:hidden;
}


#content_main {
	margin-top: 10px;
	/*** dans le cas du menu secondaire a gauche***/
	width: 100%;
	float:left;
}


#content_main label{
	float: left ;
	width: 170px ;
	font-weight: bold ;
	margin-left: 75px ;
}

#content_main input[type=button], input[type=submit]{
	color:#949494;
	border:1px #B8B8B8 solid;
	font-weight:bold;
}

#content_main input[type=submit]:hover {
	background: #999;
	color: #fff;
}


/*================ CADRES ENGLOBANT =====================*/

#cadre_englob {
	width:95%;
	padding:0 0 0 10px;
}


/*================================== Parametre modules ==============================*/

.module{
	float:left;
	/*** bordure delimitation des modules : border: 3px solid #DAE4F3;*/
	margin-top: 30px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;

}


/*================================== Parametre footer ==============================*/

#footer {
	height:90px;
	clear:both;
	background-image: url(images/pied.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#fff;
}


#footer_content {
	padding-top:37px;
	font-size: 0.8em;
	text-align: center;
}
#footer_content a {
	text-decoration: underline;
	color: #fff;
}
#footer_content a:hover {
	text-decoration: underline;
	color: #fff;
}

.coin_footer_bg {
	float: left;
	/*background:url(images/footer-bd.jpg) no-repeat bottom left ;*/
}

.coin_footer_bd {
	float: right;
	/*background:url(images/footer-bd.jpg) no-repeat bottom right;*/
}
