 @charset "iso-8859-1";
/* Css Document */
/******************************************************************************/
/******************************* Styles généraux ******************************/
/******************************************************************************/
html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	font-family: garamond;
	font-size: 14px;
	text-align: left;
}
#container {
	position:relative;
	margin: 0px;
	padding-left: 50px;
	width: 800px;
	border: none;
	text-align: left;
	align:left;
	margin-left:inherit; /* auto pour selon largeur de la page */ 
	margin-right:inherit; /* auto pour selon largeur de la page */ 
}

img {
	border: 0px;
}

/*********************** Alignements flottants ***********************/
.gauche {
	float: left;
}

.droite {
	float: right;
}

/******************************* Header ******************************/
#header {
	position:relative;
	width: 780px;
}
#entete {
	padding-top:20px;
	position:relative;
	width: 780px;
}
/******************************* Contenu ******************************/
#cadreContenu {
	padding-left: 150px;
	padding-bottom: 10px;	
	width: 595px;
	float:left;
	height: auto;
	font-size: 13px;
}
#contenu {
	height: auto;
	min-height: 405px;
	_height: 405px;
	padding-left:0px;
	padding-right:0px;
	font-size: 13px;	

}
/************************* Formattage texte **************************/

.titreIndex {
	font-family: garamond;
	color: #333333;
	font-size: 80px;
	padding-top:20px;
}
.soustitreIndex {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 20px;
}


.titresite {
	font-family: garamond;
	color: #333333;
	font-size: 80px;
	padding-top:20px;
}
.soustitresite {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 20px;
}

.titre {
	font-family: garamond;
	color: #333333;
	font-size: 20px;
	padding-top:20px;
}
.soustitre {
	font-family: garamond;
	color: #333333;
	font-size: 15px;
}

td {
	font-size: 13px;
}

.texte {
	clear: both;
	color: #363636;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin-bottom: 10px;
}

/******************************* Footer ******************************/

#footer {
	padding-bottom: 20px;
	padding: 0px;
	background-color: #FFFFE5;
	background-repeat:no-repeat;
	width: 595px;
	float:left;
	text-align:center;
}

/******************************* Menu ********************************/
#cadreMenu {
	position:absolute;
	top: 150px;
	left: 50px;	
	width: 159px;
	padding-bottom:20px;
}
#menu {
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.titreMenu {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana;
	color:#D3665B;
	margin-top: 12px;
	margin-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F7EFCF;
}
ul.listeMenu {
	margin: 0px;
	padding: 0px;
}
ul.listeMenu li {
	list-style-type:none;
	background-image:url(images/puce_menu.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:15px;
	padding-bottom: 3px;
}

/******************************* Liens ******************************/

.section {
	padding-left:5px;
	width:650px;
}


a:link{
	color:#666666;
	font-size: inherit;
	text-decoration: none;
}
a:visited{
	color: #666666;
	font-size: inherit;
	text-decoration: none;
}
a:hover{
	color: #666666;
	font-size: inherit;
	text-decoration: none;
}
/******************************* Autre ******************************/
.legende_image {
	text-align: right;
	font-size: 9px;
}

.petit {
	font-size: 9px;
}
