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

body{
	background-attachment: scroll;
	background-image: url(../img/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #315e6e;
}

#site{
	width: 940px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#header{
	position: relative;
	height: 144px;
}

#logo{
	position:absolute;
	top: 11px;
	left: 11px;
}

#navigation{
	position: relative;
	height: 34px;
	background-image: url(../img/fond_nav.png);
	background-repeat: no-repeat;
	background-position: 0px -34px;
	height: 34px;
	margin-bottom:10px;
}


#navigation ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#navigation ul li{
	float:left;
	margin:0px;
	padding:0px;
}

#navigation ul li a{
	display:block;
	height:28px;
	color:#e9feff;
	font-size:15px;
	text-decoration:none;
	padding-left:13px;
	padding-right:13px;
	padding-top:6px;
	border-left:1px solid #55b4c6;
}

#navigation ul li a:hover, #navigation ul li.current a{
	background-image: url(../img/fond_nav.png);
	background-position: center top;
	color:#53dffc;
	text-shadow:none;
}

#navigation ul li.first a{
	background-position: left top;
	padding-left:21px;
	border-left:none;
}

#topimage{
	position: relative;
	width: 940px;
	height: 284px;
	background-color:#efefef;
}

#mainbt{
	background-image: url(../img/content_main_back.png);
	background-repeat: no-repeat;
	height: 10px;
	background-position: left top;
	margin-top: 10px;
}

#main{
	position: relative;
	width: 600px;
	padding-left: 20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-right: 320px;
	font-size:16px;
	color:#FFF;
	background-color:#438ca7;
}

#main h1{
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
}

#main a{
	color: #1f4852;
}

#main .intro{
	font-size:20px;
}

#rightcolbt{
	position: absolute;
	width:265px;
	top: 217px;
	right: 25px;
	height:8px;
	background-image: url(../img/content_rightcol_back_top.png);
	background-repeat: repeat-y;
}

#rightcol{
	position: absolute;
	width:265px;
	top: 225px;
	right: 25px;
	background-image: url(../img/content_rightcol_back.png);
	background-repeat: repeat-y;
	font-size: 14px;
	color:#114456;
}

#rightcol img{
	margin:0px;
	padding:0px;
}

#rightcol a{
	color:#2c7590;
}

#rightcol h1{
	color:#2c7590;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
}

#footer{
	position:relative;
	height: 77px;
	font-size:14px;
	color:#FFF;
	text-align:center;
	padding-top:25px;
	background-image: url(../img/footer_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	color:#dfffff;
}

#homeboxes{
	margin-top:10px;
}

div.homebox{
	float:left;
	width: 306px;
	height: 280px;
	background-color:#CCC;
	position:relative;
	overflow:hidden;
}

#box2{
	margin-left:10px;
	margin-right:10px;
	width: 308px;
}

div.homimg, div.hometxt{
	position:absolute;
	bottom:0px;
	left:0px;
}

div.hometxt{
	background-image: url(../img/homtxt_back.png);
	background-repeat: repeat;
	width:288px;
	padding:10px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

div.hometxt h1{
	font-size:18px;
	color:#FFF;
}

div.hometxt a{
	font-size:14px;
	color:#74e6fe;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

div.hometxt p{
	margin:0px;
}

#f_contact label{
	font-weight:normal;
	float:left;
	width:100px;
}

#f_contact input, #f_contact textarea{
	float:left;
	width:250px;
	padding:5px;
}

#f_contact div.errormsg{
	margin-left:100px;
	color:#F00;
}

#f_contact input.submit{
	margin-left:100px;
}

.citation{
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:36px;
	color:#256b84;
}

.auteur_citation{
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:36px;
	color:#256b84;
}
