
body {
	background: #cccccc url(images/bg_page.jpg) repeat-y center;
	margin: 0;
	text-align:center;
}

a {
	color:#2971fb;
}

a:hover {
	color:#eb3f20;
	text-decoration: none;
}

#main {
	background-color: #ffffff;
	width: 785px;
	margin: 0 auto 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;	
}

#bandeau img {
	border: 0;
}

#menu {
	padding-top: 0.25em;
	margin: 0 1em 0 1em;
	font-size: 125%;
	color:#eb3f20;
}

#menu a {
	text-decoration: none;
	margin-right: 1em;
}

#menu .current {
	margin-right: 1em;
}

#content {
	margin: 1em;
}

#content h1 {
	font: 120% Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:normal;
}

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

#droite {
	background: #ffffff url(images/bg_droite.jpg) repeat-y left;
	border-left: 1px #000000 solid;
	margin-left: 1em;
	padding-left: 1em;
	margin-top: 5.6em;
	width: 240px;
	float: right;
}

#droite .current {
	font-size: 110%;
	color:#eb3f20;
}

#footer {
	clear: both;
	margin: 1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height:normal;
}

.infos {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height:normal;
	color:#666666;
	font-style: italic;
}

.descr {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height:normal;
}

.diapo {
	font-size: 110%;
	color:#eb3f20;
}

.diapo a {
	text-decoration: none;
	margin-right: 1em;
}