/* FONTS */
@font-face {
    font-family: 'ARDESTINEnormal';
    src: url('fonts/ardestine.eot');
    src: url('fonts/ardestine.eot') format('embedded-opentype'),
         url('fonts/ardestine.woff') format('woff'),
         url('fonts/ardestine.ttf') format('truetype'),
         url('fonts/ardestine.svg#ARDESTINEnormal') format('svg');
}
/* END FONTS */


/* BASIC CSS */
body {
margin: 0px;
background-color: #fffff;
background-image: url('images/fond01.png');
color: #004F82;
}

h1 {font-weight: Bold; font-style: normal; font-size: 1.8em; line-height: 180%; }
h2 {font-weight: Bold; font-style: normal; font-size: 1.6em; line-height: 160%; }
h3 {font-weight: Bold; font-style: normal; font-size: 1.4em; line-height: 140%; }
h4 {font-weight: Bold; font-style: normal; font-size: 1.2em; line-height: 80%; }
h5 {font-weight: normal; font-style: normal; font-size: 0.8em; line-height: 60%; }
h6 {font-weight: normal; font-style: normal; font-size: 0.6em; line-height: 40%; }

img {
position:relative;
border: 0px;
}

p {
line-height: 120%; 
}

td {
vertical-align: top;
}

/* END BASIC CSS */





/* DESIGN CSS */

.allBox{
position: absolute;
width: 100%;	
height: 100%;
xbackground-color: .000000;

}
.allBox {
}

.container {
position: relative;
width: 1000px;
margin: 30px 0px 0px 0px;
display: block; 
margin-left: auto; 
margin-right: auto;
background-color: #ffffff;
xbox-shadow: 0px 0px 20px #009EE0; #ffffff;
}

.header {
position: relative;
width: 100%;	
height: 160px;
background-color: #eeeeee;
background-image: url('images/top_logo.png');
xborder-bottom: 10px solid #000000;
margin: 0px 0px 0px 0px;
z-index: 1;
}
.headerPadding {
padding: 0px 0px 0px 0px;
}
.headerPictures {
position:absolute;
top: 110px;
left: 200px;
}
.headerPictures img {
width: 180px;
height: 100px;
border: 4px solid #000000;
}

.freeItem01 {
position: absolute;
width: 100px;	
height: 100px;
top: 20px;
xleft: 0px;
right: 85px;
z-index: 5;
}



.main {
position: relative;
min-height: 900px;
top: 20px;
font: normal 14px/30px arial;
border: 1px solid #0073BE;
border-top: 10px solid #0073BE;
}
.mainContent {
position: relative;
xheight: 500px;
border: 0px solid #eeeeee;
}

.mainContent {
background-position: 100px 100px;
background-image: url('images/bottom_design.png');
background-repeat:no-repeat;
xbackground-attachment:fixed;
background-position: 100px bottom; 
}


.nav {
height: 80px; 
margin: 10px 0px 10px 0px;
}
	X.nav {  
	float: left;
	width: 10%;
	min-width: 160px;
	height: 100%;
	background-color: #777777;
	}

.nav ul {
position: relative;
left: 35px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: left;
}
.nav li {
display: inline-block;
float: center;
list-style-type: none;
}
.nav li a {
display: block; 
width: 100px;
margin: 10px 10px 0px 0px;
padding: 25px 20px 0px 20px;
text-align: center;
font-family: ARDESTINEnormal;
font-weight: bold;
font-size: 1.5em;
text-decoration: none;
border-left: 1px solid #63554C;
border-right: 1px solid #63554C;
}

.nav li a {
background-color: #0073BE;
color: #ffffff;
}
.nav li .pageActive a {
background-color: #8CC63F;
color: #000000;
}

.nav li a:hover {
color:#333333;
background-color: #8CC63F; #009EE0;  
}
.nav li a:active {
color: #38302b;
background-color: #000000; 
}






.asideLeft {  
float: left;
background-color: transparent;
top: 0px;
width: 200px;
height: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.asidePadding {
padding: 10px;
}
.leftItem01 {
top: 0px;
text-align: left;
}
.leftItem02 {
position: absolute;
bottom: -150px;
left: -40px;
}
.leftItemChrono {
position: absolute;
bottom: -130px;
left: -26px;
}



.asideRight {
float: right;
width: 200px;
}
.rightItem01 {
position: relative;
top: 0px;
text-align: center;
z-index: 5;
}
.rightItem02 {
position: absolute;
top: 300px;

}
.rightItemDesign {
position: absolute;
bottom: -106px;
right: -40px;
}




.section {
position: relative;
margin: 0px 250px 10px 35px;
border: 0px solid #F2F0ED;
}

.article {
position: relative;
width: 600px:
color: #38302b;
border: 0px solid #F2F0ED;
text-align: justify;
}
.article a:link { 
color: #009EE0;
font-weight:bold;
font-size: 1em;
}
.article a:visited { 
color: #95AB17;
}
.article a:hover  { 
color: #ffffff;
font-weight:bold;
text-decoration: none;
background-color: #009EE0; 
}
.article a:active {
color: #000000;
}


.footer {  
clear: both;
width: 100%;	
height: 50px;
margin: 20px 0px 50px 0px;
text-align: center;
border: 0px solid #eeeeee;
background-color: #ffffff;
}
.footerPadding {  
text-align: center;
padding: 15px 0px 0px 0px;
}
.boxSpace {
height: 100px;
}

#miniLogo {
position: absolute; relative;
bottom: 30px;
right: -33px;
}


.maQuestion {
font-size: 1.0em;
font-weight: bold;
}


.enseigne {
color: #1178BC;
font-weight: bold;
font-size: 1.2em;
}




.leftPicture img {
position: relative;
float: left;
border: 0px solid #110400;
margin-right: 20px;
margin-bottom: 20px;
}
.leftPicture2 {
position: relative;
float: left;
border: 0px solid #110400;
margin-right: 20px;
margin-bottom: 20px;
}

.rightPicture img {
position: relative;
float: right;
border: 0px solid #110400;
margin: 20px 20px 20px 20px;
}




/* END DESIGN CSS */