/* 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:990px;
margin: auto;
}

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

.corps {
width: 990px;
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:990px;height:990px;}
		.corps .grille .ligne{height:138px;width:940px;margin:0 0 0 75px;}
			.corps .grille .ligne .image{width:200px;height:136px;float:left;margin:10px 10px 0 0;}
			
			
h1 {
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	
	
	}			
			

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;
}


/*------------------------------------------------VIDÉOS---------------------------------------------------------*/

.centrertableauvideo{
	 margin-left: auto;
     margin-right: auto;
	 padding: 0px;
	 border-bottom:solid 1px;
	 border-bottom-color:#000000;
	 width:900px;
	 margin: auto;
     width:990px;/*--largeur du tableau-*/
}

.centrecontenutableau td{
	text-align:center;
}


/*------------------------------------------------SUIVANT-PRECEDENT---------------------------------------------------------*/

.centrertableauvideo2{
	 margin-left: auto;
     margin-right: auto;
	 padding: 0px;
	 margin: auto;
     width:990px;/*--largeur du tableau-*/
}




