/* 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;
	background-color:#FFFFFF;
	background:url(../images/fd.jpg);
	margin:0;
	margin-top:10px;
	padding:0;
	font-size: 1em;
	}
	
form, h1, h2, h3, h4, h5, ul { margin:0; padding:0;}

.couleur {color:#3399FF}



#conteneur {
	position: relative;
	width:979px;
	margin: 0 auto;
}

#bandeau_logo {
	position:relative;
	margin:0 auto;
	width:979px;
	height:68px;
	background:url(../images/bandeau_logo.jpg) no-repeat;
	text-indent:-500000px;
}

#bandeau {
	position:relative;
	margin:0 auto;
	width:979px;
	height:137px;
	background:url(../images/bandeau.jpg) no-repeat;
}

#content {
	position:relative;
	margin:0 auto;
	width:979px;
	background:url(../images/fd_page.gif)
}



/* MENU */
#content #menu {
	position:relative;
	width:280px;
	background:url(../images/fd_menu.gif) no-repeat;
	float:left;
	/*border:solid 1px green;*/
}
#content #menu ul {
	position:relative;
	margin-left:3em;
	padding-top:1em;
}
#content #menu li {
	list-style-type:none;
	background:url(../images/filet_menu.gif) no-repeat left bottom;
	line-height:1.5em;
}
#content #menu ul li a {
	color:#505050;
	font-size:0.96em;
	text-decoration:none;
	font-weight:bold;
}
#content #menu ul li a:hover {
	color:#3399FF;
}




/* PAGE */
#page {
	position:relative;
	width:699px;
	float:left;
	padding-top:10px;
}
#page h1 {
	font-size:0.88em;
	text-transform: uppercase;
	font-weight:normal;
	padding-left:15px;
}
.fleche {
	background:url(../images/fleche.gif) no-repeat 2px;
}




/* PAGE ACCUEIL */
#page #texte_accueil {
	position:relative;
	width:50%;
	float:left;
	margin-right:50px;
	margin-top:1em;
}
#page #texte_accueil p {
	font-size:0.77em;
	color:#505050;
	text-align:justify;
}
#page #breves {
	position:relative;
	width:38%;
	float:left;
	background:url(../images/filet_vertical.gif) no-repeat;
	overflow:auto;
	height: 234px;
}
#page #breves p {
	margin:0;
	padding:0;
}
#page #breves h3 {
	font-size:0.88em;
	margin-left:30px;
	margin-bottom:10px;
}
#page #breves ul {
	margin-bottom:0.5em;
	margin-left:30px;
}
#page #breves li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:0.77em;
	color:#505050;
}
#page #breves li p {
	color:#505050;
	font-size:0.88em;
}
#page #breves li a {
	text-decoration:none;
	color:#3399FF;
	font-size:0.88em;
}
#page #breves li a:hover {
	text-decoration:underline;
	color:#3399FF;
	}


/* PAGE */
#page #texte_page {
	position:relative;
	width:430px;
	margin-top:1em;
	
	height: auto;
	min-height: 200px; /* pour firefox prenne toute la hauteur de page*/
	_height: 200px; /*underscore hack uniquement interprt par IE Win*/
	min-height: 200px;
}
#page #texte_page p,
table {
	font-size:0.77em;
	color:#505050;
	text-align:justify;
}
#visuel {
	position:absolute;
	right:0;
	top:0;
	width:261px;
}
#page #texte_page h3,
#page #texte_accueil h3 {
	margin-top:1em;
	font-size:0.88em;
	border-bottom:dashed 1px #CCCCCC;
}
#page #texte_page ul {
	position:relative;
	font-size:0.77em;
	color:#505050;
}
#page #texte_page li {
	position:relative;
	margin-left:3em;
	list-style-type:square;
	line-height:1.5em;
}
#page #texte_page a {
	color:#505050;
}
#page #texte_page a:hover {
	color:#3399FF;
}


/* BAS DE PAGE */
#fin_page {
	position:relative;
	margin:0 auto;
	width:979px;
	height:87px;
	background:url(../images/bas_page.gif) no-repeat;
}
#fin_page #contact {
	position:absolute;
	left:50px;
	top:20px;
}
#fin_page #contact h4 {
	color:#7C7B7B;
	font-size:1.15em;
	font-weight:normal;
	margin:0;
	padding:0;
}
#fin_page #contact p {
	margin:0;
	padding:0;
}
#fin_page #contact p a {
	font-size:0.77em;
	font-weight:bold;
	text-decoration:none;
}
#fin_page #contact p a:hover {
	color:#505050;
}

#fin_page #adresse {
	position:absolute;
	top:40px;
	left:275px;
}
#fin_page #adresse p {
	color:#7C7B7B;
	font-size:0.71em;
	margin:0;
	padding:0;
}
#fin_page #mentions a {
	position:absolute;
	top:40px;
	right:30px;
	font-size:0.71em;
	color:#7C7B7B;
}


.colonne {
	float:left;
	width:45%;
}
.spacer {
	clear:both;
	}
