body {
	background-color: #666666;
	margin: 0;
	text-align: center;
}
#site {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	text-align: left;
}
#header {
	position: relative;
	background-image: url(images/header-vierge.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	width: 760px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: absolute;
	top: 175px;
	left: auto;
	margin-left: auto;
	margin-right: auto;
	z-index:100;
	width: 760px;
	height: 25px;
	background-image: url(images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#menu dl {
	float: left;
	width: 160px;
	line-height: 25px;
	vertical-align: middle;
}
#menu dt {
	color: #FFFFFF;
	cursor: pointer;
	text-align: middle;
	font-weight: normal;
	margin-left:5px;
}
#menu dd {
	display: none;
	background-color:#44596A;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
}
#menu li {
	text-align: left;
	text-indent:5px;
}
#menu li a, #menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:focus {
	background-color:#384B59;
}
#menu dt a:hover {
	text-decoration: underline;
}
#Coeur {
	position: absolute;
	top: 200px;
	width:760px;
	margin:0;
	padding:0;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#illustrations {
	float: left;
	left:0px;
	width:300px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px; 
}
#articles {
	float: left;
	width: 740px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1 {
	width:100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-right: 10px;
        margin-left: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 45px;
	color: #FFFFFF;
	background-image: url(images/rose-vents.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 45px;
	margin-bottom:0px;
}
#articles p {
	margin-left: 20px;
	margin-right: 10px;
	margin-top:0px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#articles a {
	color:#FFCC66;
	text-decoration: none;
}
#articles a:hover {
	text-decoration: underline;
}
#articles a:visited {
	color: #CCCCCC;
} 
#illustrations p {
	margin-top:0px;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	background-color:#333333;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
	vertical-align: middle;
	
}
#copyright {
	clear:both;
	width: 756px;
	text-align:center;
	color: #FFFFFF;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#copyright a {
	text-decoration: none;
	color: #FFFFFF;
}
#copyright a:hover {
	text-decoration: underline;
}