@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #373632;
	background-image: url(/images/page-fond.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
p {
}
.pagenav {
	background-image: url(/images/page-nav/bg.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 640px;
	margin-left: 5px;
}
.pagenav p {
	margin-left: 465px;
	font-size: 14px;
	padding-top: 13px;
}
.introtexte {
	background-color: #edece9;
	background-image: url(/images/boiteintro/fond-boite.gif);
	background-repeat: repeat-x;
	width: 559px;
	margin-left: 25px;
	padding-left: 22px;
	padding-right: 35px;
	padding-bottom: 20px;
}
.introtexte p {
	font-size: 14px;
	line-height: 22px;
	color: #54534E;
}
.contenupage {
	padding-left: 48px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.boiteintro {
	padding-top: 20px;
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 18px 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h1 {
	font-size:18px;
}

h2 {
	font-size:14px;
	font-weight: bold;
	color: #55544F;
}

p {
	font-size:13px;
	line-height: 18px;
}
#header {
	height: 260px;
}
#flashnavig {
	z-index: 5555;
	width: 644px;
	height: 152px;
}
#nav {
	position: absolute;
	padding-top: 166px;
	padding-left: 306px;
	z-index: 4444;
	width: 644px;
}
.introtexte h1 {
	text-transform: uppercase;
	font-size: 15px;
	padding-bottom: 7px;
}

.contenupage h1 {
	text-transform: uppercase;
	font-size: 15px;
	padding-bottom: 7px;
}

.contenupage p {
	padding-bottom:12px;
	width: 560px;
}
.lesaviezvous {
	width: 616px;
	margin-left: 20px;
	background-color: #d1283f;
	margin-bottom: 20px;
}
.lesaviezvous p {
	color: #FFF;
	padding-left: 27px;
	padding-right: 28px;
	padding-bottom: 30px;
	font-size: 15px;
	line-height: 21px;
}
.imageagauche {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 5px;
	font-size: 10px;
	color: #666;
}
.imagepad {
	padding-bottom: 10px;
}

.imageadroite {
	float: right;
	padding-right: 20px;
		padding-left: 20px;
	padding-bottom: 20px;
    padding-top: 5px;
	font-size: 10px;
	color: #666;
}
#accueilmain {
	width: 930px;
	padding-left: 10px;
}
.accueil-colonne2 {
	background-image: url(../images/fond-gris-accueil.gif);
	background-repeat: repeat-y;
	width: 303px;
}
.accueil-col1 {
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 25px;
}
.accueil-texte-col2 {
	width: 273px;
	padding-left: 20px;
	padding-top: 22px;
	color: #62615A;
	font-size: 16px;
}
.accueil-texte-col2 p {
	font-size: 14px;
	line-height: 20px;
}
p a:link,p a:visited {
	color: #9c1116;
}

p a:active,p a:hover {
	color: #d0283e;
	text-decoration:none;
}
