/*---------------------------
* La feuille de style du site Vertigo
*----------------------------
*/

/* Le fond est toujours en blanc    */

BODY {background-color: white;
	margin-top:	1em;
	margin-left:	1em;
	margin-right:	1em;
	margin-bottom:	1em;
	padding-top:	0;
	padding-left:	0;
	padding-right:	0;
	padding-bottom:	0;
	border-top:	0;
	border-left:	0;
	border-bottom:	0;
	border-right:	0;
	text-align: justify;
	color:black;
}



h1,h3 {#color:#e1fc0f; 
	color: #92AF45;
}

li {padding-top: 0cm;}

a:link { color: black; } 
a:visited { color:black;}
a:hover {text-decoration: none; color:white;background:#92AF45;}


a.entreemenu:link { text-decoration: none; color: black; } 
a.entreemenu:visited { text-decoration: none; color:black;}
a.entreemenu:hover {text-decoration: none; color:white;background:#92AF45;}
a.entreemenunew:link {text-decoration:none;text-decoration:blink;color:black;}
a.entreemenunew:visited { text-decoration: none; color:black;}
a.entreemenunew:hover {text-decoration: none; color:white;background:#92AF45;}

ul {list-style-type:square;}

.entree {font-size:14;}
.important {color:black;background-color:#FEDCAE;}

address.webmestre {
	text-align: right;
	font-size: 14;		
}

.logo {
	position:absolute;
	left:10px;
	top:10px;
	width:190px;
}

.logo img {
	width:180px;
}

.menu {
	position:absolute;
	top:170px;
	left:10px;
	width:180px;
}

.principal {
	float:left;
	width:100%;
}
.texte {
margin-left:190px;
}
.titre {
	float:top;
	width:100%;
}

.titre h1 {
	float:left;
	width:50%;
}

.titre .equipe_img {
	float:left;
	width:50%;
}

.titre .equipe_img img {
	float:right;
	width:300px;
}

.tableaux {
	float:left;
	width:100%;
	padding-top:10px;
}
h3 {
	margin: 5px;
}
.maj {
	float:right;
	font-size:9px;
	font-style:italic;
}
