@charset "utf-8";

/*CONTENU GLOBAL*/
body {
	margin:0;
}

#wrapper{
padding-top: 10px;
width: 978px;
margin-left: auto;
margin-right: auto;
font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
font-size: 12px;
color:#333333;
line-height:20px;
position:relative;
}



#divmenu {
	margin-top:-1px;
}

#divheader {
	margin-top:30px;
}

#divcontenu {
	margin-top:30px;
	margin-bottom:10px;
}

#3points{
text-align: right;
padding-right:20px;
padding-bottom:20px;
height: 100%;
}

.bkg_3points {
	background-image:url(images/3points.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}


#divtextfooter {
	float:right;
	padding-right:100px;
	padding-left:400px;
}



/*text & links*/
a:link, a:visited, a:active  {
	text-decoration: underline;
	color:#333333;
}

a:hover {
	text-decoration: underline;
	color: #007f7b;
}

a.lienmenu:link, a.lienmenu:visited, a.lienmenu:active  {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	letter-spacing: 1px;
}

a.lienmenu:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color:#158986;
	text-decoration:none;
	letter-spacing: 1px;
}

a.lientext:link, a.lientext:visited, a.lientext:active {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color:#007f7b;
	text-decoration:none;
}

a.lientext:hover {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color:#383838;
	text-decoration:none;
}



.grostitre {
	font-family:"Lucida Sans Unicode",Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#8e9196;
}

.titreparagraphe {
	font-family:"Lucida Sans Unicode",Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#8e9196;
}

.titremoyen {
	font-family:"Lucida Sans Unicode",Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#231f20;
}

.textelistingdetail {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	background-color:#a6aebc;
	text-align:center;
	padding:3px 0 3px 0;
	margin-right:2px;
}
.textelistingdetail:hover, .textelistingdetailActive {
	background-color:#66b2b0;
	cursor:pointer;
}

.date {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight:bold;
	color:#333333;
	line-height:20px;
}

.petittext {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color:#8f8f8f;
	line-height:18px;
}

.textfooter, .textfooter a{
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color:#8f8f8f;
	letter-spacing:1px;
}

.check {
	list-style-image: url(images/checkmark.gif);
	list-style-position: outside;
	list-style-type: disc;
}
