* {
	border:0;
	margin:0;
	padding:0;
}

/* body */
body {
	background:#fff url('image/background_body.jpg') repeat-x top;
	color: #7D7D7D;
	font:0.75em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
/*Menu d'évitement*/
#smallgraytext{
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 10;
	font-size: 85%;
}
#smallgraytext a{
	color:#999999;
	text-decoration:none;
}
#smallgraytext a:hover{
	text-decoration:underline;
	color:#999999;
}

/* header */
#header {
	background:url('image/background_header.jpg');
	height:300px;
	margin:0 auto;
	position:relative;
	width:760px;
	background-color: #D5A46F;
}
#photo {
	position:absolute;
	right:40px;
	top:32px;
}
#header h1 {
	color:#666;
	font-size:30px;
	font-weight:400;
	left:0;
	letter-spacing:-2px;
	position:absolute;
	top:30px;
}
#header p {
	bottom:20px;
	color:#fff;
	font-size:2em;
	position:absolute;
	right:20px;
}
#header ul {
	list-style:none;
	position:absolute;
	top:80px;
}
#header ul li {
	list-style:none;
}
#header ul li a.surline{
	color: White;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #fff;
}
#header ul li a {
	color:#fff;
	display:block;
	font-size:1.2em;
	font-weight:700;
	height:20px;
	padding:5px;
	width:170px;
}
#header ul li a:hover {
	color: black;
	background: #e1bc8f;
	text-decoration:none;
-moz-opacity:0.5;
opacity: 0.5;
filter:alpha(opacity=50);
}

/* content */
#content {
	width:760px;
}

/* leftpanel */
#leftpanel {
	float:left;
	width:210px;
	text-align: left;
}
#leftpanel p {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:90%;
	margin:4px 0;
	text-align: justify;
	background-image: url(image/borderbottom_left.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#leftpanel ul {
	margin:10px;
}
#leftpanel ul li {
	list-style:none;
	padding:3px 2px;

}
#leftpanel ul li a {
	color: #993366;
	display:block;
	padding:3px;
	text-indent: 10px;
	background:#ffffff;
	border:1px solid #fff;
	background-image: url(image/menu-leaf.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#leftpanel ul li a:hover {
	color: #CC6633;
	 background:#ffffff; border:1px solid #d0d0d0;
}
#leftpanel ul li a.surline {
	color: #999999;
	 background:#ffffff; border:1px solid #d0d0d0;
}
#sidelinks {
	background-image: url(image/borderbottom_left.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
/* Partie Texte */
#supportingText {
display:block;
/*}

#textcontent{*/
text-align: justify;
 float: right;
 width: 520px;
}

#textcontent h1,#leftpanel h1 {
	border-bottom: 2px solid #CC6600;
	color: #666;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
	clear:both;
}
#textcontent ul {
	padding: 10px 40px;
	line-height:20px;
}
#textcontent ul li{
	padding: 4px;
}
/*Classes image entourée*/
.img
{float:left; margin:0 10px 4px 0; padding:1px; background:#ffffff; border:1px solid #d0d0d0;}
/*Pied de page*/
#footer{
width:707px;
background-color:#F0F0F0;
 background: url(image/footer.jpg) no-repeat center;
 height: 62px;
 clear: both;
}
#footer p {
	border-top: 2px solid #CC6600;
	color:#555;
	font-size:90%;
	text-align:center;
}

/* general */
p {
	line-height:20px;
	padding:10px;
	}
p.ombre{
	background-image: url(image/borderbottom_left.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 120%;
	font-weight: bold;
	/*background-color: #f1f1f1;*/
}
a {
	color: #CC6633;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
blockquote {
	background:#f1f1f1;
	color: #555;
	border-left: 2px solid #CC6600;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 4px;
}
acronym{
	cursor: help;
	text-decoration: none;
	border-bottom-style: none;
}
textarea, input{
	border: 1px solid #CCCCCC;
}
.button:hover{
	border: 1px solid #CC6633;
}
.left {
	float:left;
	margin:0 10px 4px 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}
