#body
{
	margin: 0px;
	padding: 0px; 
	font: normal 12px Arial;
	
	background-color: #282828;
	background-image: url(../images/background.gif);
	
	font: normal 12px Arial;
	color: #616161;
}

#background_header
{
	background-image: url(../images/background_header.png);
	background-repeat:repeat-x; width: 100%;
	height: 172px;
	position: absolute;
	z-index: -1;
}

#content_table
{
	margin-left: auto;
	margin-right: auto;
}

#content_table #left
{
	width: 10px;
	background-image: url(../images/left.png);
	background-repeat: repeat-y;
	
}

#content_table #right
{
	width: 10px;
	background-image: url(../images/right.png);
	background-repeat: repeat-y;
}

#content_frame
{
	width: 800px;
	
	border: 1px solid #000000;
	border-top: 0px;
	border-bottom: 0px;
	
	background-color: #ededed;
}

#content_frame a
{
	color: #000000;
}

#content_frame a:hover
{
	font-weight: bold;
}

#content_left
{
	width: 550px;
	min-height: 750px;
	padding: 10px;
	background-color: #ffffff;
	
	background-image: url(../images/shadow_v.png);
	background-repeat: repeat-y;
	background-position: top right;
}

#content_right
{
	float: right;
	
	padding-top: 10px;
	padding-right: 10px;
	width: 210px;
	text-align: left;
}

#content_left a
{
	font: normal 12px Arial;
	background: none;
	text-decoration: none;
	color: #000000;
}

#content_left a:hover
{
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}

#content_right a
{
	font: normal 12px Arial;
	background: none;
	text-decoration: none;
	color: #000000;
}

#content_right a:hover
{
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}

#welcome_box
{
	margin-bottom: 15px;
	
	font-family: georgia, serif;
	font-size: 16px;
	color: #373737;
}

#quick_link_box
{
	color: #437abb;
}

#quick_link_box a
{
	color: #437abb;
	font-weight: bold;
}

#news_box
{
}

#table_sub_news
{
	width: 100%;	
}

#table_sub_news td
{
	vertical-align: top;
}

.main_news
{
	margin-bottom: 25px;
}

.news_complete
{
	
}

.news_complete_title
{
	border-top: 1px dotted #616161;
	border-bottom: 1px dotted #616161;
	
	font: normal 14px Arial;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 0px;
	padding: 2px;
	color: #373737;
	
	background-color: #ededed;
}

.news_date
{
	font-size: 10px;
}

.news_next
{
	font-weight: bold;
}

.sub_news
{
	width: 150px;
}

.sub_news_title
{
	font-weight: bold;
}

.contact_name
{
	font-weight: bold;
	width: 200px;
	border-bottom: #a1a1a1 1px solid;
	margin-bottom: 5px;
}

.contact_info
{
	color: #000000;
}

.actualite_title
{
	font: normal 14px Arial;
	font-weight: bold;
	margin-bottom: 10px;
	color: #373737;
}

.forfait_table
{
	width: 100%;
}

.forfait_table thead td
{
	background-color: #ededed;
	padding: 10px;
}

.forfait_table_city
{
	background-color: #ededed;
	text-align: center;
	width: 125px;
}

.forfait_table_desc
{
	padding: 10px;
}

/**************************
	HACK FOR IE6
**************************/
* html #content_left
{
	float: left;
}

* html #body
{
	background-color: #202020;
}

* html #background_header
{
	background-image: none;
}

/**************************
	HACK FOR IE7
**************************/
*+html #body
{
	background-color: #202020;
}

