/* 
heuz.css : le thème heuz.free.fr
auteur : Tem
*/
.cachetexte {
	visibility: hidden;
}

h1,h2,h3,h4,h5,h6{
	margin: 5px;
	border: solid black thin;
	font-family: verdana,arial,sans;
	background-color: #325cb2;
	color: white;
}

a{color:#2b2c69;}
a:focus,a:active{color:#2588df;}
a:visited{color:#2588df;}
a:hover{text-decoration: underline overline}

body{
	background-color: white;
	font-family: arial,verdana,sans;
}
#haut{
margin: auto;
background: url(media/lostitbanniere.png) no-repeat;
height: 120px;
width: 720px;
}

#autolien,#autolien:hover,#autolien:focus,#autolien:visited,#autolien:active{text-decoration: none;}

#autolien{
	font-size: 300%;
	text-align:center;
}

#gauche{
	width: 50%;
	float: left;
}
#gauche p{
	margin: 2em 2em 2em 2em;
}

#droite{
	background-color: #7f9cd7;
	width: 50%;
	float: right;
	margin-bottom: 20px;
}

#droite p{
	margin-left: 2em;
	margin-right: 2em;
}

#droite strong{
	border-bottom: dotted #2b2c69 thin;
	color: #2b2c69;
}

#bas{
	clear: both;
	border: dotted blue thin;
	text-align: center;
	padding : 5px;
	background-color: #7f9cd7;
}