html {
	scrollbar-face-color: #005500;
	scrollbar-shadow-color: #009900;
	scrollbar-highlight-color: #009900;
	scrollbar-3dlight-color: #fdf48a;
	scrollbar-darkshadow-color: #fdf48a;
	scrollbar-track-color: #fdf48a;
	scrollbar-arrow-color: #fdf48a;

}


body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align:justify;
	width: 990px;
    margin: auto auto;
	
	font-family:Trebuchet MS;  	/* differents type possible : serif,sans-serif,cursive,fantasy,monospace; */
	color:#b8062a;			/* Couleur du texte */
	background: #fdf48a url(../images/fond.png)  no-repeat center top fixed; 
	
}
body#accueil {
	margin: 0;
	padding: 0;
	text-align:center;
    margin: auto auto;
	font-family:Trebuchet MS;  	/* differents type possible : serif,sans-serif,cursive,fantasy,monospace; */
	color:#b8062a;			/* Couleur du texte */
	background: #fdf48a; 
	
}

body#body2 {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align:justify;
	width: 990px;
    margin: auto auto;
	font-family:Trebuchet MS;  	/* differents type possible : serif,sans-serif,cursive,fantasy,monospace; */
	color:#b8062a;			/* Couleur du texte */
	background: #fdf48a url(../images/fond2.png)  no-repeat center top fixed; 
	
}

table{
	border-spacing: 10px;
	
}

td{
	text-align:center;
}

ul{
	text-align:justify;
	padding-left:20px;
}

li{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1em 0.5em;	
	padding-left: 2em;
	list-style-type: none;
}
th{
	text-align:center;
	font-weight:bold;
	font-size:120%;
	color:#000000;
	vertical-align:top;
}

td#info{

	border-width: 2px;
	padding: 5px;
	border-bottom-style: dashed;
	border-top-style: dashed;
	border-color: #000000;
}
HR
{
color: #b8062a;
background-color: #000000;
height: 3px;
}

th#info{

	border-width: 2px;
	padding: 5px;
	border-bottom-style: dashed;
	border-top-style: dashed;
	border-color: #000000;
}
img{
  float: left; 
  margin: 10px 10px 10px 10px;
}

.important1{
	font-weight:bold;
	font-size:120%;
	color:#000000;
}


A{
	color:#54a4f6;
	font-style:italic;
	text-decoration:	none;
	font-weight:bold;
}

A:hover{
	text-decoration: Overline underline;
	color:#000000;
}


.important2{
	font-weight:bold;
	font-style:italic;
}

.important3{
	font-weight:bold;
}


img#imgTabPartenaires{
  height:100px;
  width:auto;
  float: none; 
  margin: 5px 5px 5px 5px;
}

div#corps{
	height:390px;
	width:795px;
	padding-left:5px;
	margin-top:20px;
	/*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white ;*/
	overflow-y: auto;
	overflow-x: hidden;
	
}
div#corps2{
	height:390px;
	width:420px;
	padding-left:55px;
	margin-top:20px;
	/*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white ;*/
	overflow-y: auto;
	overflow-x: hidden;
	
}


div#pub{
	margin-bottom:5px;
	width :160px;
	float:left;
}
img#pub{
	width :140px;
}


div#youtube{
	width:280px;
	padding-top:40px;
	padding-left:50px;
	float:left;
}



