@charset "UTF-8";

*{margin:0;padding:0;}
img {border:none;}
.thrColFixHdr #global #container #main {
	margin: 0px;
	padding: 0px;
	width: 934px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
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;
	margin-top:80px;
	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-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #666666;
	background-image: url(img/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.thrColFixHdr #global { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #EBEBEB;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #container {
	width: 938px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 46px;
	vertical-align: top;
} 
.thrColFixHdr #header {
	padding: 0 0px 0 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. */
	background-color: #FFF;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: none; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #FFF;
	border-right-color: #999;
	border-left-color: #999;
	padding: 15px;
	position: absolute;
	top: 639px;
	left: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -465px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
	
	margin-right: 3px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent {
	width: 529px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
} 
.thrColFixHdr #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 */
}
.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;
}
.logo {
	margin: 0px;
	float: left;
}
#langue {
	float: left;
	width: 36px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hrCenter{
	height: 10px;
	width: 499px;
	float: left;
	margin-top: 50px;
}
.thrColFixHdr #global #container #header #menuHaut {
	padding: 0px;
	height: 50px;
	width: 935px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.thrColFixHdr #global #container #header img {
	margin: 0px;
	float: left;
}
#menuGauche {
	height: auto;
	width: 150px;
}
.itemMenuGauche {
	background-color: #660000;
	height: 25px;
	width: 147px;
	margin-bottom: 1px;
	padding-top: 5px;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	padding-left: 3px;
	font-weight: normal;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.itemMenuGauche:hover {
	background-color: #ad6b6b;
	cursor:pointer;
	height: 25px;
	width: 147px;
}
.thrColFixHdr #global #container #mainContent h1 {
	font-size: 36px;
	color:#999999;
	margin-top:20px;
	margin-bottom:20px;
}
.thrColFixHdr #global #container #sidebar2 #actualites {
	border-right-width: 6px;
	border-bottom-width: 3px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	height: auto;
	width: 136px;
	float: right;
}
.itemActualite {
	width: 120px;
	text-align: left;
}
.thrColFixHdr #global #container #header #slideShow {
	width: 935px;
	background-image: url(img/defile/2.jpg);
	height: 250px;
}
.thrColFixHdr #global #container #header #menuHaut .itemMenuHaut {
	background-image: url(img/bouton_menu_haut.png);
	float: left;
	height: 50px;
	width: 155px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 40px;
	text-transform: capitalize;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}
.thrColFixHdr #global #container #header #menuHaut .itemMenuHautDroite {
	background-image: url(img/bouton_menu_haut_droite.png);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 155px;
	cursor: pointer;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 40px;
	text-transform: capitalize;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}
.thrColFixHdr #global #container #header #menuHaut .itemMenuHaut:hover {
	background-image: url(img/bouton_menu_haut_survol.png);
}
.thrColFixHdr #global #container #header #menuHaut .itemMenuHautDroite:hover {
	background-image: url(img/bouton_menu_haut_droite_survol.png);
}
.thrColFixHdr #positionOfSidebar {
	height: 20px;
	width: 400px;
	position: fixed;
	top: 0px;
	right: 0px;
	color: #FFF;
	background-color: #000;
}