@import url("/menu/menu_style.css");

body {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif;
	background-color: #17A4C7 ;
}
div#conteneur {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #0033CC;
	background: #fff;
}
div#langue {
	width: 755px;
	height: 22px;
	margin-right: 15px;
	vertical-align: middle;
	text-align: right;
}
div#langue img {
	border: none;
	outline: none;
}
h1#header {
	height: 112px;
	background: url(images/logo2.jpg) no-repeat center top;
}
h1#header a {
	width: 400px;
	height: 70px;
	display: block;
	background: url(title.gif) no-repeat;
	position: relative;
	left: 350px;
	top: 15px;
	text-indent: -5000px;
}
pre {
	overflow: auto;
	background: #dea;
	border: 2px solid #9b2;
	padding: 5px 0 0 5px;
	font-size: 1.2em;
}
html pre {
	width: 636px;
}
pre span {
	color: #560;
}
pre span.comment {
	color: #b30000;
}
div#contenu {
	padding: 0 30px 0 70px;
	background: url(images/imagegauche.jpg) no-repeat 15px 15px;
	min-height: 300px;
}
div#contenu h2 {
	padding-left: 45px;
	line-height: 25px;
	font-size: 1.2em;
	background: url(images/logopetit.JPG) no-repeat left bottom;
	color: #0033CC;
	border-bottom: 1px solid #0033CC;
}
div#contenu h3 {
	margin-left: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #0033CC;
	border-left: 3px solid #0033CC;
	color: #0033CC;
}
div#contenu p {
	text-align: justify;
	line-height: 1.7em;
}
div#contenu a {
	color: #0033CC;
}
div#contenu a:hover {
	color: #0033CC;
}

#rotator {
	width: 183px;
	padding: 0px;
	margin-left: 20px;
	float:right;
	}
	
p#footer {
	margin: 0;
	padding-right: 10px;
	background: url(images/contact.gif) no-repeat 170px 10px;
	line-height: 30px;
	text-align: center;
	color: #0033CC;
}
ul#menu {
	height: 35px;
	margin: 0;
	padding: 0;
	background: url(images/bg_menu2.gif) repeat-x 0 -25px;
	list-style-type: none;
}
ul#menu li {
	float: left;
	text-align: center;
}
ul#menu li a {
	width: 152px;
	line-height: 25px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	display: block;
	text-decoration: none;
	border-right: 2px solid #dea;
}
ul#menu li a:hover {
	background: url(images/bg_menu2.gif) repeat-x 0 0;
}
.droite {
	float: right;
	margin-left: 20px;
}
.gauche {
	float: left;
	border: 0px;
	margin: 5px 20px 5px 0px;
}

