* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	color: #700007;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}

#bandeaupage {
	width: 100%;
	background: #fff url(images/fond2.gif) repeat-x;
	position: relative;
}

#photofond {
	position: absolute;
	top: 170px;
	right: 0;
}

#page, #entete {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#coord {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 1000;
	width: 300px;
	text-align: center;
	padding-bottom: 10px;
}

#coord p {
	font-size: 16px;
	line-height: 20px;
}

#entete {
	height: 170px;
	position: relative;
}

#menu {
	position: absolute;
	top: 140px;
	left: 320px;
	width: 670px;
	height: 30px;
	overflow: hidden;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style-type: none;
	float: left;
	margin: 0;
}

#menu li a {
	display: block;
	line-height: 30px;
	font-size: 15px;
	padding: 0 10px;
	color: #f3aab2;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0;
}

#menu li a:hover {
	color: #860e12;
	background: url(images/fond-menu-over2.gif) repeat-x;
}

#menu li a.selected {
	color: #d2c8bd;
	background: #fff;
}


#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#numero1 {
	position: absolute;
	top: 65px;
	left: 380px;
	z-index: 100;
}

#lg {
	top: 11px;
	left: 600px;
	position: absolute;
	z-index: 1000
}

#contenu {
	float: right;
	width: 670px;
}

#bandeaubas {
	width: 100%;
	background: url(images/fond-bas2.gif) repeat-x;
	height: 157px;
	border-top: 1px solid #fff;	
}

div.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}

img.adroite, div.adroite {
	float: right;
	padding: 0 0 5px 20px;
}

img.agauche {
	float: right;
	padding: 0 20px 5px 0;
}

.col {
	float: left;
	width: 50%;	
}


p, h1, h2, h3, h4, ul {
	margin: 10px 20px 10px 10px;
}

#diapos {
	margin: 10px 0;
	height: 225px;
	width: 300px;
}

h1, h2, h3 {
	margin-top: 15px;
}

h1 {
	color: #e2001a;
	font-weight: normal;
	font-size: 28px;
	padding-bottom: 10px;
}

h2 {
	color: #3a4f62;
	font-size: 24px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #d2c8bd;
}

h3 {
	color: #3a4f62;
	font-size: 18px;
}

h4 {
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	color: #3a4f62;
}

p {
	line-height: 16px;
}

ul {
	list-style-type: square;
	padding-left: 13px;
	font-size: 12px;
}

li {
	margin: 5px 0;
	line-height: 16px;
	text-align: left;
}

li strong {
	font-size: 13px;
}

a {
	color: #293f6c;
	letter-spacing: 1px;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #e2001a;
}

/* FORMULAIRE */


label {
	width: 35%;
	border-bottom: 1px dashed #d2c8bd;
	padding: 0 0 2px 0;
	float: left;
	text-align: left;
	clear: left;
	display: inline;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}

label.oblig {
	color: #293f6c;
}

p.label {
	width: 35%;
	padding: 0 0 2px 0;
	float: left;
	text-align: left;
	clear: left;
	display: inline;
	font-size: 10px;
	line-height: 16px;
	margin: 10px 10px 0 0;
}

form div {
	clear: left;
	padding-top: 5px;
	margin: 0 40px 0 10px;
	text-align: right;
}


input, .input, textarea {
	border: 1px solid #8e7b68;
	background: #f4f2f1;
	width: 60%;
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	padding: 2px;
}

.submit {
	line-height: 13px;
	color: #fff;
	background: #293f6c;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	margin: 5px 0 10px 0;
}
