/* Début de la feuille de style */
body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 62.5%;
}

/*********************************************
 * HEADER
 *********************************************/

#header {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
}

#header h1 {
	margin: 0px 50px;
	padding: .5em 1em 0 0;
	font-size: 4em;
	float: left;
	border-right: solid 1px white;

}

#header h1 a {
	text-decoration: none;
	color: #fff0f0;
	line-height: 0.8em;
}

#presentation {
	background: #f63 url('img/beau.png') 22em 0 no-repeat;
	padding: 10px;
	height: 10em;
	color: white;
	font-weight: bold;
	
}

#presentation p{
	margin-top: 7em;
	color: #333;
}

#menu {
	clear: both;
	height: 2em;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	background-color: #333;
	color: #ccc;
}

#menu ul {
	margin: 0;
	padding: 0;
	float: right;
	padding: 5px 20px;
}

#menu ul li{
	display: inline;
}

#menu a  {
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px;
	color: #ccc;
}

#menu a:hover, a.selected {
	color: #fff;
}

/*********************************************
 * MAIN
 *********************************************/

#container {
	width: 100%;
	padding: 0;
	
}

#container a {
	text-decoration: none;
	color:#A41515;
	color:#A11;

}

#main {
	width: 850px;
	margin: 2em auto;
	/*padding : 20px;*/
	color: #003;
	clear: both;
	font-size: 1.5em;
	position: relative;
}

/*********************************************
 * GAUCHE
 *********************************************/

#gauche {
	width: 560px;
	float: left;
}

#gauche h1 {
	margin: 0;
}

#erreur, .erreur {
	border-top : 1px solid #f99;
	border-bottom : 1px solid #f99;
	background-color: #fcc;
	padding: 3px;
	text-align: center;
}

#stats h2 {
	clear: left;
}

#stats dl {
	line-height: 150%;
}

#stats dt {
	width: 200px;
	float: left;
	clear: left;
	margin-right: 10px;
	text-align: right;
}

#stats dd {
	font-weight: bold;
}

#gauche h1, #gauche h2 {
	border-bottom: 1px solid #ccf;
}

p.legende {
	font-style: italic;
	text-align: right;
	font-weight: .8em;
	margin-top: 0;
}

/*********************************************
 * DROITE
 *********************************************/

#droite {
	margin: 0 0 10px 580px;
	padding-left: 20px;
	border-left : 1px solid #ccf;
	width: 250px;
	position: absolute;
	right: 0;
	top: 0;
}

#droite .bloc {
	border: 1px solid #999;
	margin-bottom: 20px;
	overflow: hidden;
}

#droite .bloc h3 {
	padding: 0 0 3px 0;
	margin: 5px 10px;
	border-bottom: 1px solid #ccf;
	text-align: right;
}

.bloc ul {
	margin: 0;
	padding: 5px 15px;
	list-style-type: none;
	font-size: 0.8em;
}

/*********************************************
 * FOOTER
 *********************************************/

#footer {
	padding: 30px;
	clear: both;
	background-color: #333;
	color: #ccc;
}

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

#footer p {
	margin-left: 30%;
}

/*********************************************
 * FORM
 *********************************************/
#queryform {
	text-align: center;
}

#queryform input {
	border: solid 1px #ccc;
	padding: 3px;
}

#queryform input:focus {
	border: solid 1px #999;
}

/*********************************************
 * CONTACT FORM
 *********************************************/
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}
