/* CSS Document */


/* ################  caracteristiques des liens par defaut  ################ */

a:link {
background-color : inherit; 
color : #000; 
text-decoration : none;
 font-family : Verdana, Arial, Helvetica, sans-serif; 
 }
 
a:visited { 
text-decoration : none;
 background-color : inherit; 
 color : #000;
 font-family : Verdana, Arial, Helvetica, sans-serif;
 } 
 
a:hover { 
text-decoration : underline; 
background-color : inherit;
 color : #FF8C00; 
 font-family : Verdana, Arial, Helvetica, sans-serif;
 } 
 
a:active {
 text-decoration : none; 
background-color : inherit; 
color : #000; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
} 

a.menu:link {
background-color : inherit; 
color : #c2000b; 
text-decoration : none;
 font-family : Verdana, Arial, Helvetica, sans-serif; 
 font-size:11px;
 }
 
a.menu:visited { 
text-decoration : none;
 background-color : inherit; 
 color : #c2000b;
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 } 
 
a.menu:hover { 
text-decoration : underline; 
background-color : inherit;
 color : #ff2a00; 
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 } 
 
a.menu:active {
text-decoration : none; 
background-color : inherit; 
color : #ff2a00; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size:11px;
}

a.bdd:link {
background-color: inherit; 
color : #ff2a00; 
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif; 
 }
 
a.bdd:visited { 
text-decoration : none;
 background-color : inherit; 
 color : #ff2a00;
 font-family : Verdana, Arial, Helvetica, sans-serif;
 } 
 
a.bdd:hover { 
text-decoration : underline; 
background-color : inherit;
 color : #ff2a00; 
 font-family : Verdana, Arial, Helvetica, sans-serif;
 } 
 
a.bdd:active {
 text-decoration : none; 
background-color : inherit; 
color : #ff2a00; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
} 


*{

margin:0;

padding:0;

border:0;

}



body { 

	background : url(images/background.gif);

	}





html, body {

text-align: center;

	}



#document {

	text-align:left;

   	width: 656px;

	margin: 15px auto;

	}

	

#header {    

	width:656px;

	height: 167px;

	background: url(images/palmier_03.gif) no-repeat;

	}

	

#midle {

	width:614px;

	background: url(images/palmier_04.gif) repeat-y;
      
      font-size : 12px;

	font-family: arial;

	}

	

#midle p {   

	font-size : 12px;

	font-family: arial;

	font-style:normal;

	text-align:justify;

	}

	

.illustration {

	border: solid 1px black;

	width:185px;

	height:130px;

	margin-left: 45px;
	
	margin-top: 10px;

	margin-bottom: 10px;

	}

.puce {

	width:6px;

	height:6px;
	
	margin-right:6px;	
		
	margin-bottom:1px;
	}
	
	
.trait {

	width:500px;

	height:1px;
	
	margin-right:6px;	
		
	margin-bottom:1px;
	}
	
.acrobat {

	width:45px;

	height:45px;

    margin-top:-30px;	
	
	margin-left:400px;	
		
	
	}
	
	
.postit {

	margin-left:320px;

	margin-top: 8px;

	

	}
.postitfooter {

	margin-left:15px;

	margin-top: 8px;

	margin-bottom: 10px;

	}

.logo {


	width:100px;

	height:80px;

	margin-left:70px;

	margin-top: 10px;

	margin-bottom: 10px;

	}	
	
	
.tic {


	width:20px;

	height:30px;


	}	
	
div.centrage {
text-align: center;
 }


#menu, #midle p, h1, h2, h3 #footer{

	padding-left:40px;

	padding-right:50px;

	}	

			

#footer {

	width: 649px;

	height: 249px;

	background: url(images/palmier_06.gif) no-repeat;	

	}

	

#copyright {

	padding-top:217px;
	padding-left: 250px;
	
	}

	

#footer p {

	font-size : 9px; 

	font-family: arial; 

	font-style:normal;

	}   

	

#menu {

	text-align:center;

	font-size : 11px; 

	font-family: Verdana; 

	font-style:bold; 

	color:#C3000C; 

	}




h1 {

	margin-top: 10px;

	margin-bottom: 10px;

	text-align:left;

	font-size : 14px; 

	font-family: arial; 

	font-style:bold; 

	color:#FF8C00;

	}
	
h2 {

	margin-top: 10px;

	margin-bottom: 10px;

	text-align:left;

	font-size : 12px; 

	font-family: arial; 

	font-style:bold; 

	color:#FF8C00;

	}	
	
h3 {

	margin-top: 10px;

	margin-bottom: 10px;

	text-align:left;

	font-size : 10px; 

	font-family: arial; 

	font-style:bold; 

	color:#FF8C00;

	}
	

li {

	
	margin-left: 60px;
	
	margin-top:5px;
	
	text-align:left;

	font-size : 12px; 

	font-family: arial; 

	font-style:normal; 

	color:#000;

	}
	
table.color {
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #ffa600;

}

th.color {
  font-size: 13px;
  padding: 2px 10px 2px 10px;
  background-color: #fef6bc;
  border: 1px solid #ffa600;
}

td.color {
 font-size: 13px;
  padding: 2px 10px 2px 10px;
  border: 1px solid #ffa600;
}	

table {
  margin: 0 auto;
  border-collapse: collapse;


}

th{
  font-size: 13px;
  padding: 2px 10px 2px 10px;
  background-color: #fef6bc;
  border: 1px solid #ffa600;
}

td{
 font-size: 13px;
  padding: 2px 10px 2px 10px;
}	
	
hr {

font-size:3px; 

width:400px;

color: #FF8C00;

float:left;

}
