body
{
	width: 850px;
	margin: auto; /* Pour centrer notre page */
	margin-top: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
	margin-bottom: 20px; /* Idem pour le bas du navigateur */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00008B;
}

#menu
{
	/*border: thin;	border-bottom-color: Black;	border-style: solid; */
	float: left;
	width: 145px;
/*	height: 450px;*/
	text-align: center;
}

#en_tete
{
	/*border: thin;	border-bottom-color: Black;	border-style: solid; */
	float: right;
	width: 850px;
	height: 80px;
	background-image: url(../../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#corps
{
	/*border: thin;	border-bottom-color: Black;	border-style: solid; */
	float: right;
	width: 680px;
	height: 450px;
	padding-left: 20px;
	color: #00478A;
	float: ;
}
#pied
{
	width: 680px;
	text-align: center;
	padding-left: 170px;
	padding-top: 5px;
	font: bold;
}


h1
{
    text-align : center;
    font-size : 30px;
	 font: bold;
}

h2
{
	color: #8A4500;
	margin-left: 20px;
	font-size: 18px;
	font-style: italic;
	vertical-align: middle;
}

.text 
{
	font-size: 11px;
	font-style: normal;
	color: #0000CD;
}

ul
{
    list-style-type : disc;
}

p, li
{
	font-size: 14px;
}

table
{
	border-collapse: collapse;
	margin-right: 15px;
}

td
{
	vertical-align: top; /* Alignement vertical, le contenu des cellules sera placé en bas */
	border: 1px solid #124D25;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;	
	padding-bottom: 5px;
	vertical-align: middle;
}

td.titre
{
	border: none;
	color: #44008A;
	padding-left: 25px;
	padding-top: 5px;	
	padding-bottom: 5px;
	font-size: 18px;
	font-style: italic;
	vertical-align: middle;
	font: bold;
}

a
{
    text-decoration: none;
    font-size : 14px;
    font-style : italic;
    font-weight : bold;
	 color: #0068CC;
}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}

a:hover /* Quand le visiteur pointe sur le lien */
{
	font-size: 14px; /* Le lien sera écrit en vert quand on pointera dessus */
	text-decoration: underline;
	color: #CC0000;
}

a.strong
{
	font-size : 18px;
}

a.strong:hover /* Quand le visiteur pointe sur le lien */
 /* Le lien sera écrit en vert quand on pointera dessus */
{
	 color: #CC0000;
	 font-size : 18px;
    text-decoration : underline;
}

#index
{
	height: 200px;
	text-align: center;
	margin-top: 100px;
}
.preload
{
        display: none;
}

.p:hover /* Quand le visiteur pointe sur le lien */
{
    font-size : 14px;
    /* Le lien sera écrit en vert quand on pointera dessus */
    text-decoration : underline;
}

p.center
{
	text-align: center;
}

a.lien_ext:after {

}

.copyright
{
	font-size: 8px;
	text-align: right;
	padding-bottom: 5px;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.favoris
{
	font-size: 10px;
	text-align: center;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
