@charset "iso-8859-1";
/* CSS Document */

html, body { margin:0; background:#F3EFCA url(../images/bodybg.jpg) top left repeat-x; }
html, body, p {
	color:#9C3457;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
a { color:#C16276; }
a:hover { color:#C1A7CA; text-decoration:none; }
.finebordure { border:2px solid #C1A7CA; }

#maincontainer {
	width:870px;
	margin:0px auto 0px auto;
	background-color:#FBF9EA;
	border-left:2px solid #9C3457;
	border-right:2px solid #9C3457;
	display:block;
}

#top {
	padding-top:20px;
	background-color:#FFF;
}

#logo {
	width:250px;
	height:165px;
	float:left;
}
#logo img {
	margin-left:40px;
}

#menu { 
	clear:both;
	margin:0;
}

#otherlanguages {
	float:right;
	margin:10px 25px 0 0;
}

#otherlanguages a:hover {
	text-decoration:none;
}

#visutop {
	float:left;
	margin:20px 0px 0px 20px;
}


#content {
	float:left;
	padding:20px 40px 40px 40px;
	margin-top:20px;
	width:600px;
	border-right:1px solid #E0A3B7;
	min-height:430px;
}

#contentright {
	float:right;
	padding-top:50px;
	width:175px;
	text-align:center;
}

#contentright img {
	margin-bottom:25px;
	border:none;
}

#lignefin {
border-color:#E0A3B7;
width:600px;
margin: 0px auto 20px auto;
}

#footer {
	width:680px;
	clear:both;
	padding:40px 0 40px 0;
	text-align:center;
	color:#C16276;
	font-size:12px;
}

.grosseligne {
	width:80%; height:5px; background-color:#CCC;
}

.fineligne {
	width:80%; height:2px; background-color:#CCC; margin:30px 0 30px 0;
}

/* FORMS */
input {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #B5B8C8;
	color: #9C3457;
	font-size: 12px;
	background-image: url(../images/form_degr.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


textarea {
	background-color: #FFFFFF;
	border: 1px solid #B5B8C8;
	color: #9C3457;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/form_degr.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #B5B8C8;
	color: #9C3457;
	font-size: 12px;
	width:auto;
	background-image: url(form_degr.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover  {
	border: 1px solid #9C3457;
	}
fieldset {
	border: 1px solid #E4E4E4;
	padding: 15px 2px 10px 150px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	width:450px;
	color:#9C3457;
}


hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 70%;
	height: 1px;
}
legend {
	font-size: 12px;
	color: #9C3457;
	font-weight:bold;
	padding:5px 15px 5px 15px;
	margin-left:-120px;
}
label { padding-top:20px; padding-bottom:1px; margin:0px; display:block; letter-spacing:1px; }
/* FIN FORMS */

.textecentre { text-align:center; }

#languessplash {

}
.carte { 
	cursor:pointer;
	text-decoration:underline;
	vertical-align:top;
	margin-left:5px;
}
.trianglebas { background:url(../images/map_up.gif) no-repeat right; padding-right:25px; }
.trianglehaut { background:url(../images/map_down.gif) no-repeat right; padding-right:25px; }

.cartederoule {
	display:none;
	padding:25px 25px 10px 25px;
	border:1px solid #E0A3B7;
	margin:20px 0 20px 0;
	width:425px;
}

#bottomhome {
	background-color:#9D3357;
}

#bottomhome td { color:white; }