body{
	background-image: url(images/bg.jpg);
	background-repeat:repeat;
}

/*Marges*/
*{
	margin:0px;
	padding:0px;
}
li{
	margin-left:40px;
	margin-bottom:2px;
}

h1,h2,h3,p,ul{
	margin-top:10px;
	margin-bottom:10px;
}


/************* Principal ************/
#principal {
	width: 845px;
	min-height:288px;
	margin-right: auto;
	margin-left: auto;
	margin-top:2%;
	background-color:#FFFFFF;
	border: 1px #CCCCCC solid;
}



/*****************Haut*****************************/
#haut {
	height: 180px;
	background-color:#FFFFFF;
}

#logo {
	text-align:center;
	background-color:#FFFFFF;
	height:150px;
}

#menu {
	text-align:center;
	background-color:#FFFFFF;
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	letter-spacing: 0.1em;
}

/*****************Milieu*****************************/
#milieu {
	min-height: 254px;
	padding-top:5px;
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

/***************** Les classes *****************************/
.left {
	float: left;
	margin-right: 5px;
}


h1 {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.1em;
}


h2{
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.1em;
	border-top:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	margin:0px;
	padding:0px;
}
/*Liens*/

a.liens_menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	letter-spacing: 0.1em;
}

a:visited.liens_menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	letter-spacing: 0.1em;
}

a:hover.liens_menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#CC9900;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: 0.083em;
}

a {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	text-decoration:underline;
}

a:visited {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	text-decoration:underline;
}

a:hover{
	font-family:"Times New Roman", Times, serif;
	color:#ee0000;
	text-decoration:underline;
}

p.lire_suite{
	text-align:right;
}
