/* Corps du document */
html, body {
	background-color: #FFF;
}
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}


/* Page principale */
div#page {
	width: 1148px;
	height: 1024px;
	margin: 0 auto;
	background: url(../images/background10ans_02.jpg) no-repeat;
}


/* Menu de navigation gauche */
div#navGauche {
	float: left;
	margin-top: 240px;
	margin-left: 101px;
}
div#navGauche ul {
	overflow: hidden;
}
div#navGauche ul li a {
	display: block;
	line-height: 1em;
}
div#navGauche ul li.ldt a {
	width: 226px;
	height: 216px;
	background: url(../images/logo_ldt.jpg) top no-repeat;	
}
div#navGauche ul li.ldt a:hover {
	background: url(../images/logo_ldt_hover.jpg) top no-repeat;
}
div#navGauche ul li.atl a {
	width: 226px;
	height: 79px;
	background: url(../images/logo_alucas.jpg) top no-repeat;	
}
div#navGauche ul li.atl a:hover {
	background: url(../images/logo_alucas_hover.jpg) top no-repeat;
}
div#navGauche ul li.cc a {
	width: 226px;
	height: 269px;
	background: url(../images/logo_cecilia.jpg) top no-repeat;
}
div#navGauche ul li.cc a:hover {
	background: url(../images/logo_cecilia_hover.jpg) top no-repeat;
}


/* Lien de traduction avec drapeau */
div#traduction {
	position: absolute;
	top: 152px;
	padding-left: 150px;
}

/* Lien vers recrutement */
div#recrutement {
	position: absolute;
	top: 100px;
	width: 140px;
	margin-left: 816px;
}

div#recrut {
	clear: both;
	position: relative;
	top: 16px;
	margin-left: 178px;
	width: 750px;
}
div#recrut h2 {
	font-size: 20px;
	text-align: center;
	color: #CF4226;
	letter-spacing: 1px;
	line-height: 130%;
	margin-bottom: 10px;
}
div#recrut h2 a {
	text-decoration: none;
	text-align: center;
	/*color: #CF4226;*/
	color: #BFCF00;
}
div#recrut h2 a:hover {
	/*color: #EF654A;*/
	color: #DCEF00;
}
div#recrut p {
	text-align: center;	
}


/* Popup de recrutement */
div#popup-recrut {
	background: url(../images/bg-recrut.jpg) no-repeat;
	width: 600px;
	height: 420px;
	margin: 0;
	padding: 10px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
div#popup-recrut em {
	font-style: italic;
}
div#popup-recrut h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 34px;
	line-height: 1.4;
}
div#popup-recrut h3 {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	margin-bottom: 10px;
}
div#popup-recrut ul {
	margin-bottom: 12px;
	margin-left: 14px;
	list-style: square;
}
div#popup-recrut ul li {
	margin-left: 14px;
	padding: 4px;	
}


/* Menu de navigation droite */
div#navDroite {
	float: right;
	margin-top: 250px;
	margin-right: 134px;
	width: 190px;
	color: #000;
}
div#navDroite h2 {
	font-size: 15px;
	text-align:center;
	letter-spacing: 1px;
	line-height: 130%;
	margin-bottom: 20px;
}
div#navDroite ul li {
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #7F477F;
}
div#navDroite ul li a img {
	margin-bottom: 5px;	
}
div#navDroite ul li span {
	text-align: center;
}


/* Animation Flash 2010 */
div#animation {
	float: left;
	width: 424px;
	height: 569px;
	margin-top: 240px;
	margin-left: 22px;
}


#slider {
    position:relative;
    width:424px; /* Change this to your images width */
    height:569px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}


/* Pied de page */
div#ours {
	clear: both;
	position: relative;
	top: 32px;
	margin-left: 196px;
	width: 750px;
}
div#ours p {
	font-size: 14px;
	text-align: center;
	color: #000;	
	letter-spacing: 1px;
	line-height: 130%;
}
div#ours p a {
	color: #000;
	text-decoration: none;
}
div#ours p a:hover {
	color: #5F2F51;
	text-decoration: underline;
}
div#ours p.credits {
	margin-top: 6px;
	font-size: 12px;	
}
