/* Mise en page commune à toutes les pages*/
body
{
width: 980px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-color: silver;
background-repeat: y-repeat;
color: black;
font-family: verdana,Arial, Times;
font-size: 12px;
}

p
{
margin-top: 0px;
padding-top: 1px;
margin-left: 0px;
text-indent: 20px;
}

a:hover
 {
color:#9900ff;
font-style: underground;

}

a:actif
{
color:black;
}	

a{
color: #87d301;
text-decoration: none;
} 




#entete
{
width: 980px;
height: 270px;
background-image: url("entete.jpg");
padding: 0px;
margin: 0px;
}



#actif 
{
color: black;
}

.milieu 
{
background-image: url("photos/corps.jpg");
background-repeat: repeat;

/*background-color: black;*/
}

#menu
{
	width: 160px;
	float: left;
	background-color: white;
	margin: 20px;
	font-weight:bold;
	}

#menu_accueil

{
text-align: left;
margin-left: 25px;
font-size: 11px; 

}

#menu_activites
{

text-align: left;
margin-left: 25px;
font-weight: bold;
font-size: 11px;

}

h1
{
	text-align: left;
	margin-left: 25px; 
	font-size: 18px;
	font-style: italic;
	color: #e5b52b;
	font-family: Arial;
}
	
#corps
{
width: 700px;
text-align: justify;
text-indent: 20px;
margin-left: 200px;
padding-top: 30px;
}

ul 
{
text-align:  right;
list-style: disc;
list-style-position:outside;
}

ol
{
list-style-position:ouside;
text-align: justify;
}
li
{
text-align:justify;
text-indent: 0px;
}

#menu a
{
color:#000;
}

#menu a:hover
{
	color:#9900ff;
}

img
{
display: block;/*cela permet de travailler sur une image comme sur un "block" afin de pouvoir le centrer*/
margin: 0 auto; /*Permet de center le block*/
border:none;
}

.clear /*permet d'adapter la page à la hauteur de la partie la plus longue soit le corps soit le menu de droite*/
{
	clear: left;
	text-align: center;
}
#pieds_de_page
{
margin: 0px;
clear:both;
text-align: left;
color: black;
}


#baniere
{
padding-top: 175px;
text-align: center;
}


#baniere a
{
width: 240px;
height: 50px;
color: black;
font-size: 12px;
font-weight: bold;
float: left;
padding-top: 40px;
/*background-image: url("bouton.png");*/
background-repeat: no-repeat;
background-position: center center;
}



#baniere a:hover
{
color:#9900ff;
}

h2
{
color: #87d301;
font-size: 18px;
font-family: Verdana;
text-indent: 0px;
}

#pieds_de_page
{
text-align: center;
color: black;
border:medium
}

#description
{
padding-top: 5px;
padding-left: 50px;
text-indent: 0px;

}
/* fin du design commun à toutes les pages*/


/* Design page plan*/

#plan 
{
padding: 10px;

/*color : grey;*/
}
 

/* Design page ROI*/

 .roi
{
margin-left: 20px;
margin-right: -20 px;
}

/* Design menu_enseignement*/

.menu_enseignement
{
text-align: left;
margin-left: 22px;
}
.menu_titre 
{
text-align: left;
font-weight: bold;
font-size: 11px; 

}
.soustitre 
{
font-weight:normal;
font-size: 9px; 
color: gray;
}

h3
{
	text-align: left;
	font-size: 14px;
	color: #e5b52b;
	text-indent:0px;
	}
	

iframe
{
	display: block;
margin: 0 auto;
}

.FLVPlayer
{
display: block;/*cela permet de travailler sur une image comme sur un "block" afin de pouvoir le centrer*/
margin: 0 auto; /*Permet de center le block*/
border:none;
}

