@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
p {
	padding:5px 0;
}
strong {
	color:#66425A;
}
hr {
	color:#000;
	margin:15px 0;
}
input, select, textarea {
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}
body {
	background:url(../images/background.jpg) center top no-repeat #FED8A7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
div#header {
	width:961px;
	height:120px;
	margin:0 auto;
	padding-top:20px;
}
div#header h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:48px;
	color:#FFF;
	font-weight:lighter;
}
div#header h1 span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:50px;
	color:#000;
	font-style:italic;
}
div#header h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#FFF;
	font-weight:lighter;
}
div#header p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#FFF;
	font-weight:lighter;
	text-align:right;
}
div#menu {
	width:946px;
	margin:0 auto;
	list-style:none;
	text-align:right;
	padding:20px 15px 0 0;
}
div#menu li {
	display:inline;
	color:#FFF;
	border-left:#FFF solid 1px;
}
div#menu li.premier {
	border:none;
}
div#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	padding:0 25px;
	margin:0 4px 0 8px;
	text-align:center;
	text-decoration:none;
}
div#menu li a:hover, div#menu li a:focus, div#menu li a:active, div#menu li a.actif {
	background:#E5CB9E;
	color:#000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
div#global-accueil {
	width:961px;
	margin:20px auto 50px auto;
	background:url(../images/background-global.jpg) top right no-repeat #E5CB9E;
}
div#global-lecons {
	width:961px;
	margin:20px auto 50px auto;
	background:url(../images/background-lecons.jpg) top right no-repeat #E5CB9E;
}
div#global-actu {
	width:961px;
	margin:20px auto 50px auto;
	background:#E5CB9E;
}
div#global-contact {
	width:961px;
	margin:20px auto 50px auto;
	background:url(../images/background-contact.jpg) top right no-repeat #E5CB9E;
	min-height:500px;
	_height:500px;
}
div#contenu-accueil {
	width:360px;
	padding:50px 0 50px 50px;
}
div#contenu-lecons {
	width:460px;
	padding:50px 0 50px 50px;
}
div#contenu-actu {
	padding:50px;
}
div#contenu-contact {
	width:460px;
	padding:50px 0 50px 50px;
}
div#contenu-accueil h1, div#contenu-lecons h1, div#contenu-contact h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:lighter;
	margin-bottom:10px;
}
div#contenu-accueil h2, div#contenu-lecons h2, div#contenu-contact h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top:30px;
}
div#contenu-accueil a, div#contenu-lecons a, div#contenu-actu a, div#contenu-contact a {
	color:#000;
	text-decoration:none;
}
.cadre {
	background:#9D666F;
	padding:10px;
	width:240px;
}
.cadre strong {
	font-size:13px;
	color:#FFF;
}
.cadre-actu {
	background:#9D666F;
	padding:20px;
}
.titre-01 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:lighter;
}
.titre-02 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:31px;
	font-weight:lighter;
	color:#A34A76;
}
.titre-03 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:lighter;
	color:#DEC6B5;
}
