body {
	margin: 0;
	padding: 0;
	background-color: #CCBA90;
	overflow-y: scroll;
}
#conteneur {
	margin: auto;
	padding: 0;
	width: 756px;
}
#espace_top {
	height: 32px;
	width: 756px;
 	background-image: url(../images/espace.gif);
}
#logo {
	height: 170px;
	width: 216px;
	background-image: url(../images/logo.jpg);
	float: left;
}
#illustration {
	height: 170px;
	width: 540px;
	background-image: url(../images/Illustration_top.jpg);
	float: left;
}
#contenu_principal {
	background-repeat: repeat-y;
	background-image: url(../images/bg_mainplus.jpg);
	float: left;
	width: 756px;
}
#menu_conteneur{
	background-repeat: no-repeat;
	background-image: url(../images/oiseau.jpg);
	background-position: bottom left;
	float:left;
	padding-left: 15px;
}
.smalltext {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
	margin-top: 30px;
}
.smalltext a:link {
	color: #666;
	text-decoration: none;
}
.smalltext a:visited {
	color: #666;
	text-decoration: none;
}
.smalltext a:hover {
	color: #666;
	text-decoration: underline;
}
#menu_cadre {
	width: 201px;
	float: left;
	margin-top: 30px;
}
#contenu {
	float: left;
	width: 525px;
}
#lien_bas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	padding-right: 60px;
	padding-left: 60px;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	line-height: 17px;
	color: #666666;
	margin-right: 20px;
	margin-left: 30px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #666666;
	margin-right: 20px;
	margin-left: 30px;
	font-weight: bold;
}
p a:link, a:visited {
	color: #FF6600;
	text-decoration: none;
}
p a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.bullet{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	margin-left: 42px;
	list-style-image: url(../images/bullet.gif);
	padding: 0;
}
#lien_bas a:link, a:visited {
	color: #FF6600;
	text-decoration: none;
}
#lien_bas a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#bottom {
	background-image: url(../images/bottom.gif);
	width: 756px;
	height: 54px;
	float: left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-align: left;
}
ul#menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* Suppression du margin, du padding et des puces du <ul> */
}
ul#menu li{
	margin: 0 0 0 0 ;
	padding: 0 ;
/* Suppression du padding du <li> et on d�finit une marge basse de 5px pour a�rer le tout */
}

ul#menu li a {
	display: block ; /* On passe les liens en �l�ments de type block pour leur donner des propri�t�s de taille */
	width: 201px ;
	line-height: 30px ;
	color: #333;
	text-indent: 12px ; /* On d�cale le texte de 40px du bord gauche */
	text-decoration: none ;
	background: url(../images/bg_menuchoix.gif) no-repeat 0 0 ; /* On met une image de background, que l'on positionne � 0px du bord gauche et 0px du bord haut */
}
ul#menu li a:hover
{
	background: url(../images/bg_menuchoix.gif) no-repeat 0 -30px ; /* Et ici on d�cale l'image du background de 30px vers le haut pour laisser appara�tre la 2eme partie de l'image */
}
ul#menu li {
	display: block; /* On passe les liens en �l�ments de type block pour leur donner des propri�t�s de taille */
	width: 201px;
	line-height: 30px;
	color: #333;
	text-indent: 12px; /* On d�cale le texte de 40px du bord gauche */
	background-image: url(../images/bg_menu_active.gif);
}
.titre {
	margin-top: 30px;
	margin-left: 30px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FF6600;
	margin-left: 30px;
}
.lettrine {
	font-size: 24px;
	font-weight: bold;
	color: #FF6600;
}
.acrochetiche {
	padding-top: 10px;
	padding-bottom: 10px;
	border: thin solid #666666;
	margin-left: 30px;
	margin-right: 20px;
	background-color: #F7F3E8;
	border-color: #999999;
}
.acrochetiche p {
	margin-left: 10px;
}
#spacer_gros {
	height: 200px;
}
#spacer_petit {
	height: 50px;
}
.alinea {
	text-indent: 4px;
}
.serrer {
	margin-right: 50px;
	margin-left: 50px;
	text-align: center;
}

.media	  { margin:10px 0; padding:0 0 0 20px; }
.media li { display:inline-block; zoom:1; *display:inline; margin:10px; padding:0; width:210px; text-align:center; vertical-align:top; list-style:none; }
.media li a	{ display:inline-block; zoom:1; *display:inline; color:#FF6600; margin-bottom:15px; text-decoration:none; font-size:13px; }
.media li a:hover	{ text-decoration:underline; }
.media li a img { border:none; }
.media li a:hover img	{ filter:alpha(opacity=80); opacity: 0.8; -moz-opacity:0.8; }
.social	{ margin-right: 20px; }




