@CHARSET "UTF-8";

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #00c1f6;
	background-image: url(../images/site/layout/bodyback.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #d35e00;
}

#container {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	background-image: url(../images/site/layout/containerback.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
	

#header {
	background-image: url(../images/site/layout/header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 1000px;
	height: 118px;
}
.header_title {
	display: none;
}

#footer {
	background-image: url(../images/site/layout/footerback.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 1000px;
	height: 38px;
	margin: 0;
	padding: 0;	
	font-size: 14px;
	color: #303880;
}

.footer_link {
	color: #303880;
	text-decoration: none;
}
.footer_link:hover {
	color: #303880;
	text-decoration: underline;
}

#footer_content {
	display: block;
	float: left;
	margin: 12px 0 0 40px;
}
#footer_copyright {
	display: block;
	float: right;
	margin: 12px 40px 0 0;
}


#content {
	padding: 0;
	margin: 0 0 0 40px;
	width: 920px;
}

td {
	font-size: 12px;
}

th {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	background-color: #e2eaed;
	width: 250px;
}

h1 {
	font-weight: normal;
	color: #d35e00;
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 0;	
}

h2 {
	font-weight: normal;
	color: #888888;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;	
}

p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

input {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.inscription_error {
	color: red;
	font-size: 11px;
}

.obligatoire {
	color: red;
	font-weight: bold;
}

span.info_title {
	color: #777;
}

.infocomplementaire {
	font-style: italic;
	color: #888;
}