/* @group RESET */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


/* @end */

/* @group GENERAL */

#container {
	text-align: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}

#page {
	text-align: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}

html, body {
	background: #ccc;
	margin: 0px;
	padding: 0px;
}

body { 
color: black; 
text-align: left;
	margin: 0px 10% 20px 10%;
	font: 12px/1.5em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding: 0px 20px 0px 20px;
	width: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

h1{font-size: 1.5em;
	font-weight: bold;
}
h2{font-size: 1.2em;
	color: #7e8010;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 20px;
}
h3{font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 20px;
	color: #4c4c4c;
}
h4{font-size: 1.2em;
	padding-bottom: 10px;
}
h5{font-size: 1.1em;}

h6{font-size: 1em;}

span {
	color: #7e8010;
	font-weight: bold;
}

hr {
	clear: both;
	visibility: hidden;
	text-align: left;
	line-height: .1px;
}

hr {
	width: 90%;
	text-align: left;
}

.hr2 {
	border-bottom: #800000 1px solid;
	visibility: visible;
	background: url(hr2.gif) repeat-x inherit;
	line-height: 6px;
	border-top-style: none;
}



/* @end */

/* @group CLASSES */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.links    { font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; text-align: center; property-name: property-value  }
.address     { color: #000000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; padding-top: 12px;
	text-align: center;
	border-top-color: transparent;
	padding-bottom: 12px;
}

.textcenter {
	text-align: center;
}



/* @end */

/* @group HEADER */

#top {
	width: 780px;
	margin-top: 10px;
	height: 140px;
	background: white url(header.jpg) no-repeat center top;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
     -webkit-border-top-right-radius: 10px;
	position: relative;
	text-align: center;
}

* html #top { 
	width: 780px;
	height: 140px;
	text-align: center;
}

#top h1 {
	text-indent: -9999px;
}

#top h2 {
	float: right;
	right: 20px;
	display: block;
	position: absolute;
	color: #4c4c4c;
	bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
}



/* @end */

/* @group NAV */

#menu {
	color: #000;
	clear: both;
	height: 25px;
	margin: 0;
	padding: 5px 0px 0px;
	background-color: #b5cb1e;
	overflow: hidden;
	text-align: center;
}

#menu ul {
	text-align: center;
	display: block;
}

#menu ul li {
	display: inline;
	text-align: center;
	padding: 0;
	margin: 0;
}

#menu ul li a {
	color: #4c4c4c;
	padding: 10px 5px;
	font-weight: bold;
	text-decoration: none;
	font-size: 100%;
	text-align: center;
}

#menu ul li a:hover,#menu li.active a {
	padding: 10px 5px;
	color: #fff;
	background: #7e8010 url(menubg_hover.jpg) repeat-x left center;
}

.menu    { color: #ffffff; font-size: 10px; border-bottom: transparent;
	background: center inherit url(menu.png) no-repeat; text-align: center;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}

.menu a:link {
	color: #333;
	margin: 0px;
	padding: 10px 5px;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	color: #fff;
	margin: 0px;
	padding: 10px 5px;
	text-decoration: none;
	background-color: #7e8010;
}

.menu a:visited {
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}



/* @end */

/* @group CONTENT */

#content {
	margin: 0px;
	background-color: #fff;
	padding: 30px 20px 20px;
	clear: both;
}

#content p {
	text-align: left;
	color: #000;
	font: 100%/140% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content p+p {
	padding-bottom: 20px;
}

#content .intertitres     { color: gray; font-weight: bold; font-size: 14px;
	border-bottom: 1px solid #4c4c4c;
	margin-right: 80px;
}

/* @end */

#sidebar{
	float: left;
	width: 180px;
	padding-bottom: 20em;
	margin: 0px;
	padding-top: 30px;
}

#sidebar p{
	float: left;
	background: url(star.png) no-repeat 0px 2px;
	text-indent: 15px;
	font-size: 1em;
	clear: both;
	padding-bottom: 20px;
}

a:link{
	color: #800000;
	border-width: 0px;
}

a:hover{
	color: #f00;
	text-decoration: underline;
}

a:visited{
	color: #666666;
}

a:active {
	color : #2E78A7;
	text-decoration : underline;
}

#main img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.imgright {
	float: right;
	border: 1px solid #000000;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	font-size: .8em;
	text-align: center;
	line-height: 2em;
	border-spacing: 0px;
}

.imgleft {
	float: left;
	border: 0px none #000000;
	padding: 0px;
	margin: 5px 10px 5px 0px;
	font-size: .8em;
	text-align: center;
	border-spacing: 0px;
	display: block;
}

.titre    { color: black; font-weight: bold; font-size: 14px; text-align: left;
	background: transparent;
	padding: 30px;
}

blockquote {
	margin: 40px 80px 40px 40px;
	font: bold 1.2em Times New Roman, Times, serif;
}

/* -----------footer------------------ */

/* @group footer */

#footer {
	height: 80px;
	margin: 0;
	padding: 0;
	background-color: white;
	clear: both;
	float: left;
	width: 780px;
	background-image: url(footer_img.jpg);
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
     -webkit-border-bottom-right-radius: 10px;
	border-top: 1px solid #ccc;
}

.footer {
	text-align: center;
	color: #4c4c4c;
	font: bold 1em/2em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 15px;
}



/* @end */

ol {
	list-style-type: decimal;
	text-align: left;
	padding-left: 20px;
}

ol li {
	text-align: left;
}

