img {
    border: 0;
}

body {
    padding:0;
    margin:0;
    background-color: #C6C7CB;
    background-image: url("/sites/templates/images/background_repeat.jpg");
    background-repeat: repeat-x;
    font-family: century gothic;
    font-size: 12px;
    color: white;
}

#page {
    position: absolute;
    left: 50%;
    margin-left: -386px;
    padding: 0px;
    top: 0px;
    width: 772px;
}

a, #content a {
    text-decoration: underline;
    color: #336193;
}

LABEL, tr, td  {
    color: black;
    font-size: 12px;
	}

/*header*/
#header {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 852px;
    height: 403px;
    background-image: url("/sites/templates/images/header.jpg");
    background-repeat: no-repeat;
}

#nos_atouts {
	margin:0;
    padding: 0;
    position: absolute;
    width: 230px;
    height: 85px;
    left: 25px;
    top: 145px;
    color:black;
    font-size: 12px;

	}


#news {
	margin:0;
    padding: 0;
	position: absolute;
	width: 230px;
	height: 85px;
	left: 25px;
	top: 266px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	}
	
#news a {
	color: white;
	}	

#news li {
    list-style: square;
    list-style-position: inside;
    
    }   
 /*menu*/
 
    .topnav {
    position: absolute;
    margin:0;
    padding: 0;
    top: 69px;
    left:269px;  
    }

    .topnav li a{	
	background-image:url("/sites/templates/images/menu.jpg");
	background-repeat:no-repeat;
	width: 94px;
	height: 37px;
	}
	
	.topnav .last a {
    background-image:url("/sites/templates/images/menu_arrondie.jpg");
    background-repeat:no-repeat;
    width: 94px;
    height: 37px;
    }
    
    .topnav li a:hover, .topnav li.here a {   
    background-image:url("/sites/templates/images/menu_here.jpg");
    background-repeat:no-repeat;
    width: 94px;
    height: 37px;
    }
    
    .topnav .last a:hover, .topnav li.here_last a {
    background-image:url("/sites/templates/images/menu_here_arrondie.jpg");
    background-repeat:no-repeat;
    width: 94px;
    height: 37px;
    }
    
	.topnav li a {
	width: 94px;
	height: 37px;
	list-style-type: none;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
	}
	

/*title*/

#title {
	position: absolute;
	left:20px;
	top:375px;
	}

h2 {
	padding:0;
	margin:0;
    color:#626262;
    font-size: 20px;
    font-weight: bold;
	}

h3 {
	padding:0;
    margin:0;
	color:#626262;
    font-size: 16px;
    font-weight: bold;
	}


/*content*/
#background_content {
	position: absolute;
	top:403px;
	width: 772px;
	background-image: url("/sites/templates/images/background_content.jpg");
	background-repeat: repeat-y;
	
	}
	
#content {
	position:relative;
	margin-left:20px;
	width: 708px;
	min-height: 349px;
	border:1px solid #D9DADB;
	background-image: url("/sites/templates/images/main.jpg");
	background-repeat: no-repeat;
	color: black;
	padding: 10px;
	}	


/*mention*/
#mentions {
    padding-top:5px;
    font-size:10px;
    text-align:center;
    color: black;
    width: 772px;
    
    }
    
    
/*news */

#news_list {
    position:relative;
    float:left;
    width: 200px;
    min-height: 350px;
    } 
    
#news_list li {
    list-style-position: inside;
    }       

#news_content {
	position:relative;
	margin-left:205px;
    width: 470px;
    color: black;
    padding: 10px;
    border-left:1px solid #D9DADB;
    
	} 


#varnewsPost
{
    font-size: 11px;
	
}
	


