/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(/images/fond-celia.jpg);
background-attachment: fixed;
background-color:#842755;
margin:0;
padding:0;
}

#header {
margin-top:20px;
margin-left:330px;
}
#conteneur {
position:relative;
width:910px;
margin:0 auto;
}
#centre {
margin-left:330px;
background-image:url(/images/centre.png);
}
#page {
padding:0 60px 0 40px;
}

#gauche {
position:absolute;
left:0;
width:290px;
background-image:url(/images/fond-transparent.png);
margin:0 20px;
text-align: left;
}
.menugauche {
font-weight: bold;
list-style-image: url(/images/puce.png);
/*list-style-type:none;*/
margin:0;
margin-left: 20px;
padding:10px;
}
.menugauche li {
margin-bottom:5px;
}
.menugauche a {
color:#fff;
text-decoration:none;
margin:0 2px;
}
.menugauche a:hover {
text-decoration:underline;
color:#f5f745;
}
p {
margin:0;
color: #666666;
/*text-align: justify;*/
}
h1{font-size:18px;
color: #993366;
margin:0 0 5px;
border-bottom: solid 1px #993366;
text-align: left;
}
h2 {
font-size:14px;
font-weight:700;
color:#f5f745;
margin:0 0 5px;
}
a{color: #993366;}
#pied,#signature {
text-align:right;
margin:0;
}
#signature a {
margin-right: 10px;
font-size: 10px;
color:#d6a0bd;
text-decoration:none;
}
#signature a:hover {
text-decoration:underline;
}
#FrogJS{
				width: 480px;
				height: auto;
				margin: 0 auto;
			}
			#FrogJSCredit{
				text-align: right;
				font-size: 80%;
				color: #999;
				padding: 1px;
			}
			#FrogJSCaption{
				text-align: left;
				line-height: 140%;
			}