/* CSS Document */

body {
margin: 0px;
padding: 0px;
font-family: Arial, sans-serif;
font-size: 0.8em;
text-align: justify;
color: #000000;
}

/* ------------------------HEADER source : http://matchab.free.fr--------------------------------*/

.header {
height: 60px;
background-image: url('banniere.gif');
background-repeat: no-repeat;
background-position: center;
margin: 0px;
margin-bottom: 5px;
border-bottom:solid 1px;
border-bottom-color:#EA0012;
width:900px;
margin: auto;
}

/*------------------------------------------------CORPS / STYLES source : http://matchab.free.fr ---------------------------------------------------------*/

.corps {
width: 900px;
margin: auto;
/* margin: auto; permet de centrer le corps*/
margin-top: 20px;
padding: 0px;
text-align: justify;
}

.corps p {
text-indent: 10px;
}

.corps .grille{width:900px;height:900px;}
		.corps .grille .ligne{height:138px;width:850px;margin:0 0 0 30px;}
			.corps .grille .ligne .image{width:200px;height:136px;float:left;margin:10px 10px 0 0;}
			

h2 {
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d2d2;
	
	}

a {
	color:#CC0033;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF9999;
	text-decoration: underline;
}

/*------------------------------------------------IMAGES---------------------------------------------------------*/

.img-centre{
	padding-left : 10px;
	padding-bottom : 10px;
}

.img-droite{ 
float : right;
padding-left : 10px;
padding-bottom : 10px;
}

.img-gauche{
float : left;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 10px;
}
