body, h1, h2, h3, p, ul, li, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.6em;
	color: #333333;
	background: url(../images/fleche.gif) no-repeat left center;
	display: block;
	padding-left: 55px;
	margin-top: 4px;
}

h2 {
	font-size: 1.5em;
	color: #333333;	
}

h3 {
	font-size: 1em;
	color: #999999;
	margin: 1px;
}

body  {
	background: #e1eb99 url(../images/bkg_page.jpg) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 100%;
}
#div_fermeture 
{
	margin:4px 16px;
	background:#e1eb99;
	border:8px  #e1eb99;
	border-style:ridge;
	text-align:center;
	padding:4px
}
div#Cadre { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/bkg_cadre.jpg) no-repeat top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
div#Container {
	position: relative; 
	width: 742px;
	margin: 0px auto; 
	border: 0px;
	text-align: left; 
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
div#EnTete {
	height: 20px; 
	background: #FFFFFF;
	padding: 7px 2px 0 5px;
	text-align: right;
} 
div#EnTete a {
	margin: 0;
	padding: 10px 0;
	text-decoration: none;
	color: #666666;
	font-size: 0.7em;
}
div#EnTete a:hover {
	color: #333333;
	text-decoration: underline;
}

/* Les images de background du menu sont différents sur chaques pages */
div#ImagePre {
	height: 274px; 
	background: #FFFFFF url(../images/bkg_image_Presentation.jpg) no-repeat bottom;
	padding: 0px;  
	margin: 0px;
}
div#ImageIns {
	height: 274px; 
	background: #FFFFFF url(../images/bkg_image_Inscription.jpg) no-repeat bottom;
	padding: 0px;  
	margin: 0px;
} 

div#ImageAero {
	height: 274px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #FFFFFF url(../images/bkg_image_aeroport.jpg) no-repeat bottom;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 

div#ImageEnseign {
	height: 274px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #FFFFFF url(../images/bkg_image_etablisEnseignement.jpg) no-repeat bottom;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
/* Fin des images de background */

div#Navigation {
	padding: 0px;
	margin: 45px 5px 0px 0px;
	float: right;
} 
div#Navigation  p {
	margin: 0px;
	text-align: right;
	text-decoration: none;
	color: #006699;
	font-size: 1em;
	font-weight: bold;
}

div#Navigation  a {
	text-align: right;
	text-decoration: none;
	color: #006699;
	font-size: 0.6em;
}

div#Navigation  a:hover {
	color: #669933;
	text-decoration: underline;
}

/* Partie Gauche, il y a uneimage de background pour la séparation entre les 2 zones  */
div#Gauche {
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/bkg_gauche.jpg) no-repeat top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	float: left;
	margin: 0px;
	display: inline;
}
div#Gauche p {
	font-size: 0.75em;
	color: #003333;
	padding: 15px;
}
/* Fin partie Gauche */

/* Partie Droite */
 div#Droite {
	width: 230px; 
	padding: 0px;
	margin: 90px 0px 0px;
	float: right;
	display: inline;
}
div#Droite   p, li{
	font-size: 0.875em;
	color: #333333;
	padding: 7px;
}
div#Droite   li{
	padding-top: 3px;
	padding-bottom: 5px;
}
/* Fin partie Droite */

/* Partie du centre lorsque 2 Float: Gauche et Droite */
div#Contenu {
	margin: 0px 0px 0px 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 20px 0px 0px 0px;
	width: 271px;
}

/* Partie du centre lorsque 1 Float: Gauche */
div#Contenu1Col {
	padding: 20px;
	width: 482px;
	margin: 0 0 0 200px;
}
div#Contenu p, #Contenu1Col p {
	font-size: 0.875em;
	color: #333333;
	line-height: 1.4em;
	padding: 0px;
}

div#Contenu a, #Contenu1Col a {
	text-decoration: none;
	color: #006699;
}

div#Contenu a:hover, #Contenu1Col a:hover {
	color: #669933;
	text-decoration: underline;
}

div#HautDePage {
	padding: 0 10px 10 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: right;
	height: 20px;
} 
div#HautDePage a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-align: right;
	font-size: 0.75em;
	color: #006699;
	text-decoration: none;
}
div#HautDePage a:hover {
	color: #669933;
}
div#Pied {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(../images/bkg_piedpage.jpg) no-repeat top;
	height: 50px;
} 
div#Pied p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-align: center;
	font-size: 0.75em;
}
div#Pied a {
	color: #666666;
	text-decoration: none;
}
div#Pied a:hover {
	color: #333333;
	text-decoration: underline;
}

.bold { /* espace à gauche pour le logo */
	font-weight: bolder;
}
.encadre { /* espace à gauche pour le logo */
	background: #ECECEC;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin: 5px;
	padding: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear: both;
}
.logo { /* espace positionner le logo */
	margin: 0px;
	padding-left: 23px;
	z-index: 90;
}
.logoPartenaire { /* pour espacer les différents logos des partenaires */
	margin: 0px;
	padding: 10px 0px 20px;
	border:none;
}
div#next {
	text-decoration: none;
	font-size: 0.875em;
	height: 31px;
	width: 120px;
	display: block;
	color: #0066FF;
	margin: 10px 10px 10px 45%;
	padding: 0px;
}
div#next a {
	text-decoration: none;
	background: url(../images/fleche.gif) no-repeat right;
	font-size: 0.875em;
	text-align: left;
	height: 31px;
	width: 110px;
	display: block;
	color: #669900;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

