* {
	margin: 0;
	padding: 0;
}


/* @group hacks */

.clearfix { display: inline-table;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/* @end */

body {
	background-color: #3a4e74;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

#container {
	position: relative;
	width: 912px;
	height: 597px;
	background: #fff url(../img/main_bg.gif);
	margin: 10px auto;
	margin-bottom: 0;
	padding: 19px 21px 22px;
	/* hack IE 5 */
	width:  954 px;
	height: 638 px;
}

a img {
	border: none;
}

#content {
	background: url(../img/home_bg.jpg);
}

#content.jour {
	background-image: url(../img/home_jour.jpg);
}

#content.nuit {
	background-image: url(../img/home_nuit.jpg);
}


#switch {
	display: block;
	position: absolute;
	right: 0;
	top: 15px;
	width: 35px;
	height: 40px;
	font-size: 1px;
	text-indent: -5000px;
	background: url(../img/switchbg.png) no-repeat;
}

#switch.jour {
	background-image: url(../img/switch-nuit.png);
}

#switch.nuit {
	background-image: url(../img/switch-jour.png);
}

#motpresident {
	display: none;
	position: absolute;
	top: 19px;
	left: 21px;
	width: 370px;
	height: 547px;
	padding: 25px 15px;
	font-size: 1.1em;
	line-height: 1.4em;
	background: #fff;
	overflow: auto;
}

#motpresident h2 {
	margin-top: 40px;
	text-transform: none;
}

#motpresident p {
	margin: .4em 0 .6em;
	text-align: justify;
}

#motpresident img {
	display: block;
	float: right;
	border: 2px solid #eee;
}

#motpresident p.sign {
	clear: both;
	color: #1e3580;
	text-align: right;
}

#motpresident a.close.top {
	text-align: right;
}

#motpresident a.close {
	display: block;
	color: #999;
	font-size: 10px;
}

/* @group navigation */

#nav {
	padding: 28px 5px 80px;
	list-style: none;
}

#nav li {
	font-size: 14px;
	padding: 0 25px 9px 0;
}

.jour #nav li a {
	color: #22367f;
}

.nuit #nav li a {
	color: #fff;
}


#nav li a {
	text-decoration: none;
}

/*#content.nuit #nav li a {
	color: #fff;
}

#content.jour #nav li a {
	color: #22367f;
}*/

ul#nav li a:hover {
	font-weight: bold;
}

/* @end */

/* @group content */

#content {
	position: relative;
	width: 882px;
	height: 567px;
	padding: 15px;
	background-color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


#content p a {
	color: #1e3580;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}


p.intro:first-letter {
	font-size: 30px;
	line-height: 30px;
	margin: 0 4px 0 0;
	float: left;
}

h1, h1 a {
	display: block;
	width: 260px;
	height: 34px;
	background: url(../img/logo.gif) no-repeat;
	font-size: 1px;
	text-indent: -5000px;
	overflow: hidden;
}

h2, h3 {
	margin: .8em 0 .4em;
	color: #1e3580;
}

h2 {
	font-size: 1.3em;
	text-transform: uppercase;
}

h3 {
	color: #641506;
}

#content p {
	line-height: 15px;
	margin: .7em 0;
}
 

/* @end */

/* @group footer */

#footer {
	position: relative;
	width: 912px;
	height: auto;
	margin: 0 auto;
	text-align: right;
	padding: 0 21px;
}
	
#footer, #footer a {
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}
/* @end */