/* CSS Document */

html,body { height: 100%; }

body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin:0;
	padidng: 0;
}

a {
	color: #666666;
	font-weight:bold;
}

a:hover {
	color: #0087bd;
}

.red {color:#FF0000;}
.error{
	border: 1px solid #ff0000;
	width:525px;
	text-align:left;
	background-color:#ffffff;
	color:#ff0000;
	padding:10px;
}
.note{
	border: 1px solid #2b6f99;
	width:525px;
	text-align:left;
	background-color:#c9dcea;
	color:#2b6f99;
	padding:10px;
	font-weight:bold;
}

#main {
	width: 970px;
	margin: 0 auto;
	border: 0;
	background-image: url('../images/nav-bg.gif');
	background-repeat:no-repeat;
	background-position: -55px 200px;
	border: 1px solid #CCCCCC;
	border-width: 0 1px 1px 1px;
}

#header td {
	background-color: #2b6f99;
	border-bottom: 15px solid #000000;
	color: #ffffff;
	height: 176px;
}

#logo {
	width: 296px;
	text-align:center;
	vertical-align:middle;
}

#title {
	font-size: 1.5em;
	vertical-align:bottom;
	background-image: url('../images/title-bg.gif');
	background-position:bottom;
	background-repeat:repeat-x;
}

#title h1 { margin: 0; padding: 0; }

.nav {
	padding: 85px 0 10px 45px;
}

#content td {	vertical-align: top; }

#nav, #nav ul { /* all lists */
		margin: 0;
		padding: 0;
		list-style: none;
		float : left;
		width : 200px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		width: 200px;
		margin-bottom: 2px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 210px;
		margin-top : -22px;
		border-left: 2px solid #ffffff;
	}
	
	#nav li ul li {
		margin-bottom: 0;
		border-bottom: 2px solid #ffffff;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 200px;
		w\idth : 200px;
		display : block;
		font-weight : bold;
		text-decoration : none;
		font-size: 9px;
		color: #ffffff;
		background-color:  #2b6f99;
		padding: 5px;
	}
	
	#nav li a:hover {
		color : white;
		background-color : black;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
#body {
	padding: 38px 38px 10px 0px;
	text-align:justify;
}
#body h2{
	font-size: 2em;
	font-weight:normal;
	color: #0087bd;
}

.fl { float:left; }
.fr { float:right; }

.c { text-align:center; }

.entry img {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
}

.entry .fl {
	margin: 0 10px 10px 0;
}
.entry .fr {
	margin: 0 0 10px 10px;
}

.entry .date { color: #999999; font-size: 0.9em; }

#foot td{
	padding: 15px;
	color: #999999;
}
#foot td a{
	color: #666666;
	text-decoration:none;
	font-weight:bold;
}
#foot td a:hover{
	color: #0087bd;
}

.txt{
	width:300px;
}
.txtArea{
	width:300px;
	height:100px;
}
.btnEnvoyer{
	border: 1px solid #2b6f99;
	background-color:#c9dcea;
	color:#2b6f99;

}

#email_content{
	padding:50px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height:500px;
}

#email_content a {
	color: #666666;
	font-weight:bold;
}

#email_content a:hover {
	color: #0087bd;
}

.msgGuest{
	background-color:#c9dcea;
	color:#000000;
	width:500px;
	padding:20px;
}