/*
	Tested and 100% compatible with:
	Internet Explorer 5.01+ (Win)
	Firefox 0.9.3 (Win)
	Very minor issue found with:
	Internet Explorer 5.2.3 (Mac)
*/	

/* Document Styles */


/* ---------- BODY ---------- */
body {
	background: #DEDEDE;
	font-family: verdana, "lucida console", sans-serif;
	font-size: 11px;
	color: #333366;
	margin: 10px 10px 10px 10px;
	}
	
	
	
	


/* ---------- POSITIONNING ---------- */

.fonds {
	position: relative;
	height: auto;
/*	width: 80%;*/
	min-width: 800px;
	min-height: 600px;
	background: #FFFFFF repeat-y;
	border: 2px solid #FFFFFF;
	margin: 30 100 30 100;
	padding: 0;
	text-align: left;
	}
	
.entete {
	position: relative;
	}

.texte{
   position: relative;
   margin: -290px 2px 2px 145px;
   /*width: 80%;*/
   min-width: 600px;
	min-height: 400px;
  	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	padding: 0px;
	}

.pied {
	position: relative;
	text-align: right;
	color: #000000;
	height: 15px;
	padding: 10px;
	background: #DEDEDE;
	border-top: 1px solid #FFFFFF;
	margin: 0px 2px 0px 0px;
	}

.menu {
	position: relative;
	width: 125px;
	border: 10px solid #FFFFFF;
	}
	
.menuboite {
	border: 1px solid #DEDEDE;
	}

.menutitre {
	color: #B22222;
	padding: 2px;
	}

.menuitem a {
	text-decoration: none;
	padding: 3px;
	}	

.menuitem a:hover {
	color: #999999;
	}
	
	
	
	



	

/* ---------- FORMATTING ---------- */	
	
a {    
   color: #3366CC;    
    background: transparent;
    text-decoration: none;
	}
	
a:hover {
	color: #999999;
   text-decoration: none;
   }
   
a:active {    
    text-decoration: none;
   }
   
a.diaporama:visited {    
    text-decoration: none;
	 color: #999999;
   }

p {
	margin: 0px 0px 10px 0px;
	}

p.titre_entete {
	font-size: 30px;
	color: #B22222;
	padding: 2px;
	}
	
p.sous_titre_entete {
	font-size: 20px;
	color: #B22222;
	}
	
p.sous_sous_titre_entete {
	font-size: 12px;
	color: #B22222;
	}

p.titre {
	font-size: 20px;
	color: #B22222;
	padding: 2px 2px 5px 2px;
	}
	
p.sous_titre {
	font-size: 13px;
	color: #696969;
	padding: 2px;
	margin-left: 2px;
	}
	
p.sous_sous_titre {
	font-size: 18px;
	color: #B22222;
	margin-left: 10px;
	}
	
p.texte_normal {
	line-height: 20px;
	margin: 5px 1px 27px 5px;
	}	

p.tarif_liens {
	 text-align: right;
	 padding: 50px;
}

ul {
	margin: 0;
	padding: 0 23px 10px 27px;
	list-style: none;
	line-height: 1.2em;
	}

li {
	padding-bottom: 7px;
	}

acronym {
	font-style: normal;
	border-bottom: 1px dotted #666;
	}

.accesskey {
	text-decoration: underline;
	}
	
.lib_photo {
	font-size: 15px;
	}	







/* ---------- TABLES---------- */

table.tarif {
	  font-size: 12px;
	  padding: 1px 1px 20px 10px; 
}

tr.gris {
	  background: #F3F3F3	;
}

th.tarif_titre {
	  background: #E3E3E3	;
}

td.tarif_vert {
	  background: #00FF33;
	  text-align: center;
}

td.tarif_rouge {
	  background: red;
	  text-align: center;
}
	
td.photo {
	 vertical-align: top;
	 text-align: center;
	 height: 125px;
	}

td.photo_diaporama {
	 vertical-align: middle;
	 text-align: center;
	 height: 355px;
	 width: 375px;
	}
	
td.photo_admin {
	 vertical-align: top;
	 text-align: center;
	}
	
td.bouton {
	 vertical-align: middle;
	 text-align: center;
	 width: 50px;
	}