html,body {
	height: 100%;
}

img {
	border: 0;
}

body {
	padding: 0;
	margin: 0;
	background-color: #88C8DF;
	background-image: url("/sites/templates/images/background.jpg");
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 12px;
}

#page {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	padding: 0px;
	top: 0px;
	width: 1000px;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	color: black;
}

/* top */
#top_left {
	position: absolute;
	top: 0;
	left: 0;
}

#top_right {
	position: absolute;
	top: 0;
	left: 672px;
}

#logo {
	position: absolute;
	top: 22px;
	left: 205px;
	z-index: 5;
}

#bottom {
	position: absolute;
	width: 100%;
	height: 76px;
	/*border: 1px, solid , red;*/
	background-image: url("/sites/templates/images/background_bottom.gif");
	background-repeat: repeat-x;
	visibility: hidden;
}

/*  Menu  */
ul.topnav {
	position: absolute;
	margin:0px;
	padding :0;
	top: 197px;
	left: 20px;
	font-size: 14px;
	font-weight: bold;
	width: 980px;
	z-index: 2;
}


ul.topnav li a {
	display: block;
	width: 171px;
	height: 59px;
	text-align: center;
	padding-top: 27px;
	padding-right: 25px;
	color: white;
	text-decoration: none;
}

ul.topnav li a:hover,ul.topnav li.here a {
	background-image: url("/sites/templates/images/btn_menu_hover.png");
	background-repeat: no-repeat;
	padding-top: 20px;
}

.topnav2 {
   position: absolute;
    margin:0px;
    padding:0;
    top: 256px;
    left: 40px;
    font-size: 12px;
    font-weight: bold;
    width: 980px;
    z-index: 2;
	}
	
ul.topnav2 li a {
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    text-decoration: none;
}

ul.topnav2 li a:hover, ul.topnav2 li.here a {
    color:#f6cf0e;
}

/* content */
#pagetitle {
	position: absolute;
	top: 277px;
	left: 50px;
	background-color: #575757;
	width: 880px;
	height: 40px;
	padding-left: 20px;
	padding-top: 10px;
}

#content {
	position: absolute;
	top: 320px;
	left: 50px;
	background-image: url("/sites/templates/images/background_content.jpg");
	background-repeat: no-repeat;
	background-color: #FDFDFD;
	width: 860px;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
}

/* crédits */
#credits ul li a {
	color: #bababa;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	border-right: 1px solid #bababa;
}

#credits ul li a:hover {
	color: #575757;
	text-decoration: none;
	font-weight: bold;
}

#credits {
	color: #bababa;
	position: absolute;
	background-image:url("/sites/templates/images/background_bottom_content.gif");
	background-repeat: repeat-x;
	left: 50px;
	width: 900px;
	height: 26px;
	text-align: center;
	padding-top: 45px;
	visibility: hidden;
	z-index: 3;
}

#credits a {
	color: #bababa;
	font-weight: bold;
}

#credits a:hover {
	color: #575757;
	font-weight: bold;
}

#credits ul.bottom_menu { /*text-align: center;*/
	
}

#mandatory {
	color: red;
	font-weight: bold;
}

#content a#btn_contact {
	display:block;
   background-image:url("/sites/templates/images/btn_contact.gif");
    background-repeat: repeat-x;
    height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    color:white;
    width: 200px;
	}

/*Mise en page*/
h1 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	margin: 0;
	padding: 0;
	color: #18547e;
	font-size: 14px;
	font-weight: bold;
}

#content li {
	list-style-type: square;
}

#content {
	color: #18547e;
	line-height: 20px;
}

#content a {
	color: green;
}

#content h1 {
	color: #55cf56;
	font-size: 18px;
	font-weight: bold;
}