/* body */
html {
	height: 100%;
	width: 100%;
}
body {
	background-color: #4b4b4d;
	color: #072a60;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/points.gif');
	height: 150px;
	background-position: center top;
	height: 100%;
	width: 100%
}

#top-img {
	background-image: url('../images/bg-top.gif');
	height: 230px;
	background-position: center;
	background-repeat: repeat-x;
	min-width: 910px
	background-color: transparent;
}

#content {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	margin-top: 0px;
	background-color: transparent;
}

#top {
	position: relative;
	width: 744px;
	left: 50%;
	margin-left: -372px;
	height: 20px;
	background-color: #4b4b4d;
	text-align: right;
	padding-top: 3px;
}

/* site*/
#header {
	position: relative;
	width: auto;
	height: 120px;
	text-align: right;
}

#main {
	position: relative;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('../images/fond2.jpg'); 
}

#corp {
	position: relative;
	width: 720px;
	margin-left: 30px;
}

#bottom {
	position: bottom;
	width: 800px;
	text-align: center;
	color: #cccccc;
	padding-top: 30px;
	padding-bottom: 2px;
	background-color: #000000;
	background-image: url('../images/fond2.jpg');
	background-position: left bottom; 
}

/* ligne */
.ligne {
	color: #cccccc;
	font-weight: lighter;
	border: 1px solid #272521;
	padding: 0px 10px 0px 5px;
}

/* cadres */
.cadre {
	color: #ffffff;
}

.cadrenav{
	padding: 0px 10px 10px 10px;
}

.cadretxt {
	padding: 0px 10px 10px 10px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url('../images/trema.gif');
	background-position: right bottom; 
}

.space {
	background-color: #000000;
}

.cadreint {
	color: #ffffff;
	border: 1px solid #000000;
}

.cadresite {
	border: 1px solid #fe7d19;
}
