body{
	background: #fff;
	margin: 0 0 0 0;
	padding: 0 0 40px 0;
}
html{
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:0.7em;
	color: #4B463E;
}

h1, h2, h3, h4, h5, h6, p, form, div, ul, li, a, img{ margin: 0 0 0 0; padding: 0 0 0 0; border: none;}

#header{
	background: #FFFCF5;
	border-bottom: 2px solid #E4251B;
	height: 41px;
	padding: 7px 10px 0 10px;
	margin: 0 0 25px 0;
}
#header img.header{
	float: left;
}
#header img.logo{
	float: right;
}

#contenu{
	width: 740px;
}
/* correction de largeur avec IE */
*html #contenu{
	width: 750px;
}

#menu{
	float: left;
	width: 244px;
	margin: 0 0 0 10px;
	list-style: none;
}
#menu p{
	display: none;
	text-align: justify;
	margin: 3px 0 10px 15px;
	line-height: 180%;
	color: #6D675B;
}
#menu p a, #menu li.actif p a{
	display: inline;
	background: none;
	color: #E4251B;
	text-decoration: underline;
}
#menu p a:hover{
	background: none;
	color: #000;
}
#menu li.actif p{
	display: block;
}
#menu li{
	margin: 0 0 10px 0;
}
/* bug avec Internet Explorer */
*html #menu li{
	margin: 0 0 0 0;
}
#menu a{
	color: #000;
	text-decoration: none;
	background: url(gx/bg_a_off.gif) no-repeat left center;
	padding: 6px 0 6px 0;
	display: block;
	font-weight: bold;
	font-size: 90%;
}
#menu a strong{
	padding: 0 7px 0 0;
	color: #898989;
}
#menu a:hover, #menu li.actif a{
	color: #E4251B;
	background: url(gx/bg_a_over.gif) no-repeat left center;
}

/* contenu a droite */
#screens{
	float: right;
	width: 469px;
}

#screens img.modele{
	margin: 0 0 15px 0;
}

/* formulaires */
form{
	border: 1px solid #D7D7D7;
	padding: 10px;
	margin: 0 0 20px 0;
}
form p{
	font-size: 120%;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	text-align: justify;
	border-bottom: 1px solid #EBEBEB;
	color: #6D675B;
}
form p.erreur{
	color: #E4251B;
	font-weight: bold;
}
form select{
	display: block;
	margin: 0 0 10px 0;
	font-size: 100%;
	width: 210px;
}
form label{
	display: block;
	font-weight: bold;
	color: #E4251B;
	cursor: pointer;
	font-size: 10px;
	margin: 0px 0 5px 0;
}
* html form label{
	margin: 5px 0 5px 0;
}
form input, form textarea{
	border: 1px solid #000;
	font-size: 90%;
	padding: 3px;
	width: 200px;
	margin: 0 0 10px 0;
	border: 1px solid #7C7C7C;
	background: #F2F2F2;
	border-bottom: 1px solid #5F5F5F;
	border-right: 1px solid #5F5F5F;
}
form input:focus, form textarea:focus{
	background: #F9F9F9;
}
form textarea{
	width: 250px;
	height: 150px;
	font-size: 10px;
}
form input.submit{
	border: none;
	height: inherit;
	padding: 0 0 0 0;
	height: 27px;
	width: 258px;
	color: #fff;
	font-weight: bold;
	clear: both;
	margin: 0 0 0 0;
	border: 2px outset #7C7C7C;
	background: #5F5F5F;
}

form textarea{
	font-family: sans-serif;
	font-size: 100%;
}


