/***************************************************
        AUTEUR : Samuel Salas
        DATE DE CREATION : 24/11/2014
        DERNIERE MODIFICATION : 24/11/2014
*****************************************************/
body {
	background: #F7F8E0;
	font: 12px "Verdana", "Geneva", sans-serif;
	margin: 0px;
} 

.header, .contenu, .footer , .contenu2 {
	width:90%;
	background: #E1F5A9;
	position:relative;
	padding:10px;
	border-radius:3px;
}

.header {
		top:20px;
		font-size:x-large;	
		text-align:center;

}

.contenu {
		top:40px;
}

.contenu2 {
		top:60px;
}

.footer {
		top:80px;
		font-size:small;	
		text-align:center;
}

.souscontenu{
		text-align:left;
		font-family:Georgia,Times,serif;
}

a, a:visited {
		font-weight:normal;
		font-size:small;	
		text-decoration: underline;
		color: black;
}

a:hover{
	color: black;
	font-weight:normal;
	text-decoration: none;
}


.motspecial{
	color: #8E0000;
	font-size: 13px;
	font-weight: bold;
}