body
{
	font-family:Arial, "Times New Roman", Times, serif;
	font-size:10pt;
	background-image:url("../img/se_fond2.gif");
	background-repeat:repeat-y;
	width:950px;
	background-color:rgb(255,255,200);
}
#en_tete
{
	margin-left:160px;
	width:740px;
	height:100px;
	vertical-align:middle;
}
#logo, .gauche
{
	float:left;
}
#titre
{
	margin-left:250px;
	padding-top:30px;
}
#vignette
{
	margin-left:950px;
	/*padding-top:30px;*/
	width:130px;
}
#bandeau
{
	float:left;
	width:700px;
	margin-left:220px;
	margin-bottom:10px;
}
#encart
{
	float:left;
	margin-top:-200px;
	margin-left:930px;
	width:160px;
	position:middle;
	font-size:8pt;
}
.element_bandeau
{
	float:left;
	width:175px;
	margin-left:35px;
	text-align:right;
}
#menu
{
	clear:both;
	float :left;
	width:220px;
}
#corps
{
	margin-top:-420px;
	float:left;
	margin-left: 220px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
	padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
	color: black;
	width:640px;
	text-align:justify;
}
#img_accueil
{
	height: 360px;
	padding-top:50px;
	text-align:center;
}
#test, #doc
{
	width:500px;
	height:400px;
	border:5px solid gray;
	margin:auto;
	background-color:rgb(230,199,158);
	border-collapse: collapse;
	
}
#doc td
{
	text-align:center;
	border: 1px solid black;
	padding:5px;

}
.center
{
	text-align:center;
}
.cadre, .chiffre
{
	text-align:center;
	background-color:rgb(1,135,73);
	color:rgb(230,199,158);
	font-weight:bold;
	border:3px solid gray;
}
.cadre:hover, .chiffre
{
	background-color:rgb(128,0,0);
	color:rgb(255,255,153);/*couleur jaune*/
	border:3px solid rgb(230,199,158);
}
h1
{
	color:rgb(128,0,0);
}
h1:first-letter
{
	color:rgb(230,199,158);
	background-color:rgb(128,0,0);
}
h2
{
	color:rgb(230,199,158);
	background-color:rgb(128,0,0);
}
a
{
	text-decoration:none;
	color:rgb(128,0,0);/*couleur rouge*/
}
a:hover, .lien
{
	color:rgb(230,199,158);/*couleur rosé*/
	background-color:rgb(128,0,0);/*couleur rouge*/
	font-weight:bold;
}
a img
{
	border:none;
}
li
{
	list-style:none;
}
marquee, marquee h2
{
	padding-top:10px;
	color:rgb(1,135,73); /*couleur vert foncé - rgb(131,202,143) : couleur vert clair*/
	font-weight:bold;
	font-size:15pt;
	background-color:transparent;
}
