BODY {
	background-color: #FFFFFF;
	margin-top: 20px;
}

A:LINK, A:VISITED {
	text-decoration : none;
	color : #083049;
}
A:HOVER {
	text-decoration : none;
	color : #588696;
}



a:active, a:focus{
   outline:none;
}

.container {
width:924px;
height:614px;
background: url(../images/p_background.jpg) no-repeat;
margin: 0px auto; 
}
.logo-page {
	position: absolute;
	padding-left: 45px;
	padding-top: 110px;
	font-family: Arial;
	font-size: 34px;
	color: White;
}

.texte-principal {
	position : absolute;
	padding-left : 40px;
	padding-top : 180px;
	font-family: Arial;
	font-size : 20px;
	line-height : 25px;
	font-weight : bold;
}
.zone-texte-principal {
	position : absolute;
	padding-left : 30px;
	padding-top : 190px;
	font-family: Arial;
	font-size : 15px;
	line-height : 22px;
	font-weight : bold;
	width : 320px;
	color : #60A3B4;
}

/* ========= MENU HORIZONTAL EN HAUT============ */

#nav {
	list-style: none ;
	overflow: hidden ;
	font-family: Arial;
	position : absolute;
	font-size : 14px;
	margin : 0;
	padding-top : 16px;
	padding-left : 0px;
}
#nav li {
	float: left;
	width: 128px ;
	color: #F8F8FF;
}
#nav li a {
	display: block ;
	color: #F8F8FF;
	text-align: center;
	text-decoration: none ;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	text-decoration: none;
	color : #000000;
}
.page-on {
	color : #000000;	
}

/* ========= SLIDESHOW ============  */
/* ========= Position du texte ============ */
.slideshow-texte {
	width: 400px;
	height: auto;
	background-color: transparent;
	color: #333;
	overflow: auto;
	margin-left: 415px;
	text-align: center;
	margin-top: 530px;
	position: absolute;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	padding-top: 5px;
}

/* ========= Position des boutons ============ */
.slideshow-bouton-droit {
	position : absolute;
	margin-left : 830px;
	margin-top : 530px;
	background-color : transparent;
}
.slideshow-bouton-gauche {
	position : absolute;
	margin-left : 370px;
	margin-top : 530px;
}

/* ========= Position des images ============ */
.slideshow-images {
	position : absolute;
	margin-left : 370px;
	margin-top : 100px;
	border-left : 10 solid #E1E1F0;
	border-right : 10 solid #E1E1F0;
	border-top : 10 solid #E1E1F0;
	border-bottom : 35 solid #E1E1F0;
	background-color : White;
}

/* ========= Aspect des images ============ */
.pics img {
	height: 350px;
	width: 480px;
	border: 1px solid #CCCCCC;
	background-color: #eee;
	top:0;
	left:0;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 50px;
}

/* ========= MENU HORIZONTAL EN BAS============ */

#navbas {
	list-style: none ;
	overflow: hidden ;
	font-family: Arial;
	position : absolute;
	font-size : 12px;
	margin : 0;
	padding-top : 610px;
	padding-left : 547px;
}
#navbas li {
	float: left;
	width: 120px;
	color: #FFFFFF;
	background-color: #5CA3B3;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
}
#navbas li a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	padding-top: 1px;
}
#navbas li a:focus, #navbas li a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}
#navbas li a:hover {
	text-decoration: none;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

/* =========== FORMULAIRE =================== */
input[type="submit"]{
	height: 26px;
	font-size:85%;
	text-align: center;
	border: 0px dotted #8EB5BF;
	font-weight:bold;
}
select,input[type="text"]{
border:0px #333333 solid;
width:180px;
background: #8EB5BF;
}

input {
	background-image: url(img/bg_field.jpg);
	border:0px #333333 solid;
	background : #8EB5BF;
}


textarea{
border:0px #333333 solid;
background: #8EB5BF;
}

.unite {
	color : #083049;
}
