@charset "utf-8";
html {
	font-family:Verdana;
	font-size:12px;
	padding:0; margin:0;
	
	background:#ffa033 url('fond.jpg') repeat-x top;
}

body {
	padding:0; margin:0;
	background:url('fond_toile.jpg') no-repeat top right;
}

a {
	color:#333333;
	text-decoration:none;
}

a:hover, a.active {
	color:#666666;
	text-decoration:none;
}

#main {
	width:980px;
	margin:auto;
	height:800px;
}

#top {
	width:100%; height:96px;
	background:url('top.gif') no-repeat;
	position:relative;
}

#top a {
	display:block;
	width:100%; height:100%;
}

#top a h1 {
	display:none;
}

#middle {
	float:left; clear:both; width:100%;
	margin-bottom:5px;
}

#sidemenu {
	float:left; width:140px;
	list-style-type:none;
	margin:0; padding:0;
	margin-left:20px;
}

#sidemenu li {
	padding:0;
	margin-bottom:1px;
}

/*****************MENU*************/

#menu {
	position:absolute;
	bottom:-10px; right:20px;
	list-style-type:none;
	padding:0; margin:0;
	
	/*background:url('bgmenu.gif') no-repeat left;*/
	height:32px;
}

#menu li.first {
	margin-left:0px;
}

#menu li {
	float:left;
	margin-left:1px;
	height:22px;
	background:#172145;
	text-align:center;
}

#menu li a {
	display:block;
	width:100%; height:100%;
	color:#fff;
	text-decoration:none;
}

#menu li a:focus, #menu li a:active  {
	outline:none;
}

#menu li a:hover, #menu li a.active {
	color:#172145;
	background:#ffffff;
	/*background:url('menu.gif') no-repeat;*/
}

#menu li a b {
	display:block;
	padding:4px 10px 0px 10px;
}


/********************************/

#data {
	float:left; width:790px;
	margin-left:10px;
	position:relative;
}

#slide {
	padding-bottom:20px;
	background:url('slide_ombre.jpg') no-repeat bottom;
}

#data div.bottom {
	float:left; clear:both; width:100%;
	background:#fff url('sign.gif') no-repeat bottom;
	min-height:200px;
}

#data div.bottom div.titre {
	background:#fff url('titre_bottom.gif') no-repeat;
	width:410px; height:27px;
}

#data div.bottom div.titre h3 {
	display:none;
}

#data div.bottom div.texte {
	float:left;
	width:360px;
	margin:20px;
	padding-bottom:80px;
}

#data div.bottom ul.btns {
	list-style-type:none;
	padding:0; margin:0;
	float:right;
	margin-right:180px;
	margin-top:10px;
}

#bottom {
	float:left; clear:both; width:100%;
}

#mascotte {
	position:absolute;
	bottom:-4px; right:-10px;
	z-index:999;
}

#bottom p {
	padding:0; margin:0;
	text-align:center;
}

/* CONTACT */

div.contact form {
	margin:0; padding:0;
}

div.contact form fieldset {
	margin:0; padding:0;
	border:0;
	margin-bottom:5px;
	border:1px solid #ffffff;
}

div.contact form legend {
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin:0px 10px 0px 10px;
	padding:5px;
	padding-bottom:0;
	/*border-bottom:1px solid #e2001a;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

div.contact form sup {
	color:#e5353b;
}

div.contact table.inner label {
	font-weight:bold;
	/*float:left;
	width:40%;
	clear:left;*/
}

div.contact table.inner div {
	float:right;
	width:58%;
	clear:right;
}

div.contact table.inner div.clear {
	margin-bottom:10px;
	clear:both;
	width:100%;
	float:left;
}

div.contact textarea, div.contact input, div.contact select {
	/*border-width:1px;
	border-color:#666;*/
	border:1px solid #cccccc;
}

div.contact textarea {
	width:100%;
}

div.contact table.inner input, div.contact table.inner textarea, div.contact table.inner select {
	width:100%;
}

div.contact form input.radio {
	width:auto;
	clear:none;
}

div.contact form input.submit {
	background:url('submit.gif') no-repeat;
	border:0;
	width:150px;
	height:35px;
	color:#fff;
	font-size:14px;
}
