@charset "utf-8";
/* CSS Document */

body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 100px;
	background-color: #b8b9ff;
	padding: 0px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#accueil {
	position : relative;
	background-image : url(imgs/bg.home.jpg);
	background-repeat : no-repeat;
	width : 974px;
	height : 590px;
	margin : 0 auto 2em auto;
	top: 0px;
}
#accueil img {
	border: 1px solid #FFCC00;
}
#legende {
	position : relative;
	top: 610px;
	width : 974px;
	margin: 0 auto 0 auto;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #fff;
	text-align: center;
	z-index:2;
}
#legende a, #legende a:hover
{
	color: #fff;
	text-decoration:none;
}
#rubs {
	position : absolute;
	display : block;
	width : 180px;
	height : 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	top: 178px;
	left: 62px;
	color: #000000;
	text-decoration: none;
	border:0;
	margin:0;
	padding:0;
}
#rubs legend
{
	display:none;
}
#rubs a {
	text-decoration: none;
	color: #000;	
}
#rubs a:hover {
	display: block;
	background-image:none;
	width : 180px;
	height : 94px;
	padding-left: -4px;
	color: #003366;
	background-color: #E4E4E4;
}
#rubs a:hover img {
	display: block;
	border: 1px solid #82D111;
}
.rub {
	position : relative;
	display : block;
	width : 180px;
	height : 94px;
	background-image: url(imgs/bg.rub.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 4px 0 0 0;
	text-indent: 4px;
/*	border: 1px solid #FFF;*/
}
.rub img {
	margin-left:4px;
}
#panne {
	position : absolute;
	left: 810px;
	top: 536px;
}
#panne img {
	border:0;
}
#entrer {
	position : absolute;
	left: 665px;
	top: 175px;
}
#entrer img {
	border:0;
}
u {
	font-size: 12px;
	text-decoration: none;
}

#header{
	margin: 0;
	padding: 0px;
	width: 960px;
	background-image: url(imgs/header.eau.jpg);
	background-repeat: no-repeat;
	height: 283px;
}
#content{
	float:left;
	width: 80%;
	margin: 0;
	padding: 0 3% 0 0;
}
#contenu{
	background-image: url(imgs/bg.contenu.gif);
	background-repeat: repeat-y;
	background-position: top;
}
table {
	background-color: #FFFFFF;
}
caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #b8b9ff;
	border-bottom:solid 1px #000000;
	padding-bottom:5px;
}
/* recrutement */
#acces
{
	position:absolute;
	right:15px;
	bottom:-38px;
	z-index:5;
}
#accesmenu
{
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#accesmenu li a
{
	color:#3841c2;
	font-size:70%;
	text-decoration:none;
}
#accesmenu li a:hover
{
	color:#FF5205;
}

/* Style Annonce Page */
#annonce
{
	position: absolute;
	z-index:5;
	display:block;
	
	width: 350px;/**/
	bottom: 85px;
	right: 60px;
	
	font-weight:bold;
	padding:10px 20px 10px 20px;
	text-align: justify;
	vertical-align: middle;
	
	background-color:#fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;/**/
	font-size:70%;
	border:1px solid #D1B94D;
	margin:0;
}
#annonce legend
{
	display:none;
}
#annonce h3
{
	font-size:130%;
	margin:0.5em 0;
	font-weight:bold;
}
#annonce p
{
	margin:0.5em 0;
	font-size:110%;
}
.color1
{
	color:#D60000;
}
#annonce #close
{
	position:absolute;
	z-index:1;
	right:28px;
	top:-5px;
}
#annonce #close a
{
	/*color:#000;*/
	font-size:80%;
}
#annonce #close img
{
	border:0;
}
#annonce a
{
	color:#3841c2;
	text-decoration:none;
}
#annonce a:hover
{
	color:#FF5205;
}
#annonce.current,
#annonce.current #close
{
	position:absolute;
	visibility:hidden;
	display:none;
	z-index:-5;
}
