/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#e8e8e8;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
p, li {
	font-size:12px;
}
p {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
header {
	padding:0;
	margin:0;
}
/* page */
#page {
	position:relative;
	width:950px;
	margin:10px auto 0 auto;
	background-color:#FFFFFF;
	padding:1px;
}
#ombreBasse {
	height:40px;
	width:950px;
	margin:0 auto 0 auto;
	padding:0;
}
.ombreG {
	margin-left:-38px;
	float:left;
}
.ombreD {
	position:absolute;
	float:right;
	left: 951px;
	z-index:100;
}
/* Zone haut de page */
#hautPage {
	position:relative;
	text-align:center;
	height:221px;
	width:950px;
	margin:0;
}
.bordImg {
	border-left:1px solid white;
	border-right:1px solid white;
}
.logo {
	position:absolute;
	z-index:110;
	left: 22px;
	top: 21px;
}
/* zone de menu Haut de page */
#menuHaut {
	position:relative;
	text-align:center;
	height:71px;
	margin-top:1px;
	margin-bottom:1px;
	background-image:url(../images/fond-menu.gif);
	background-repeat:repeat-x;
}

/* zone de contenu */
#zoneContenu {
	position:relative;
}
#zoneContenu h1{
	font-size:18px;
	color:#990033;
	margin:0 0 10px 0;
	padding:0;
}
#zoneContenu h2{
	font-size:14px;
	color:#cebe5a;
	margin:0 0 10px 0;
	padding:0;
}
#zoneContenu p {
	color:#666666;
	letter-spacing:1px;
	text-align:justify;
	margin:0 0 20px 0;
	padding:0;
}
#zoneContenu li{
	color:#666666;
}
#zoneContenu a{
	color:#990033;
	text-decoration:none;
	border-bottom:1px dotted #990033;
}
#zoneContenu a:hover{
	color:#000000;
}

/*Page à 3 colonnes */
.col1, .col2, .col3, .col21, .col22, .col {
	vertical-align:top;
}
.col1 {
	padding:40px;
	width:260px;
	background-image:url(../images/degVert.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.col2 {
	padding:40px 20px 40px 40px;
	width:259px;
}
.col3 {
	padding:40px 40px 40px 20px;
	width:231px;
}
/*Page à 2 colonnes */
.col21 {
	padding:40px;
	width:260px;
	background-image:url(../images/degVert.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.col22 {
	padding:40px;
}

/*Page à 1 colonne */
.col {
	padding:40px;
}

/* Zone texte sur fond bordeaux en bas de page */
#infoBasPage {
	font-size:10px;
	color:white;
	background-color:#990033;
	text-align:right;
	padding:1px 10px 2px 0;
	width:942px;
	margin:0 auto 0 auto;
}
#infoBasPage a{
	color:white;
	text-decoration:none;
}
#infoBasPage a:hover {
	color:#000000;
}
/* zone bas de page apres div page */
#basDePage {
	width:950px;
	margin:0 auto 10px auto;
}
#basDePage h2 {
	font-size:10px;
	color:#333333;
	text-align:center;
}
#basDePage p {
	text-align:center;
	font-size:10px;
	color:#333333;
}
#basDePage a {
	color:#333333;	
}
#basDePage a:hover {
	color:#000000;	
}
