/* body */
html {
	height: 100%;
	width: 100%;
}
body {
	background-color: #f2f2ec;
	color: #072a60;
	margin: 0%;
	padding: 0px;
	background-image: url('../images/fond.gif');
	height: 85px;
	background-position: center middle;
	height: 100%;
	width: 100%;
}

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

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

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

/* site*/
#header {
	position: relative;
	width: auto;
	height: 170px;
}

#menus {
	margin: 0px;
	position: relative;
	text-align: center;
	padding-left: 0px;
	padding-top: 0px;
	width: auto;
	height: 24px;
	background-color: #333333;
	background-position: left top;
	background-repeat: no-repeat;
}

#main {
	position: relative;
	width: auto;
	padding-bottom: 20px; 
	padding-top: 10px;
	background-image: url('../images/bottom.gif');
	background-color: #ffffff;
	background-position: left bottom;
	background-repeat: no-repeat;
}

#corp {
	position: relative;
	width: 722px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

#bottom {
	position: relative;
	width: 744px;
	left: 50%;
	padding-top: 3px;
	margin-left: -372px;
	margin-bottom: 0px;
	height: 20px;
	text-align: center;
	background-color: #333333;
}

/* ligne */
.ligne {
	color: #cccccc;
	font-weight: lighter;
	border: 2px dotted #7f7f7f;
	padding: 0px 10px 0px 5px;
}

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

.cadretxt {
	background-color: #F7f7f7;
	padding: 5px 10px 10px 10px;
	background-image: url('../images/bottom.gif');
	background-position: left top;
	background-repeat: no-repeat;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.cadrepresta {
	background-color: #F7f7f7;
	padding: 5px 10px 10px 10px;
	background-image: url('../images/bottom.gif');
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
}

.cadretxt2 {
	background-color: #F7f7f7;
	padding: 5px 10px 10px 10px;
	background-image: url('../images/bottom.gif');
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
}

.cadrepict {
	background-color: #F7f7f7;
	background-image: url('../images/bottom.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.space {
	background-color: #ffffff;
}

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

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

