@charset "UTF-8";
/* CSS Document */

body
{
	border:none;
	font-family:Georgia;
	font-size:12px;
	color:#999;
   width: 900px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   background-color: #FFFFFF;
}

h2
{
	line-height:100%;
	margin:0;
	color:#666;
}

strong
{
	color:#999;
	font-weight:lighter;
}

p
{
	color:#000;
}

a img
{
	border:none;
}

a
{
	text-decoration:none;
	color:#000;
}

a:hover
{
	color:#666;
}

.titres_formulaire
{
	background-color:#FFF
}

.banniere
{	
	text-align:center;
	width: 900px;
	margin:auto;
	background-color:#FFFFFF;
}



.menu
{
	margin:auto;
	padding-top:5px;
	margin-bottom:10px;
	text-align:center;
	height:35px;
	background-color:#FFFFFF;
}

/* HABBILLAGE INDEX */

.index
{
	text-align:center;
	margin:auto;
	width:810px;
	padding-bottom:50px;
	padding-left:50px;
	padding-right:50px;
	padding-top:50px;
	background-color:#FFFFFF;
}

.index img
{
	text-align:center;
}

.index p
{
	
	width:400px;
	padding-left:225px;
}

.pied_de_page
{
	width:900px;
	height:75px;
	background-color:#FFFFFF;
}

/*Habillage archives*/

.archives
{
	padding-left:60px;
	margin:auto;
	width:800px;
	background-color:#FFFFFF;
	background-position:center;
	background-image:url(images/archives_body.jpg);
	background-repeat:repeat-y;
}

.footer
{
	text-align:center;
}

.header
{
	text-align:center;
}

/*Icones archives*/

.archives .cadre a img
{
	width:90px;
	height:90px;
	margin-bottom:28px;
	margin-top:35px;
}

.archives .cadre
{
	margin-left:20px;
	padding-top:130px;
	padding-right:30px;
	padding-left:30px;
	background-image:url(images/archives_cadre.png);
	background-repeat:no-repeat;
}

/*Habillage contact*/

.contact
{
	text-align:center;
	margin:auto;
	width:800;
	height:600px;
	padding-bottom:50px;
	padding-left:50px;
	padding-right:i50px;
	padding-top:50px;
	background-color:#FFFFFF;

	background-repeat:no-repeat;
	background-position:center;
}

.commentaire
{
	font-size:0.9em;
	margin:auto;
}

.commentaire .auteur
{
	color:#000;
}

.commentaire p
{
	text-align:left;
	width:400px;
	color:#000;
}

.commentaire a
{
	color:#666;
}

commentaire a:hover
{
	color:#000;
}

hr
{
	width:500px;
}

.description
{
	margin-left:150px;
	text-align:left;
	width:500px;;
}