@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-image:url(img/bg.jpg);
	background-position:center top;
	background-attachment:fixed
}

/*** LIENS ***/

a:link {
	text-decoration:none;
	font-weight:bold;
	color:#094e93
}

a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#094e93
}

a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#094e93
}

a:active {
	text-decoration:none;
	font-weight:bold;
	color:#094e93
}

/*** NAVIGATION ***/

#header {
	width:950px;
	height:250px;
}

#logo {
	width:220px;
	height:135px;
	background-image:url(img/logo.png);
	float:left
}

#contact_top {
	width:180px;
	height:135px;
	float:left
}

#anim {
	width:550px;
	height:250px;
	float:left
}

#nav {
	width:790px;
	padding-left:10px;
	float:left;
	color:#c78e26;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#nav a:link{
	color:#c78e26;
	text-decoration:none
}

#nav a:visited{
	color:#c78e26;
	text-decoration:none
}

#nav a:hover{
	color:#c78e26;
	text-decoration:underline
}

#langues {
	width:140px;
	float:left;
	padding-right:10px;
	text-align:right;
}

.content {
	width:950px;
	margin:0 auto 0 auto;
}

.centre {
	width:950px;
	height:auto;
	background-image:url(img/middle_content.png);
	background-repeat:repeat-y;
}

.top_round {
	width:950px;
	height:10px;
	margin-top:10px;
	background-image:url(img/top_content.png)
}

#bottom_round {
	width:950px;
	height:10px;
	background-image:url(img/bottom_content.png)
}

#menu ul{
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
	line-height:20px;
	font-family:"Tahoma MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#menu li{
	list-style-type:none;
	border-bottom:#ccc 1px dotted;
}

#menu ul a{
	text-decoration:none;
	color:#5c95cc;
}

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

#b_left {
	width:250px;
	float:left;
}

#b_left img {
	margin-bottom:10px
}

#b_right {
	width:690px;
	margin-left:10px;
	float:left;
	 color:#409cbe;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px 
}

#title {
	width:675px;
	height:27px;
	padding-top:8px;
	padding-left:15px;
	color:#82691e;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/title.png)
}

#footer {
	width:950px;
	margin:20px auto 0 auto;
}

#copyright {
	color:#82691e;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center
}

#copyright a {
	color:#82691e;
	text-decoration:none
}

#copyright a:visited {
	color:#82691e;
	text-decoration:none
}

#copyright a:hover {
	color:#82691e;
	text-decoration:none
}

.post-body{
	width:650px;
}

table.tableauModele td{
	vertical-align:top;
	text-align:left;
}

table.tableauModele{
	width:100%;
	margin:auto;
}

.imgMenu{
}

.flashMenu{
	width:190px;
	height:auto;
}

.sitMapDiv{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:25px;
	margin-right:5px;
	border-left:3px solid #80cc74;
	vertical-align:middle;
	/* border-bottom:1px dashed black; */
}

.sitMapDiv:hover{
	background-color:#ceffa7;
}

a.sitMapLien{
	font-size:small;
}

a.sitMapLien1{
	font-size:small;
	line-height:20px;
	 text-transform : uppercase; 
	/*text-decoration:underline; 
	background-color:silver;*/
}

a.sitMapLien1:hover,a.sitMapLien:hover{
	background-color:#dac89b;
}

.img_resa {
	margin-top: 20px;
	text-align:center
}

