/* HTML BODY */

html {
   height: 100%;
}
body {
	 height: 100%;
	 margin:0;
	 
	 /*
	 background-color: #ACD4F3;
	 background-image: url("/images/back.png");
	 background-repeat: repeat-y;
	 */
	 
#background:#ACD4F3 url(/images/back2.png) no-repeat fixed center center;
background: #F5CD6D url('/images/back2.png') repeat-x; }
	 
	 /*background-position: top center;*/
	 text-align: center;
color : #000000;
font-family : Arial, Helvetica, sans-serif;
font-size : 11pt;
}

	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:60px;			/* Height of the footer */
		background:#6cf;
	}

table.sub1
{
border:0px solid #000000;
border-collapse:collapse;
width:100px;
height:90px;
}

table.sub2
{
border:1px solid #DDDDDD;
border-collapse:collapse;
width:200px;
height:215px;
}

TD.bmsg {	
	  border:1px solid #000000;
	  border-collapse:collapse;
	  background-color:#FFFFFF;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size : 12px;
	  font-weight : normal;
	  font-style : normal;	  
	  color: #000000;
	  text-decoration: none;
	  padding: 15px;
	  margin-top: 30px;   
	  }	  
	  
TD.berreur {
	  border:0px solid red;
	  border-collapse:collapse;
	  background-color:#FFD5D5;	
	  font-family: Arial, Helvetica, sans-serif;
	  font-size : 12px;
	  font-weight : normal;
	  font-style : normal;	  
	  color: #000000;
	  text-decoration: none;
	  padding: 15px;
	  margin-top: 30px;	    
	  }


/* LIENS */

A		   { color: #AE7D0D; text-decoration: underline; }
A:link	   { color: #AE7D0D; text-decoration: underline; }
A:visited  { color: #AE7D0D; text-decoration: underline; }
A:active   { color: #AE7D0D; text-decoration: underline; }
A:hover	   { color: #AE7D0D; text-decoration: none; }

.lientitre A:link {text-decoration: underline; color: #000000;}
.lientitre A:visited {text-decoration: underline; color: #000000;}
.lientitre A:active {text-decoration: underline; color: #AE7D0D;}
.lientitre A:hover {text-decoration: none; color: #000000;}

/* text du site*/

TD {	
	  font-family: Arial, Helvetica, sans-serif;
	  font-size : 12px;
	  font-weight : normal;
	  font-style : normal;	  
	  color: #000000;
	  text-decoration: none;	    
	  }

/* TABLEAU LIGNES */	  
	  	  
TR.pair {	
	  background-color:#FFFFCC;
	  }
	  
TR.impair {	
	  background-color:#FFFFFF;	    
	  }
	  
/* ENTETE DE TABLEAU */		  
	  
TD.head {	
	  font-family: Arial, Helvetica, sans-serif;
	  font-size : 12px;
	  font-weight : bold;
	  font-style : normal;	  
	  color: #FFFFFF;
	  text-decoration: none;
	  background-color:#AE7D0D;	    
	  }
	  
TD.headtitre {	
	  font-family: Arial, Helvetica, sans-serif;
	  font-size : 14px;
	  font-weight : bold;
	  font-style : normal;	  
	  color: #000000;
	  text-decoration: none;
	  }

/* PAGINATION */

div.pagination {
	background-color:#fff;
	color:#000000;
	padding:10px 0 10px 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
}

div.pagination a {
	color:#000000;
	padding:2px 5px;
	margin:0 2px;
	text-decoration:none;
	border:2px solid #f0f0f0;
}

div.pagination a:hover, div.pagination a:active {
	border:2px solid #AE7D0D;
	color:#AE7D0D;
}

div.pagination span.current {
	padding:2px 5px;
	border:2px solid #AE7D0D;
	color:#fff;
	font-weight:bold;
	background-color:#AE7D0D;
}
div.pagination span.disabled {
	display:none;
}

  
input {
 border:1px solid #000000;
 background-color:#FFFFCC;
 }
input[type=radio] {
 margin-right:0px;
 background-color:transparent;
 border:none;
 }
select, option {
 background-color:#FFFFCC;
 }
textarea {
 border:1px solid #000000;
 background-color:#FFFFCC;
 }
 
/* PAGINATION */
 
.titre18 {	
	  font-family: Arial, Helvetica, sans-serif;
	  font-size : 18px;
	  font-weight : bold;
	  font-style : normal;	  
	  color: #000000;
	  text-decoration: none;	    
	  }
	  
.titre13 {	
	  font-family: Arial, Helvetica, sans-serif;
	  font-size : 13px;
	  font-weight : bold;
	  font-style : normal;	  
	  color: #000000;
	  text-decoration: none;	    
	  }	  
	  
.titre14 {	
	  font-family: Arial, Helvetica, sans-serif;
	  font-size : 14px;
	  font-weight : bold;
	  font-style : normal;	  
	  color: #000000;
	  text-decoration: none;	    
	  }
	  
.date {	
	  font-family: Arial, Helvetica, sans-serif;
	  font-size : 10px;
	  font-weight : normal;
	  font-style : normal;	  
	  color: #A9A9A9;
	  text-decoration: none;	    
	  }
