@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana,Helvetica,Sans-Serif; 
	font-size: 0.9em;
	text-align: left; 
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url("images/michel-guisset.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

H1 {
	font-weight: bold;
	font-size: 1.2em;
}

H2 {
	font-weight: bold;
	font-size: 1.1em;
}

div, p, form, ul {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

form fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input, button, select {
    vertical-align: middle;
}

a {
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

#page {
	width: 765px;
	margin: 0 auto;
	height: 100%;
}

#menu_haut {
	height: 34px;
	margin-top: 6px;
	margin-left: 24px;
}

#menu_haut li{
	float: left;
	margin-left: 15px;
	list-style-type: none;
	display: block;
	padding-top: 6px;
	padding-left: 8px;
	height: 34px;	
}

#menu_haut a:hover {
	color:#FFFFFF;
}


#menu {
	clear: left;
	float: left;
	margin-top: 30px;
	margin-left: 25px;
}

#menu li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 12px;
}

#imagette {
	margin-top: 15px;
	margin-bottom: 40px;
}

#contenu {
	margin-left: 375px;
	margin-right: 15px;
	margin-top: 90px;
	margin-bottom: 40px;
	font-size: 0.9em;
}

#titre {
	font-weight: bold;
	font-size: 0.95em;
	color: #000033;
	text-decoration: underline;
	text-align: center;
	padding-bottom: 10px;
}

#contact {
	clear: left;
	text-align: center;
	font-size: 1.5em;
}

#footer {
	clear: both;
	width: 765px;
	position: absolute;
	background-image: url("images/footer.jpg");
/*	background-repeat: no-repeat;  */
	background-position: top center;
	height: 544px;
	text-align: right;
	font-weight: bold;
}

#footer p{
	height: 28px;
	margin-top: 45px;
	margin-right: 2px;
}

#speedyweb {
	vertical-align: middle;
}

.left {
	color: #ffffff;
	margin-right: 74px;
}

.envoyer_bouton {
	border: 0px;
	margin-top: 6px;
	margin-bottom: 3px;
}

.champs_formulaire {
	width: 300px;
}

#contenu ul{
	margin-left:20px;
	padding-bottom:10px;
}