body {
	background-color: #660000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
#conteneur1 {
	position: absolute;
	width: 766px;
	left: 50%;
	margin-left: -383px;
	float:left;
	background-image:   url("img/fond1_page2.jpg");
	background-repeat:repeat-y;
	border-top: 0px;
	border: solid 1px #FF9900;
	text-align: left;	
}
#conteneur2 {
	float:left;
	padding-top: 10px;
	width: 766px;
	background-image:   url("img/fond2_page2.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 100px;	
	}
#sommaire {
	float: right;
	width: 225px;
}

#contenu {
	float: right;
	width: 490px;
	padding-right: 10px;
	padding-left: 15px;
	margin-right: 5px;
	text-align: justify;
}
#pop {
 position: relative;
 margin-left: auto;
 margin-right: auto;
 width: 520px;
 text-align: left;	
 padding: 20px;
  background-color: #CCCCCC;	
}

#sommaire a {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #FF9900;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#sommaire a:hover {
	color: #333333;
	background-color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.slogan {
	width: 216px;
	height: 165px;
	background-image:   url("img/logo2_page2.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0;
}
.slogan span {
  margin-left: -2500px;
}

#contenu h1, #pop h1 {
	color: #A2000B;
	font-weight: bold;
	font-size: 2em;
	font-variant: small-caps;
	padding-left: 20px;
	margin-top: 0;
	padding-top: 10px;
	font-family: "Courier New", Courier, mono;
}
#contenu h2 , #pop h2 {
	font-size: 1em;
	color: #990000;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	font-style: italic;
	padding-left: 5px;
}

#contenu ul, #pop ul {
	padding-left : 1.5em;
	margin-left : 0;
}

#contenu li, #pop li {
	list-style : square;
	margin-top : 0.15em;
	background : transparent;
}

blockquote {
	font-style: italic;
	padding:5px;
	border: 1px solid #666;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}
blockquote p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: justify;
}
#contenu a, #contenu a:active, #contenu a:visited, #pop a, #pop a:active, #pop a:visited {
	color: #990000;
	text-decoration: underline;
}
#contenu a:hover, #pop a:hover {
	text-decoration: none;
}
#links {
	display: none;
}
#contenu img {
	margin: 2px;
	border: 1px solid #000000;
}

