body {
	font-family : "Arial", sans-serif;
	color: #000;
	font-size: 13px;
	background: url(../images/BodyBkg.jpg) no-repeat 50% 0% #fff;	
	}
* {
	padding: 0;
	margin: 0;
	}
	
*html .clear {
	height: 1%;
	overflow: visible;
}

*+html .clear {
	min-height: 1%;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}	
	
a:link, a:visited {
	color: #000;
	text-decoration: none;
	}
a:hover, a:active, #content .lang_active {
	color: #36c;
	border: none;
	}
#container {
	width: 780px;
	margin: 0 auto;
	}
#invisible {
	display: none;
	}
/********** Entête **********/
#header {
	width: 780px;
	height: 221px;
	position: relative;
	}
.vague {
	position: absolute;
	z-index: 0;
	height:0;
	width: 0;
	}
.vague img {
	position: absolute;
	}
.HeaderContent {
	position: absolute;
	z-index: 10;
	top: 60px;
	left: 2px;
	}
.logo {
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 20px;
	width: 409px;
	background: #fff;
	}
#header ul {
	position: absolute;
	z-index: 10;
	top: 70px;
	list-style: none;
	width: 320px;
	left: 455px;
	}
#header li {
	display: block;
	float: left;
	width: 200px;
	padding: 0 0 8px 0;	
	}
#header .horaire, #header .appeler {
	font-weight: bold;
	width: 120px;
	}
#header a:link, #header a:visited, #header a:hover, #header a:active {
	cursor: pointer;
	}
/********** Navigation **********/
#nav {
	height: 177px;
	padding-left: 2px;
	}
#nav ul {
	list-style-type: none;
	width: 196px;
	height: 177px;
	float: left;
	}
#nav li {
	font-weight: bold;
	background: #ccf;
	border-bottom: 1px solid #fff;
	}
#nav a:link, #nav a:visited {
	line-height: 23px;
	padding: 4px 0 0 10px;
	display: block;
	height: 25px;	
	}
#nav a:hover, #nav a:active, #nav_active {
	color: #fff;
	background: #36c;	
	display: block;
	}
#nav img {
	border: 1px solid #000;
	float: left;
	}
#breadlang {
	padding: 10px;
	height: 20px;
	}
/********** Bloc Content **********/
#content {
	background: #fff url(../images/bgcontent.gif) repeat-y center top;
	width: 780px;
	}
h3 {
	clear: both;
	color: #36c;
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px solid #999;
	margin: 0 0 20px 0;
	}
#content .erreur {
	color: #c03;
	font-weight: bold;
	line-height: 0;
	margin: 0 0 20px 0;
	}	
/********** Colonne **********/
.colonne {
	padding: 0;
	margin: 20px 0 0 0;
	float: left;
	width: 223px;
	}
.colonne_box {
	border-left: 1px solid #999;border-bottom: 1px solid #999;
	padding: 0 0 20px 0;
	}
.colonne_box p {
	color: #000;
	padding: 10px 10px 0 10px;
	}
h4 {
	display: block;
	font-size: 15px;
	background: #ccc;
	border-bottom: 1px solid #999;border-top: 1px solid #999;	
	padding: 5px 0 5px 10px;	
	}
.colonne  a:link, .colonne  a:visited {
	color: #c03;
	text-decoration: none;
	}
.colonne  a:hover, .colonne  a:active, #contenu .colonne_active,
.colonne a.act:link, .colonne a.act:visited, .colonne a.act:hover, .colonne a.act:active  {
	color: #36c;
	}	
	
 
/********** Breadcrumbs **********/
.breadcrumbs li {
	list-style: none;
	color: #999;
	float: left;
	padding: 0 5px;
	}
/********** Langues **********/
.langue {
	list-style-type: none;
	float: right;
	}
.langue li {
	float: left;
	padding: 0 5px;
	}
/********** Adresse **********/
.adress {
	margin: 20px 0 0 0;
	height: 30px;
	background: #c03;
	text-align: center;
	line-height: 30px;
	color: #fff;	
	}
.adress  a:link, .adress  a:visited {
	color: #fff;
	text-decoration: none;
	}
.adress  a:hover, .adress  a:active {
	color: #36c;
	}
/********** Copyright **********/
#copyright {
	/*border-left: 1px solid #fff;*/
	width: 780px;
	margin:0 auto;
	padding: 15px 0;
	color: #999;
	}
.copyright {
	text-align: center;
	padding: 0 0 1px 0;
	}
.gasser {
	padding: 0 0 1px 0;
	}
.logoGasser {
	width: 13px;
	height: 13px;
	position: relative;
	top: 2px;
	left: 5px;
	}
	
	
table.contenttable {
	width: 100%;
	border-collapse: collapse;
}

table.contenttable td, table.contenttable th {
	padding: 4px 8px;
	vertical-align: top;
}
