/*
*	FEUILLE DE STYLE : défini le style de tout le site
*/
/*Style du corps du site : définition de fond d'écran et des marges*/

body {
	margin : 0;
	height : 100%;
	width:100%;
/*	background: #729b3d url('background.png');*/
	background-image:url(ap.png);
	color: #000000;
	font-family : arial, verdana, sans-serif;
	font-size: 1em;
	text-align:center;
}

a.button , input.button{
  display: block;
  width: 120px;
  height:30px;
  line-height:30px;
  font-weight: normal;
  border: none;
  background: url('button.png') no-repeat;
  color: #F4C874;
  font: verdana;
  text-align: center;
  margin: auto;
  font-size: 0.7em;
}
input.button:hover{
  text-decoration:underline;
}
/* ### CONTEINER ### */


#container{
	width: 941px;
	margin: 5px auto 5px auto;
    padding: 0;
	background-color: #D0D0D0;
	text-align: left;
}
/* ### HEADER GENERAL ### */
#header{
/*	background: #FFFFCC;*/
	background-image:url(banniere.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	clear:left;
	padding: 10px 10px 0px 50px;
	margin: 0;
	height:155px;
	font-size : 1.6em;
  	text-align:left, botom;
  	font: oblique 26pt/1.8em  "Arial";
  	font-weight: normal;
  	color: white;	
}
/* ### barre du haut ### */
#connect {
	float:left;
	font-size : 8pt;
	padding-right : 5px;
	font-weight:lighter;
	}

#connect input  {
	font-size:8pt;
	}

#top {
	height: 49px;
	color : white;
	line-height: 21px;
	background: transparent url(top.png) repeat scroll 0 0;
	margin-left : 10px;
	font-size: 10pt;
	color: white;
	padding : 0px 0 0 10px;
	width: 910px;
	}

#top a{
	color :white;
	text-decoration: underline;
	font-weight: normal;
}

.top_header{
    background:  transparent url(top_header.png) no-repeat scroll 0 0; 
	background-position : bottom;
    height: 10px;
    width: 920px;
    margin-left: 10px;
    margin-top: 1px;
  }

.top_footer{
	background:transparent url(top_footer.png) no-repeat scroll 0 0;
	height: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 920px;
  }
/* ### barre du haut  FIN ### */



/* ### Colonne de Gauche ### */
#left {
	width: 180px;
	text-align: center;
	float: left;
	padding: 0 0 5px 10px;
/*	background: #FFFFCC; */
}
  /* ### Menu Gauche ### */
  #menu {
  	width:180px;
  	text-align:left;
    margin: 0;
    padding: 0;
    color: #ffffff;
  }
  #menu span {
  	width:170px;
    display: block;
  	height:27px;
  	line-height:27px;
  	color : black;
	font-size:10pt;
	font-style:normal;
	font-weight:bold;
    margin: 0;
  	padding:0 0 0 10px;
  	background: #a0a0a0 url(rubrique.png) no-repeat left top;

  }
  #menu span a{
  	color:#ffffff;
  }
  #menu ul {
  	margin: 0;
    padding: 0;
  	width:180px;
  	font-size:10pt;
  	list-style:none;
    background: #a0a0a0;
  }
  #menu ul li {
    background: #a0a0a0;
    padding: 1px 0 1px 0;
  }

  #menu ul li a, #menu ul li form, #menu ul li p {
  	display:block;
 	margin:0 5px 0 8px;
  	padding:0 0 0 5px;
  	width:160px;
  	height:25px;
  	line-height:25px;
  	text-decoration:none;
  	color:white;
    background: #A0A0A0 url(rub.png) repeat scroll left top;
	font-size:8pt;
	font-weight:normal;
  }
  #menu ul li a:hover {
  	text-decoration:underline;
  }

  .cont_header{
    background:  transparent url(cont_header.png) no-repeat scroll 0 0; 
	background-position : bottom;
    height: 10px;
  }

  .cont_footer{
	background:transparent url(cont_footer.png) no-repeat scroll 0 0;
	background-position : top;
	height: 10px;
    margin-bottom:10px;
  }


  

  .rubrique_header{
    background:  transparent url(rub_header.png) no-repeat scroll 0 0; 
	background-position : bottom;
    height: 10px;
    width: 180px;
    margin-top: 0px;
  }

  .rubrique_footer{
    background:  transparent url(rub_footer.png) no-repeat scroll 0 0; 
	background-position : top;
    height: 10px;
    width: 180px;
    margin-bottom: 10px;
  }
  
  
  
  /*Fin menu */

/* ### ZONE CENTRALE ### */
#content {	
	background: #e0e0e0;
	padding : 5px 0 0 10px;
}
  h1 {
	  font-size : 1.6em;
	  text-align:center;
	  font-weight: normal;
	  color: #6b2700;
  }
  h2 {
  font-size : 1.3em;
  }
  h3{
	  width: 100%;
	  margin: 0 auto auto 0;
	  text-align:center;
  }
  a{
  	color: #527B1D;
    font-weight : bold;
  	text-decoration: none;
  }
  a:hover {
  	text-decoration: underline;
  }
  p, li{
  font-size : 0.8em;
  }
  
  legend {
  font-weight : bold;
  color: #000000;
  }
  .separateur{
  margin-top: 5px;
  margin-left: 25%;
  }
  .align label {
  display : inline;
  float : left;
  width : 180px;
  text-align : right;
  padding-right : 5px;
  }
  p.bodytext, p.align-left, .justify, p{
  	text-align: justify;
    padding-right: 7px;
  }
  
  p
    {
	margin-bottom:0px;
  }
  form
    {
	margin-bottom : 0px;
  }
  
  p.align-right{
  	float: right;
  	text-align: right;
  }
  .center, p.align-center{
  width: 100%;
  text-align : center;
  }
  img.img_right, img.img_left{
    padding-left: 5px;
    padding-right: 5px;
  }
  img.img_right{
    float:right;
  }
  
  img.img_left{
    float:left;
  }
  .error   {
  font-weight: bold;
  color: #FF0000;
  }
/* ### FOOTER ### */
#footer{
	background:  url('footer.jpg') no-repeat;
	background-position: top;
	clear:both;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.75em;
	height: 40px;
	line-height: 30px;
}
#footer a{
	color: #ffffff;
}
