html,body {
	height: 100%;
}

body {
	margin: 0;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #696053 url(../img/web/body_bg.png) repeat 988px 0px;
	color: #49463C;
}

p, td, li {
	font-size:0.9em;
}

h1 {
	font-size:2em;
}

h2 {
	font-size:1.5em;
	margin:0 0 1em;
}

h3 {
	font-size:1.3em;
	margin:0 0 0.7em 0;
	padding:0 0 4px 0;
	border-bottom:1px solid #BAAB9E;
	font-variant:small-caps;
}

h4 {
	font-size:1.2em;
	margin:0 0 0.7em;
	padding:0 0 0.1em 15px;
	background:transparent url(../img/web/h4_arrow.gif) no-repeat 0 3px;
}

h5 {
	font-size:0.9em;
	margin:0;
}

/* ------------------------

	CALQUES CONTENEURS

------------------------ */
#main {
	width: 966px;
	background: #958469 url(../img/web/main_right_gradient.png) repeat-y right 1px;
}

#header {
	width: 968px
}

#headmenu {
	clear: left;
	border: 1px solid #413D36;
	background: #C4BDB1;
	margin-left: 4px;
	margin-right: 21px;
	padding: 1px
}

#maincontent {
	background: #958469 url(../img/web/maincontent_bg.gif) no-repeat;
	margin-right: 21px
}

#content, #contenthome {
	margin-left: 182px;
	background: #D9CFC7;
	border-left: 1px solid #413D36;
	border-right: 1px solid #413D36;
	border-bottom: 1px solid #413D36;
	padding: 2em;
}

#contenthome {
	background: #CDC2B9 url(../img/web/home_head.png) no-repeat;
	padding: 1px;
}

#mainmenu {
	float: left;
	width: 178px;
}

#footer {
	/*clear: left;
	float: right;
	display: block;

	position:relative;
	top:0px;
	width:200px;
	margin-left: 182px;*/
	padding-bottom: 80px;
}

/* ------------------------

	HEADER

------------------------ */
#header h1 {
	margin: 0;
	text-indent: -999em;
	width: 177px;
	height: 160px;
	background: #958469 url(../img/web/header_logo.png) no-repeat;
	float: left;
	border-right: 1px solid #413D36;
	border-bottom: 1px solid #413D36
}

#header cite {
	text-indent: -999em;
	width: 763px;
	height: 165px;
	background: #958469 url(../img/web/header_hills.jpg) no-repeat;
	display: block;
	float: left;
	margin-left: 4px
}

#header a h1{
	cursor:pointer;
}

/* ------------------------

	HEADMENU
	TODO test pou voir

------------------------ */
#headmenu ul {
	list-style: none;
	height: 24px;
	display: block;
	margin: 0;
	padding: 0 0 0 350px !important;
	padding: 0 0 0 340px;
	background: #60132F url(../img/web/headmenu_bg.png) repeat-x
}

#headmenu ul li {
	margin: 0 0 0 10px;
	padding: 0;
	float: left
}

.capdcv a,.actu a,.liens a,.contact a {
	display: block;
	height: 24px;
	text-indent: -999em
}

.capdcv a:hover,
.actu a:hover,
.liens a:hover,
.contact a:hover,
#headmenu .active {
	background-position: 0 -31px;
}

.capdcv a {
	background: #60132F url(../img/web/headmenu_capdcv.gif) no-repeat;
	width: 227px
}

.actu a {
	background: #60132F url(../img/web/headmenu_actu.gif) no-repeat;
	width: 130px
}

.liens a {
	background: #60132F url(../img/web/headmenu_liens.gif) no-repeat;
	width: 47px
}

.contact a {
	background: #60132F url(../img/web/headmenu_contact.gif) no-repeat;
	width: 130px
}

/* ------------------------

	MAINMENU

------------------------ */
#mainmenu ul {
	list-style: none;
	padding: 0;
	margin: 4px 0 0 0;
}

/* LEVEL 1 */
#mainmenu ul li {
	margin-bottom: 1px;
}

.acc a,
.qui a,
.actions a,
.propose a,
.publications a,
.commande a {
	display: block;
	height: 35px;
	width: 178px;
	text-indent: -999em;
}

.qui a:hover,
.actions a:hover,
.propose a:hover,
.publications a:hover,
.commande a:hover,
#mainmenu .active {
	background-position: 0 -36px;
}

.acc a {
	background: #312E28 url(../img/web/mainmenu_acc.png) no-repeat;
}

.qui a {
	background: #312E28 url(../img/web/mainmenu_qui.png) no-repeat;
}

.actions a {
	background: #312E28 url(../img/web/mainmenu_actions.png) no-repeat;
}

.propose a {
	background: #312E28 url(../img/web/mainmenu_proposition.png) no-repeat;
}

.publications a {
	background: #312E28 url(../img/web/mainmenu_publications.png) no-repeat;
}

.commande a {
	background: #312E28 url(../img/web/mainmenu_commande.png) no-repeat;
}

/* LEVEL 2 */
#mainmenu ul li ul {
	background: #433D37;
	margin: 1px 0 3px 0;
	padding: 0 6px 3px 5px;
	font-size: 1em;
	display: none;
}

#mainmenu ul li ul li {
	background: #433D37 url(../img/web/mainmenu_points.gif) repeat-x bottom;
	padding: 6px 0 6px 0;
}

#mainmenu ul li ul li.last {
	background: none;
}

.acc li a,
.qui li a,
.actions li a,
.propose li a,
.publications li a {
	background: none;
	text-indent: 0;
	height: auto;
	width: auto;
	text-decoration: none;
	border-right: 3px solid #433D37;
	font-weight: bold;
	color: #9C9387;
}

