@charset "utf-8";
/* CSS Document */

<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFEEF6;
	background-image: url(fond.gif);
	background-repeat: repeat-x;
}
.thrColFix #container {
	width: 1120px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/tout_03.gif);
	background-repeat: repeat-y;
	background-position: 160px;
} 
.thrColFix #header {
	height: 210px;
	width: 1120px;
	background-image: url(images/tout_01.gif);
	background-repeat: no-repeat;
	background-position: 160px 0px;
}
.thrColFix  #footer {
	height: 60px;
	width: 960px;
	background-repeat: no-repeat;
		padding-left: 104px;
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFD9EB;
	border: 1px solid #FFCCE4;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 254px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-align: center;
	background-color: #FFD9EB;
	border: 1px solid #FFCCE4;
	vertical-align: top;
}
h3 {
	font-size: 15px;
	font-weight: bolder;
	color: #FF79B9;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCE4;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.pagination2 {
	float: left;
	width: 750px;
	text-align: center;
	font-size: 12px;
	height: 25px;
	padding-left: 150px;
}
.thrColFix #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: auto;
	width: auto;
}
.recherche {
	padding-top: 90px;
	padding-left: 210px;
	font-size: 12px;
	font-weight: bolder;
	height: 25px;
	width: 600px;
}
.pub {
	padding-top: 25px;
	padding-left: 260px;
	height: 60px;
	width: 600px;
}



.position-site {
	width: 650px;
	height: 85px;
	padding-bottom: 8px;
	padding-top: 4px;
	float: left;
	background-image: url(images/fond-site.gif);
	background-repeat: repeat-x;
	border: 1px solid #FDC8E6;
	margin-bottom: 4px;
}
.position-image {
	height: 90px;
	width: 125px;
	float: left;
	padding-left: 19px;
}
.position-titreettexte {
	width: 490px;
	float: left;
	padding-left: 9px;
	padding-top: 2px;
	height: 95px;
	text-align: left;
}
.position-in {
float: left;
width: 81px;
text-align: center;
background-color: #F5F5F5;
height: 100px;
}
.position-out {
float: left;
width: 81px;
text-align: center;
background-color: #EBEBEB;
height: 100px;
}

.dessous {
font-size: 10px;
font-weight: bolder;
color: #FF6600;
}
.inout {
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
}
.titre {
	font-size: 15px;
	font-weight: bolder;
}
.description {
	font-size: 9px;
	font-weight: bolder;
}


a:link {
color: #333333;
text-decoration: underline;
}
a:hover {
	color: #FF66FF;
}
a:visited {
color: #333333;
text-decoration: underline;
}
.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;
}

ul.cat {
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 4px;
}
ul.cat   li {
font-size: 10px;
line-height: 15px;
margin: 0px;
list-style-type: none;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
ul.cat   li   a {
	padding-left: 0px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bolder;
}
ul.cat   li   a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FF79B9;
}
ul.nouv {
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 4px;
}
ul.nouv    li {
font-size: 10px;
line-height: 15px;
margin: 0px;
list-style-type: none;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
ul.nouv    li    a {
	padding-left: 0px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bolder;
}
ul.nouv    li    a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FF3E99;
}

div#disclaimer{ text-align:left; }
 div#disclaimer-fond{ position:absolute; z-index:1000; width:100%; height:2650px; background:white; filter:alpha(opacity=90); -moz-opacity:0.6; opacity: 0.6; text-align:center; line-height:normal; clear:both; }
 div#disclaimer-conteneur{ position:absolute; z-index:1001; width:100%; text-align:center; clear:both; }
  div#disclaimer-cadre{ width:550px; margin-left:auto; margin-right:auto; text-align:center; margin-top:200px; padding:15px; font-size:12px; border:#ddd 1px solid; background:#f5f5f5; color:#555; }
   div#disclaimer-cadre b{ font-size:14px; color:black; }
   div#disclaimer-cadre a{ text-decoration:none; font-size:22px; font-weight:bold; color:#356aa0; }
   div#disclaimer-cadre a:hover{ color:blue; }
--> 
<!--[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
.thrColFix #sidebar1 { width: 180px; }
.thrColFix #sidebar2 { width: 250px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFix #sidebar2, .thrColFix #sidebar1 { padding-top: 30px; }
.thrColFix #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->
