body {
	padding: 10px 0;
	margin: 0;
	text-align: center;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 86%;
	line-height: 1.4;
	color: #333;
	background: #F5F5F5;
}

body div {
	font-size: 100%;
	}

p {
	margin: 0 0 1em;
}

ul {
	margin: 0 0 1em 1.4em;
	padding: 0;
}
ol {
	margin: 0 0 1em 2em;
	padding: 0;
}
li {
	margin: .25em 0 0;
	padding: 0;
}

/* =Links
---------------------*/

a:link {
	color: #B26565;
}
a:visited {
	color: #666;
}
a:hover {
	color: #B26565;
}
a:active {
	color: #B26565;
}


/* =Headings
---------------------*/

h1 {
	margin: 0 0 .5em;
	font-size: 2em;
	font-family: Georgia, Palatino, Times, 'Times New Roman', serif;
	color: #C33;
}
h1.kicker {
	margin: 0;
	font-size: 1em;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #333;
	letter-spacing: 1px;
}

h2 {
	margin: 1em 0 .5em;
	font-size: 1.4em;
	font-family: Georgia, Palatino, Times, 'Times New Roman', serif;
	color: #C33;
}

h3 {
	margin: 0 0 .5em 0;
	font-size: 1.2em;
	font-family: Georgia, Palatino, Times, 'Times New Roman', serif;
	color: #C33;
}

h4 {
	margin: 0 0 0 1em;
	font-size: 1em;
	font-family: Georgia, Palatino, Times, 'Times New Roman', serif;
	color: #C33;
}

h5 {
	margin: 0 0 0 0em;
	font-size: 1em;
	font-family: Georgia, Palatino, Times, 'Times New Roman', serif;
	color: #C33;
}

h6 {
	margin: 0 0 0 0em;
	font-size: 1.6em;
	font-family: Georgia, Palatino, Times, 'Times New Roman', serif;
	color: #C33;
}


/* =Layout
---------------------*/

#pagewrap {
	position: relative;
	width: 918px;
	margin: 0 auto;
	text-align: left;
}
#page {
	padding: 54px 30px 30px 30px;
	background: #fff;
	border: 1px solid #EBEBEB;
}

#gauche {
	position: absolute;
	top: 0;
	left: -20px;
	width: 20px;
	height: 310px;
	background: transparent url(../img/layout/ombre-gauche.gif) 0 0 no-repeat;
	}
#droit {
	position: absolute;
	top: 0;
	left: 918px;
	width: 20px;
	height: 310px;
	background: transparent url(../img/layout/ombre-droite.gif) 0 0 no-repeat;
	}


/* =Entete
---------------------*/

#entete {
	position: relative;
	margin: 0 0 24px;
}

#entete #title {
	margin: 0 0 1px;
	padding: 0;
	font-family: Georgia, Palatino, Times, 'Times New Roman', serif;
	font-weight: bold;
	font-size: 5em;
	line-height: 1.1;
	color: #C33;
	letter-spacing: -1px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 2px solid #E5E5E5;
}
#entete #title a {
	color: #C33 !important;
	text-decoration: none !important;
}

#entete #tagline {
	padding: 6px 0 12px;
	font-family: Georgia, Palatino, Times, 'Times New Roman', serif;
	font-size: .95em;
	line-height: 1.1;
	text-align: center;
	border-top: 1px solid #E5E5E5;
	background: transparent url(../img/layout/bg-tagline.gif) center bottom no-repeat;
}
#entete #tagline p {
	margin: 0;
	padding: 0;
}

#entete #logo {
	position: absolute;
	top: -45px;
	left: 660px;
}



/* =Corps
---------------------*/

#corps {
	width: 860px;
	background: transparent url(../img/layout/bg-corps.gif) 0 0 repeat-y;
	}

#corps #menu {
	float: left;
	width: 175px;
	}
#corps #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#corps #menu li {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #C33;
	}
#corps #menu li#contact {
	padding: 1em 0 0;
	}
#corps #menu li li {
	margin: .5em 0 0 1em;
	padding: 0;
	text-transform: none;
	}
#corps #menu li a {
	text-decoration: none;
	color: #C33 !important;
	}
#corps #menu li a:hover {
	text-decoration: underline;
	}
#corps #menu li li.select a {
	font-weight: bold;
	color: #666 !important;
	}

#corps #texte {
	float: right;
	width: 650px;
	margin: -6px 0 0;
	}


/* =Pied
---------------------*/

#pied {
	padding: 10px 0 0 30px;
	font-size: .85em;
	color: #999;
	background: transparent url(../img/layout/ombre-pied.gif) center top no-repeat;
}


/* =CLASSes
---------------------*/

/* Class for clearing floats */
.clear {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	}

/* Remove border around linked images */
img {
	border: 0;
}

.border-btm {
	border-bottom: 1px solid #999;
}
.border-top {
	border-top: 1px solid #999;
}
.border-both {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.error {
    color:red;
}
.left-descriptor {
	width:300px;
	display:block;
	float:left;
	clear:left;
}
.vide {
	color:#999;
	font-style:italic;
}

