/***********************************************/
/* Tags de bases                               */
/***********************************************/ 
body{
	background : #2F0D00 url(../images/fond_sitanet.jpg) repeat-x;
	font-family: arial, verdana, Helvetica;
	font-size: 12px;
    text-align: center; /* pour corriger le bug de centrage IE */
	}

/***********************************************/
/* Mise en place des differents blocs 		   */
/*		   composants le site				   */
/***********************************************/ 
#conteneur {	 
     margin-left: auto;
     margin-right: auto;
     width: 679px;
	 margin-top:-12px;
     text-align: justify; /* on rétablit l'alignement normal du texte */
	 }
	 
#bloc_ban {
	background: #2F0D00 url(../images/ban_sitanet.jpg) no-repeat;
	width:679px;
	height:177px;
	}
	
#bloc_central {
	font-style: normal;
	font-weight: normal;
	width:679px;
	height:468px;
	}

#bloc_gauche {
	background-image:url(../images/gauche_sitanet.jpg);
	background-repeat:no-repeat;
	width: 62px;
	height: 468px;
	float:left;
	}
	
#bloc_redaction {
	background-color: #AC4D00;
	width: 594px;
	height: 468px;
	float:left;

	}

#bloc_droit {
	background-image:url(../images/droite_sitanet.jpg);
	background-repeat:no-repeat;
	width: 23px;
	height: 468px;
	float:left;
	}

.spacer {
	clear: both;
	visibility: hidden;
	}

#bloc_fermeture {
	background:url(../images/bas_sitanet.jpg);
	background-repeat:no-repeat;
	width:679px;
	height:29px;
}

#footer {
   width:679px;
   text-align:center;
   color:#FFFFFF;
}


#objectif{
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	width:97%;
	height:27px;
	text-align:center;
	color:#5A2B1B;
	font-weight:bolder;
	font-size: 14px;
	background-color:#FFFFFF;
}

#text_index{
	width:330px;
	color:#FFFFFF;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

#nos_sites_index{
	width:234px;
	height: 425px;
	color:#FFFFFF;
	padding-left:10px;
	float:left;
}

#listes_sites_index{
	width:234px;
	height: 370px;
	color:#FFFFFF;
	overflow:auto;
	overflow-x:hidden;
}


ul#menu {
	padding-top: 147px;
	text-align:center;
	list-style-type: none;	
}
	
#menu a {
	color : #ffffff;
	font-weight:bolder;
	text-decoration: none;
}

#menu a:hover {
	color : #FFFFFF;
	font-weight:bolder;
}
	
#menu li {
	display : inline;
}

#bloc_central hr {
	color: #C3E96D;
	background-color: #C3E96D;
	height: 1px;
	border: 0;
}

h1 {
	background:url(../images/puce_titre.jpg);
	background-repeat:no-repeat;
	font-size: 14px;
	padding-left : 20px;
}

p {
	background-color: #904406;
	padding: 10px;
}

	 
	

