/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */


/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 1em;
	background:url(../images/fd.jpg);
	}
	
body, form, h1, h2, h3, h4, h5, fieldset, ul, dl, dd, dt { margin:0; padding:0;}

.gris { color:#666666;}
.rouge {color:#e43c06;}
.border { border:solid 1px; padding:10px;}
.bck_rouge { color:#FFFFFF; background-color:#e43c06; padding-left:5px;}
.vert {color:#008f36;}

.spacer {clear:both;}

.photo_left { float:left; margin-right:10px; margin-top:10px; border:solid 1px #999999}
.photo_right { float:right; margin-left:10px; margin-top:10px;}


/* BLOC PRINCIPAUX*/
#conteneur {
	position: relative;
	width:980px;
	margin: 0 auto;
	margin-top:8px;
	
	background:url(../images/fd.jpg);
		
	height: auto;
	min-height: 580px; /* pour firefox prenne toute la hauteur de page*/
	_height: 580px; /*underscore hack uniquement interprt par IE Win*/
	min-height: 580px;
	}
#page.accueil #menu {
	position:absolute;
	left:10px;
	top:10px;
	}
#page #menu {
	position:absolute;
	left:10px;
	top:200px;
	}
#menu ul li {
	list-style-type:none;
	background:url(../images/picto_triangle.gif) no-repeat 2px 4px;
	padding-left:20px;
	line-height:1.2em;	
	}
#menu ul li a {
	color:#888890;
	font-size:0.96em;
	font-weight:bold;
	text-decoration:none;
	}
#menu ul li a:hover, #liens dl a:hover, #menu ul li.actif a {
	color:#ea730a;
	}
#page {
	position:relative;
	background:url(../images/fd_page_int.jpg) #FFFFFF no-repeat;
	
	height: auto;
	min-height: 580px; /* pour firefox prenne toute la hauteur de page*/
	_height: 580px; /*underscore hack uniquement interprt par IE Win*/
	min-height: 580px;
	}
	
#contenu {
	position:relative;
	margin-left:220px;
	padding-top:180px;
	width:715px;
	}
#texte {
	position:relative;
	float:left;
	width:400px;
	}
#texte a {
	color:#000000;
	}
#texte a:hover { color:#666666;}
#media {
	position:relative;
	float:right;
	width:300px;
		text-align:center;
	}
div.telechargement {
	position:relative;
	background:url(../images/icone_doc.gif) no-repeat;
	width:68px;
	height:98px;
	padding-left:65px;
	padding-top:8px;
	float:left;
	margin-right:1em;
	}
div.telechargement p {
	color:#666666;
	font-size:0.65em;
	margin:0;
	padding:0;
	}
#contenu #texte div.telechargement h3,
#media div.telechargement h3 {
	margin:0;
	padding:0;
	}
div.telechargement h3 a {
	font-size:11px;
	text-decoration:none;
	margin:0;
	padding:0;
	color:#000000;
	}
div.telechargement h3 a:hover {
	color:#008f36;
	}
#media img.photos {
	margin-bottom:1em;
	}
#contenu h1 {
	color:#888890;
	font-size:1.15em;
	background:url(../images/fd_titre.gif) no-repeat 0 6px;
	padding-left:15px;
	height:30px;
	padding-bottom:1em;
}
#contenu #texte p {
	font-size:0.71em;
	text-align:justify;
	}
#contenu #texte h2 {
	font-size:0.88em;
	color:#ea730a;
}
#contenu #texte h3 {
	font-size:0.88em;
	margin-bottom:5px;
	padding-top:3px;
	padding-bottom:3px;
}
#contenu #texte h4 {
	font-size:0.77em;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:2em;
}
#contenu #texte h4 a {
	color:#666666;
}
#contenu #texte h4 a:hover {
	color:#000000;
	}
#contenu #texte ul {
	margin-left:2em;
	}
#contenu #texte ul li {
	font-size:0.71em;
	line-height:1.5em;
	}
	
	
/* ACCUEIL */
#logo_accueil h1 {
	position:relative;
	width:980px;
	height:311px;
	text-indent:-50000px;
	display:block;
	background:url(../images/logo_accueil.jpg) no-repeat;
	}
#page.accueil {
	position:relative;
	width:980px;
	height:285px;
	background:url(../images/fd_page_accueil.gif) no-repeat;
	}
#adresse {
	position:absolute;
	width:100%;
	font-size:0.71em;
	text-align:center;
	top:268px;
	color:#837f7f;
	}
#adresse a {
	color:#837f7f;
	}
#adresse a:hover {
	color:#000000;
	}
#baseline {
	position:absolute;
	left:350px;
	top:40px;
	height:20px;
	}
#baseline h2 {
	font-size:0.88em;
	color:#ea730a;
	padding-left:15px;
	}
#baseline h2.picto1 {
	background:url(../images/pictos_baseline.gif) no-repeat 0 2px;
	}
#baseline h2.picto2 {
	background:url(../images/pictos_baseline.gif) no-repeat 0 -20px;
	}
#baseline h2.picto3 {
	background:url(../images/pictos_baseline.gif) no-repeat 0 -45px;
	}
	
#liens {
	position:absolute;
	left:200px;
	top:120px;
	}
#texte #liens {
	position:relative;
	left:0;
	top:0;
	}
#media #liens {
	position:relative;
	top:0;
	left:0;
	margin-left:80px;
	}
#media #liens dl {
	clear:both;
	margin-bottom:1em;
	}
#media h3 {
	font-size:0.88em;
	margin-bottom:1em;
	text-align:center;
	}
#liens dl {
	width:120px;
	float:left;
	margin-right:5px;
	}
#liens dl dd {
	line-height:1em;
	margin-top:5px;
}
#liens dl dd a {
	color:#8c8c94;
	text-decoration:none;
	font-weight:bold;
	font-size:0.96em;
	}
#liens dl dt {
	width:118px;
	height:78px;
	}
#liens dl dt img {
	border:solid 2px #dfdfdf;
	}
	
/* FORMATIONS */
#texte.formations ul li {
	margin-left:3em;
	}
#texte.formations ul {
	border:dashed 1px #999999;
	padding:5px;
	margin-bottom:1em;
	}
#texte.formations ul li.intitule {
	color:#008f36;
	text-transform:uppercase;
	list-style-type:none;
	font-weight:bold;
	margin-left:0;
}