/* standard elements */
a {
	color: #0080C0;
	text-decoration: none;
	Border: 0px;
}
a:hover {
	color: #C60;
}
body {
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
}
h1 {
	font-size: 20pt;
}
h2 {
font-size:16pt;
}
code {
	background: #FFE;
	border-left: 6px solid #938262;
	color: #554;
	font: normal 1.1em "Lucida Sans Unicode",serif;
}
.blockquote2s {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #654;
}

/* misc */

/* structure */

/* header */

/* title */
.title {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}


/* navigation */
.navigation {
	font: bold 1.2em Verdana,sans-serif;
}
.navigation a {
	color: #543;
	text-decoration: none;
	padding: 3px 4px;
}
.navigation a:hover {
	background: #CEBDA1;
	color: #420;
}

/* main */
.main {
	clear: both;
	padding: 0 0 0 0;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
}

.sidenav ul {
	padding: 0;
}
.sidenav li {
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}

/* content */
.content {
	float: left;
	width: 100%;
}
.content .descr {
	color: #987E57;
	font-size: 1.1em;
}
.fond {background-image:url(Images_site/Couleur-fond.jpg);
background-repeat:no-repeat;
background-position:top;
width: 780px;
}
/* footer */
.footer {
	color: #FED;
	font-size: 1.1em;
	text-align: center;
	width: 760px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
