/**************************/ 
/* DATA                           */
/**************************/ 
#data {
	background:  url("/images/carre-suffren-petit.gif") 100% 0 no-repeat;
}
/********************************/ 
/* CONTAINER CENTRAL          */
/********************************/ 	
#center {
	margin-top:40px ;
}
#center a {
	color:#e94f6b;
}
#center li a {
	color:#28272c;
	text-decoration:none;
}
#center a:hover {
	text-decoration:underline;
}
#center a img{
	border:none;
}
#center h1{
	font-size:15px ;
	background:  url("/images/puce-titre.gif") 0 8px no-repeat;
	color:#e94f6b;
	padding-bottom:15px;
	font-weight:normal;
}
#center h1:first-letter { margin-left:15px;}
#center h2{
	font-size:11px ;
	color:#a1161e;
	padding-bottom:15px;
}
#center h2 a{
	color:#a1161e;
}
#center h3, #center h3 a{
	font-size:11px ;
	color:#e94f6b;
	padding-bottom:15px;
}
#center p {
	padding-bottom:15px;
	line-height:17px;
}
#center ul {
	padding-bottom:15px;
	line-height:17px;
	list-style:none;
}
#center ul li {
	background:  url("/images/puce-texte.gif") 0 7px no-repeat;
	padding-left:12px;
}
#center sup {
	line-height:5px;
	vertical-align:45%;
}
#center ul.no-puce li {
	background: none;
	padding-left:5px;
}
#center ul li span {
	vertical-align:super;
}
#center ol {
	padding-bottom:15px;
	padding-left:28px;

}
/*********Page plan du site********/
#center h3.sitemap{
	padding-bottom:0;
	background:  url("/images/puce-texte.gif") 0 7px no-repeat;
	margin-left:20px;
	padding-left:12px;
}

#center h2.sitemap{
	padding:10px 0 5px 0;
}
#center h3.sitemap a{
	color:#28272c;
	font-weight:normal;
}
#center h2.sitemap a, #center h3.sitemap a{
	text-decoration:none;
}
#center h2.sitemap a:hover, #center h3.sitemap a:hover{
	text-decoration:underline;
}
/*********Tableau des surfaces ********/
#center table {
     border-spacing:0px;
}
#center tr {
	height:23px;
}
#center td {
	text-align:center;
	padding:0 5px;
}
#center tfoot tr {
	background:  #df011a;
	color:white;
}
#center .rouge-fonce {
	background:  #a1161e;
	color:white;
	border-bottom:3px solid white;
}
#center .rouge {
	background:  #df011a;
	color:white;
}
#center .rose {
	background:  #e94f6b;
	color:white;
	width: 75px;
}
#center .gris {
	background:  #e9e8eb;
}
#center .bordure-rouge-gauche {
	border-left:1px solid #df011a;
}
#center .bordure-rouge-droite {
	border-right:1px solid #df011a;
}
#center .bordure-blanche {
	border-right:3px solid white;
}

#center .droite {
	text-align: right;
	padding: 0 20px 0 5px
}
