body {
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
}

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0;
}
h1 {
	font-size:1.6em;
	color: #d72424;
	padding:15px 0 10px 50px;
	background:transparent url(../images/picto_titre_forum.png) no-repeat top left;
	min-height:33px;
}

h2 {
	width:100%;
	color: #33641d;
	border-bottom:1px solid #33641d;
	margin:0 0 10px 0;
	padding:0;
	font-size:1.3em;
}

h3 {
	color: #33641d;
	margin:0 0 6px 0;
	padding:0;
	font-size:1.2em;
}

h4 {
	color: #000;
	margin:0 0 6px 0;
	padding:0;
	font-size:1.1em;
	font-weight:bold;
}

h5, h5 a {
	width:100%;
	text-align:right;
	font-size:1em;
	color: #d72424;
}

a {
	color: #648592;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #52a497;
	text-decoration: none;
}

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}

hr {
	color: red;
	background-color: red;
	height: 2px;
	border: 0;
	width:100%;
}

img {border:0;}

input, textarea {
	margin:1px;
	border:1px solid black;
}

textarea {width:100%;}
.del {text-decoration:line-through;}
/**** Main Container ***/

#wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	background: #fff url(../images/barre_contenu.png) repeat-y;
	color: #000;
}


/**** Top ***/


#top {
	width: 980px;
	height: 157px;
	color: #fff;
	background: transparent url(../images/page_haut.jpg) no-repeat top left;
}

/**** Main Menu ***/

#menu {float:right;margin:6px 21px 0 0;padding:0;height: 88px;width:640px;}
#lien_accueil {float:left; display:block; width:300px; height:144px;}
#recherche {float:right; margin:0 30px 0 0; width:180px; text-align:right;}
.searchbox {padding:3px 0 3px 25px; min-height:14px; background:#FFF url(../images/recherche.png) no-repeat top left;}


#menu ul {
	position:absolute;
	top:6px; right:21px;
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding:25px 10px 15px 3px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: url(../images/bg_menu.gif);
}

#menu li a.current {
	letter-spacing: 1px;
	color: gray;
	background: url(../images/bg_menu.gif);
}

#menu li a.current:hover {
	color: #fff;
}

#kwicks {
	position: relative;
}

#kwicks .kwick {
	float: left;
	display: block;
	width: 75px;
	height: 21px;
}

#kwick_accueil {background:#d72324 url(../images/menu_accueil.png) no-repeat top left;}
#kwick_infos {background:#f6bf2a url(../images/menu_infos.png) no-repeat top left;}
#kwick_ressources {background:#52a497 url(../images/menu_ressources.png) no-repeat top left;}
#kwick_carapattes {background:#5f7188 url(../images/menu_carapattes.png) no-repeat top left;}
#kwick_forum {background:#89b33a url(../images/menu_forum.png) no-repeat top left;}
#kwick_liens {background:#d72324 url(../images/menu_lien.png) no-repeat top left;}

/**** Content Container ***/
#content {
	width: 100%;
	margin-top:15px;
}

/**** Content ***/
#right ul {
	padding: 5px 0 5px 20px;
	margin:0;
	list-style-image: url(../images/puce_liste.png);
}

#right li {
	margin-bottom:10px;
}

#right li li a {color:#52a497; font-style:italic; }
#right li li a:hover {color: #648592;}


#right {
	display: block;
	margin-left:3px;
	width: 950px;
	min-height:400px;
}
.commentsheader {display:none;}
.hr_clear {display:none;}

/**** Clear Div ***/
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/
#footer {
    margin: 20px auto 0 auto;
	text-align: left;
	padding: 50px 0 0 0;
	width: 980px;
	min-height:138px;
	height:78px;
	background: #FFF url(../images/page_bas.png) no-repeat top left;
}
#footer a {color:#d72424;}
#footer a:hover {color:#f6bf2a;}
#ademe {float:left; margin:4px 10px 0 24px; }
#region {float:left; margin:9px 10px;}
#soutien {float:left; text-align:center; margin:10px 0 0 0; font-weight:bold;}
#copyright {float:right; text-align:right; margin:15px 40px 0 0;}

