@charset "UTF-8";
body  {
	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 */
	font-family: "trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt;
/*	background-image: url(./haut_01.jpg); */
	background-repeat: repeat-x;
	background-position: center top;
	font-weight: lighter;
	color: #000000;
}
.twoColHybRtHdr #container {
	width: 945px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybRtHdr #header {
	height: 30px;
	width: 795px;
	margin-bottom: 20px;
	padding-left: 100px;
} 

.twoColHybRtHdr #header2 {
	width: 260px;
	color: #FFFFFF;
	background-image: url(images/formation.gif);
	background-repeat: no-repeat;
	margin-left: 500px;
	padding-left: 120px;
	margin-top: 60px;
	height: 100px;
} 
.twoColHybRtHdr #header3 {
	width: 260px;
	color: #FFFFFF;
	background-image: url(images/aeroport.gif);
	background-repeat: no-repeat;
	margin-left: 500px;
	padding-left: 120px;
	height: 100px;
} 
.twoColHybRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRtHdr #sidebar1 p" rule.
*/
.twoColHybRtHdr #sidebar1, .twoColHybRtHdr #mainContent {
	margin-top: 180px;
	}
	
.twoColHybRtHdr #ContentPadding, #sidebar1 {
	float: right;
	width: 300px;
	padding-right: 0px;
	padding-bottom: 15px;
	text-align: justify;

/*	margin-top: 280px; */
}
/* .twoColHybRtHdr #sidebar1 h3, .twoColHybRtHdr #sidebar1 p {
}
*/

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybRtHdr #mainContent {
	margin-right: 35%;
	margin-bottom: 0;
	margin-left: 10px;
	text-align: justify;
	line-height: 30px;
/* 	margin-top: 280px; */
} 
.twoColHybRtHdr #footer {
	padding: 0 10px;
	color: #000000;
	letter-spacing: 4px;
	text-align: center;
	font-size: 9pt;
} 
.twoColHybRtHdr #footer 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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.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 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Style*/


h1 {
	font-weight: lighter;
	color: #111111;
}


h2 {
	font-size: 18pt;
	line-height: 0px;
	color: #93CE4F;
	letter-spacing: 5px;
	margin-top: 15px;
}


h3 {
	font-size: 18pt;
	line-height: 0px;
	color: #B10D0A;
	letter-spacing: 5px;
	margin-top: 15px;
}

h4 {
	font-size: 18pt;
	line-height: 0px;
	color: #0066FF;
	letter-spacing: 5px;
}

h5 {
	font-size: 12pt;
	text-align: left;
}
h6 {
	font-size: 9pt;
	font-weight: lighter;
	line-height: 0px;
	margin: 20px;
}

h2 a{
	font-size: 18pt;
	line-height: 0px;
	color: #93CE4F;
	letter-spacing: 5px;
}

h3 a {
	font-size: 18pt;
	line-height: 0px;
	color: #B6100D;
	letter-spacing: 5px;
}

h4 a{
	font-size: 18pt;
	line-height: 0px;
	color: #0066FF;
	letter-spacing: 5px;
}



.auteur {
	text-align: right;
}
blockquote {
	font-size: 14pt;
	color: #B6100D;
}

.surtitre {
	font-size: 9pt;
	font-weight: lighter;
	color: #0066FF;
	letter-spacing: 7px;
}

.titre {
	font-size: 18pt;
	color: #93CE4F;
	letter-spacing: 5px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding-bottom: 5px;
}
.soutitre  {
	font-size: 14pt;
	color: #B10D0A;
	letter-spacing: 5px;
	margin-bottom: 25px;
}

.soutitre a {
	font-size: 14pt;
	color: #B10D0A;
	letter-spacing: 5px;
	line-height: 0px;
}

#prive {
	height: 225px;
	width: 41%;
	background-image: url(images/prive.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	position: relative;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 0px;
}

	
#prive1 {
	height: 225px;
	width: 41%;
	background-image: url(images/prive.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	position: relative;
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 25px;
	line-height: 0px;
}
.col {
	width: 47%;
	float: left;
	padding-right: 7px;
	padding-left: 7px;
}
#vert {
	background-image: url(images/bouton/vert.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 15px;
	height: 203px;
	padding-top: 5px;
	line-height: 9px;
}


#bleu {
	line-height: 0px;
	background-image: url(images/bouton/bleu.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 15px;
	height: 358px;
	padding-top: 5px;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p a  {
	color: #111111;
}
table.pricing {
      width:480px;
      text-align:center;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:745px;
	height:32px;
	font-size:16px;
	position:relative;
	z-index:100;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:150px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	width:149px;
	height:30px;
	line-height:29px;
	background-image: url(images/tab2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color: #ACE246;
	background-image: url(http://www.cssplay.co.uk/graphics/drop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; -collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	border-width:0 1px 1px 1px;
	background-image: url(images/menu2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff;
	background-image: url(images/tab.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background-image: url(images/tab.png);
	background-repeat: no-repeat;
	background-position: center top;
	
	}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


.center {
	text-align: center;
}
p #mainContent {
color:#999999
}
img {
	text-align: right;
}
#Menu {
	text-align: center;
	width: 100%;
	top: 0px;
	margin-top: 0px;
	margin-left: 200px;
}
#menuheader {
	position: absolute;
	top: 0px;
}
