/**********************************/
/************* Général ************/
/**********************************/ 

html {
	margin : 0; 
	padding : 0; 
	text-align: center;
}

body {
	font : 12px verdana, arial, lucida, helvetica, sans-serif; 
	background : #5B5A34;
	margin: 0;
	padding : 0;
	text-align: center;
	margin: 0 auto;
} 

div#global{
	background: #5B5A34 top left repeat-y;
	position: relative;
	width: 760px;
	margin: 7px auto;
	height: auto !important; 
	height: 100%;
}



/**********************************/
/************* En-tête ************/
/**********************************/ 


div#entete{
	background: url(../images/entete.jpg) top left no-repeat;
	position: relative;
	float: left;
	width: 760px;
	height: 116px;
	/*border-bottom : 1px solid black;*/
  }



/*****************************************/
/*************** Séparations**************/
/*****************************************/ 

div#ligne_couleur{
  position: relative; 
  background-color: #CAD28F;
  height: 4px;
  width : 760px;
  clear: both;
} 

* html div#ligne_couleur{
  margin-bottom : -10px;
}


div#frise{
  position: relative; 
  background-image: url(../images/frise.gif) ;
  height: 35px;
  width : 760px;
  clear: both;
} 



div#ligne_blanche{
  position: relative; 
  background-color: #FFFFFF;
  height: 2px;
  width : 760px;
  clear: both;
} 

* html div#ligne_blanche{
  margin-bottom : -10px;
}



/*div#ligne_rouge{
  position: relative; 
  background-color: #990100;
  height: 4px;
  width : 760px;
  clear: both;
} */


/*****************************************/
/****************** Menus *****************/
/*****************************************/ 

div#bloc_menu {
  font-size: 12px; 
  font-family: Verdana;
}

div#menu {
  width: 655px; 
  background-color: #92A028;
  padding-top: 5px;
  padding-bottom: 5px;
  color:#FFFFFF;
  float: left;
  text-align: left;
  padding-left : 15px;
  /* border-bottom: 1px solid black;*/
}

*html div#menu {
  width: 670px; 
}

div#menu ul{
	margin: 0;
	padding: 0;
	}

div#menu li {
	display:inline;
	padding: 0;
	margin:0;
	}

div#menu a {
  /*position: relative;*/ 
  margin: 0; 
  padding: 4px 8px; 
  color: #FFFFFF; 
  text-decoration: none; 
  border-right: #FFFFFF solid 1px; 
}

div#menu a:hover {
  color: #FFFFFF; 
  background-color: #CAD28F; 
  text-decoration: none;
}

div#menu .active {
font-weight: bold; 
background-color: #CAD28F;
color: #FFFFFF;
}


div#langues{
	/*position: relative;*/
	background-color: #92A028;
	float: left;
	height: 27px;
	width: 90px;
	padding-top: 6px;
	margin-bottom : -10px;
	border-bottom: 1px solid black;
}

/*****************************************/
/**************Contenu *******************/
/*****************************************/ 

div#contenu{
position : relative;
background-color: #FFFFFF;
float: left; 
width : 760px;
text-align: left;
padding-top: 25px; 
padding-bottom: 15px;
} 

div#texte{
  padding-left : 25px;
  margin-right: 25px;
}

div#texte a{
  color: #990100;
  font : 12px verdana, arial, lucida, helvetica, sans-serif; 
  text-decoration: none;
}

div#texte a:hover{ 
  text-decoration: underline;
}


h1 h2 h3 h4 {
  font-family: verdana, arial, helvetica, sans-serif;  
  margin: 0; 
  padding: 0; 
  text-align:left;
}
h1 { color: #333333; font-size:150%;}
h2 { font-size:130%; color: #333333;}
h3 { font-size:110%; color: #333333;}
h4 { font-size:100%; font-weight: normal; color: #333333;}



p { 
  line-height: 1.75em; 
  margin: 1em 0 1.5em 0; 
  padding: 0;
}


div#texte li{
  /*list-style-image: url(../images/puce1.jpg);*/
  margin-bottom: 5px;
  margin-left : -20px;
}


/************** Accueil *******************/

div#photos_accueil{
  position : relative;
  float: left; 
  width : 350px;
}

div#photo1{
  padding-left : 25px;
  padding-bottom : 25px;
}

div#texte_accueil{
  position : relative;
  background-image: url(../images/fond.jpg) ;
  background-position: left bottom;
  background-repeat: no-repeat;
  float: left; 
  width : 390px;
  height: 310px;
  margin-top: -10px;
}



* html div#texte_accueil{
  margin-top: 0px;
  height: 300px;
}


div#texte_accueil ul{
  margin-top: -10px;
}

div#texte_accueil li{
  /*list-style-image: url(../images/puce1.jpg);*/
  margin-bottom: 5px;
  margin-left : -20px;
}


/******************************************/



div#texte .csc-textpic {
  margin-bottom: 20px;
  width: 650px;
}







/******************************************/
/*************** Pied de page *************/
/******************************************/ 
 
 
 
 div#pied_de_page { 
  position: relative; 
  background-color: #E9E000;
  height: 15px;
  width : 760px;
  clear: both;
  /*border-top: 1px solid black;
  border-bottom: 1px solid black;*/
}
 
     