.acc li a:hover,
.qui li a:hover,
.actions li a:hover,
.propose li a:hover,
.publications li a:hover,
#mainmenu ul li ul li .active
	{
	font-weight: bold;
	border-right: 3px solid #6A645C;
	color: #C4BDB1;
}

.acc ul .active,
.qui ul.active,
.actions ul.active,
.propose ul.active,
.publications ul.active {
	display:block!important;
}

/* ------------------------

	FOOTER

------------------------ */
#footer ul {
	background: #95836B url(../img/web/footer_left.png) no-repeat;
	padding-left: 89px;
	height: 82px;
	margin: 0 0 0 682px;
	list-style: none;
}

#footer li {
	float: left;
}

#footer .frw,#footer .rw {
	text-indent: -999em;
	display: block;
	height: 82px;
}

#footer .frw {
	background: url(../img/web/footer_logo_frw.png) no-repeat;
	width: 92px;
}

#footer .rw {
	background: url(../img/web/footer_logo_rw.png) no-repeat;
	width: 82px;
}

/* ------------------------

	DIVERS

------------------------ */
.clr {
	clear: both;
}

.clrl {
	clear: left;
}

.linktotop,
.linktoprint,
.linktocommande {
	padding:2px 2px 4px 20px;
}

.linktotop {
	background:transparent url(../img/web/icon_top.gif) no-repeat 0 2px;
}

.linktoprint {
	background:transparent url(../img/web/icon_print.gif) no-repeat 0 2px;
}

.linktocommande {
	background:#E7DFDA url(../img/web/icon_commande.gif) no-repeat 0 2px;
}

/* ------------------------

	CONTENT

------------------------ */
#content a, #content a:link {
	color:#534B44;
	font-weight:bold;
}

#content a:hover {
	color:#000;
}

#content h1 {

}

#content p,
#content li {
	line-height: 1.6em;
}

#content li {
	margin-top:0.5em;
	list-style-image:url(../img/web/bullet1.gif);
}

#content img {
	border:none;
}

.imgr {
	float:right;
	margin-left:15px;
}

.imgl {
	float:left;
	margin-right:15px;}

.imgr, .imgl {
	padding:10px;
	margin-bottom:10px;
	background-color:#BAAB9E;
}

.imgr p, .imgl p {
	font-size:0.8em;
	text-transform:uppercase;
	text-align:center;
	padding:0;
	margin:5px 0 0 0;
}

.evidence {
	padding:5px;
	background-color:#E3DAD5;
	border:1px solid #C5B4A5;
}

.evidence h3 {
	margin:0 0 1em 0;
	padding:0.5em 0 0.5em 0;
	background-color:#7D7266;
	color:#E6DED9;
	text-align:center;
}

.linktoprint,
.linktotop {

}

/* ---------- ACCUEIL */

#contenthome h2 {
	/*width:761px;*/
	height:145px;
	text-indent:-999em;
}

#contenthome #content {
	margin-left: 0;
	background: #CDC2B9;
	border: 0;
	padding: 0 2em;
	width:700px;
	background: transparent url(../img/web/home_newsblock_bg.jpg) no-repeat bottom center;
	position:relative;
	height:1%;
}

#home-left,
#home-right {
	width:180px;
}

#home-left img,
#home-right img {
	margin-bottom:10px;
}

#home-left {
	float:left;
}

#home-right {
	float:right;
}

#home-center {
	margin:0 232px 0 230px;
}

#home-center h3 {
	text-align:center;
	border:none;
}

/* ---------- PUBLICATIONS */

.publi {
	border: none;
	font-size: 0.8em;
	border: 1px solid #6B6257;
	margin-bottom: 2em;
	width:99%;
}

.publi tbody tr.rowA,.publi tbody tr.rowB {
	background-color: #E3DAD5;
}

.publi caption {
	text-transform: uppercase;
	font-size:1em;
	line-height:1.5em;
	text-align: left;
	padding: 0.8em 0.5em 0.4em;
	background:transparent url(../img/web/publi_caption_bg.gif) no-repeat;
	color: #E6DED9;
	font-weight: bold;
}

.publi td,.publi th {
	padding: 0.5em;
}

.publi thead th,.publi tfoot th {
	text-align: center;
	text-transform: uppercase;
	background-color: #E8E0DB;
}

.publi tbody th {
	font-weight: bold;
}

.publi tbody tr {
	text-align: left;
	vertical-align: top;
}

.publi tbody p {
	padding: 0;
	margin: 0.5em 0 0 0;
	font-size: 1.2em;
}

.publi tbody h5 {
	font-weight: normal;
	font-size: 1.7em;
	padding: 0;
	margin: 0;
}

.publi .price {
	font-weight: blod;
	text-align: center;
	font-size: 1.6em;
}

.publi img {
	border: 0px;
	padding: 1em;
}

/* ---------- COMMANDE */

.com-fq,
.com-q,
.com-s {
	text-align:center;
}

.total, .totaleuro {
	font-size:1.6em;
	font-weight:blod;
}

.totaleuro {
	text-align:right;
}

/* ---------- ACTUALITE */

#yearactu {
	border:1px solid black;
}

/* */

#home {
	width:100%;
	background-color:green;
}

/* ---------- ON A AIME */
#exidentity h4,
#excomment h4,
#onaaime h4{
	margin-bottom:0.2em;
}

#exidentity p,
#excomment p,
#onaaime P{
	margin-top:0.4em;
}

#eximg {
	float:right;
	width:185px;
	text-align:center;
	background:#E3DAD5;
	border:1px solid #C5B4A5;
	padding:0 1em 1em;
	margin:0 0 0 1em;
	
}

#eximg h4 {
	display:block;
	margin:1em 0;
	background:none;
	text-align:left;
}

#eximg img {
	margin:5px 5px 0 0;
}
