/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
html {
	background: #CCFFCC;
	color: black;
	font: 76%/1.5em "lucida sans", Arial, sans-serif;
}
#page {
	background: #CCFFCC;
	position: relative;
	margin: 5px auto 20px auto;
	width: 800px;
}
#header {
	background: url(../images/tete.jpg) top center no-repeat;
	height: 225px;
}
#header img.logo {
	padding: 20px 0 0 10px;
}

	#oeilG {
		background: url("../images/oeilg.gif") no-repeat;
		display: block;
		height: 26px;
		left: 355px;
		position: absolute;
		top: 100px;
		width: 31px;
		z-index: 20;
	}

	#oeilD {
		background: url("../images/oeild.gif") no-repeat;
		display: block;
		height: 26px;
		left: 420px;
		position: absolute;
		top: 95px;
		width: 32px;
		z-index: 20;
	}

#corps {
	background: url(../images/corps.jpg) top no-repeat;
}
#main {
	background: #FFFF99 url(../images/doigts.jpg) top center no-repeat;
	margin: 0 auto;
	min-height: 300px;
	width: 700px;
}

#main:after {
	clear: both;
	content: "Clear";
	display: block;
	height: 1px;
	visibility: hidden;
}
* html #main {
	height: 300px;
}

#main div.col {
	float: left;
	min-height: 1px;

}
* html #main div.col {
		display: inline;
}

#col_gauche {
	width: 200px;

}
ul#menu {
	list-style-type: none;
	padding: 0 10px;
}

ul#menu li {
	width: 180px;
	height: 30px;
	padding-bottom: 3px;
}
ul#menu li a {
	color: #006666;
	text-decoration: none;
	font: bold 14px/30px "lucida sans", Arial, sans-serif;
	text-align: center;
	background: url(../images/men_rose.gif) no-repeat;
	display: block;
}
ul#menu li a:hover, ul#menu li strong.active {
	display: block;
	text-decoration: none;
	font: bold 14px/30px "lucida sans", Arial, sans-serif;
	text-align: center;
	background: url(../images/men_mauv.gif) no-repeat;
	color: #FFFF00;
}
#content {
	width: 495px;
	font-family: "lucida sans", Arial, sans-serif;
	color: #006600;
}
#content span.lettrine{
	background-image: url(../images/lettrine.gif);
	float: left;
	width: 70px;
	height: 74px;
	line-height:74px;
	text-align: center;
	font-size: 50px;
	background-repeat: no-repeat;
	/*padding: 10px 0 0 0;*/
	margin: 1px 0 -2px 0;
}
#content h2 {
	clear: both;
	color: #FF33FF;
	background-image:url(../images/pucever.gif);
	background-repeat: no-repeat;
	background-position:center left;
	padding: 0.5em 0 0.5em 4em;
	font-size: 1.2em;
	margin-top: 1em;
}
#content h2.simple {
	background: none;
	margin : 0 auto;
	text-align: center;
}
div.img_comment {
	text-align: center;
	padding: 10px 10px 7px 10px;
	/*margin: 25px 0;*/
	border: 2px solid #f3f;
}
div.img_comment h3 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #f3f;
	padding: 0 0 10px 0;
}
img.g, div.g {
	float: left;
	margin-right: 3px;
}
img.d, div.d {
	float: right;
	margin-left: 3px;
}
img.c, div.c {
	clear: both;
	display: block;
	margin: 0 auto;
}
img.bord {
	border: 2px solid #FF33FF;
	padding: 3px;
}

#footer {
	clear: both;
	width: 700px;
	background-color: #FF6699;
	margin: 0 auto;
}
/*
#footer hr {
	margin: 0 50px;
}
*/
#footer .vcard {
	color: #FFFF99;
	text-align: center;
	font-style: normal;
	font-size: 1.2em;
}
#footer address span {
	padding-right: 5px;
}
#footer address a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFF99;
}
#pied {
	background: #CCFFCC url(../images/pieds.jpg) bottom center no-repeat;
	height: 60px;
}
