/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
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, sub, sup, tt, var,
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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------ Fin debugger ----------------- */

body
{
	background-image:url("../images/wood_texture_petit.jpg"); 
	background-attachment:fixed;
	color:black;
	font-family:verdana;
	font-size:10px;
	margin:0px;
}
#container
{
	background:url("../images/texture_feuille.jpg"); :repeat-y; :center top;
	background-color:#ffcc33;
	min-height:100%;
	margin:0px auto;
	width:970px;
}

#header
{
	background:url("../images/titre.png") no-repeat 70% 90px;
	margin:0px auto;
	padding:20px;
}

#logo
{
	background:url("../images/logo_fee.png") no-repeat;
	float:left;
	width:200px;
	height:200px;
}

#main_content
{
	
	margin:30px auto;
	padding-top:10px;
	width:570px;
	min-height:500px;
	border-top:1px solid black;
}

h2
{
	color:#cc3333;
	font-size:18px;
	font-weight:bold;
	margin:0px;
}

h3
{
	color:black;
	font-size:12px;
	font-weight:bold;
	margin:0px;
}

a, a:link, a:visited
{
	color:#cc3333;
	border:0px;
}

a img
{
	border:0px;
}

.strong_red
{
	color:#cc3333;
	font-weight:bold;
}

ul
{
	font-weight:bold;
}

sup
{
	font-size:0.70em;
}

sub
 {
	font-size:0.70em;
 }

.lien_forum
{
	text-align:right;
	margin-top:4px;
}

.lien_portail1, .lien_portail1 a
{
	font-size:12px;
	font-weight:bold;
	color:#c33;
	text-decoration:none;
}

ul
{
	font-weight:bold;
	/*list-style-type:circle;*/
}

#divmenu {
clear:both;
width:570px;
margin:0 auto;
padding:0px;
/*border:1px solid;*/
}

#topmenu
{
	clear:both;
	/*position:absolute;*/
	text-align:left;
	margin:0px auto;
}

#topmenu li
{
	float:left;
	margin:0px;
	/*position:absolute;*/
	display:inline;
}

#topmenu a, #topmenu a:link, #topmenu a:visited
{
	border:0px;
	text-decoration:none;
	font-size:16px;
}

#topmenu li ul a, #topmenu li ul a:link, #topmenu li ul a:visited{
font-size:14px;
}

#topmenu li ul{
display:none;
}

#topmenu li ul li{
clear:both;
margin:0px;
left:0%
}

#topmenu a:hover, #topmenu a:focus, #topmenu a:active{
text-decoration:underline;
}

#topmenu li:hover  ul {
display:block;
clear:both;
margin:0;
}
 
 /*.sousmenu{
 clear:both;
 margin:0px;
 height:10px;
 }*/
 
 #menuindex{
	border-right-width: 1px;
	/*border-right-style: solid;*/
	border-right-color: #666;
	text-align:left;
	width:110px;
	/*left:40%;*/
 }
 
 #menunews{
 border-right-width: 1px;
	/*border-right-style: solid;*/
	border-right-color: #666;
	text-align:left;
	width:110px;
 /*left:450px;*/
 }
 
 #menuarchives{
 float:left;
 }
 
 #menuinfos{
 border-right-width: 1px;
	/*border-right-style: solid;*/
	border-right-color: #666;
	text-align:left;
	width:150px;
 /*left:550px;*/
 }
 
 #menuportail{
 border-right-width: 1px;
	/*border-right-style: solid;*/
	border-right-color: #666;
	text-align:center;
	width:100px;
 /*left:700px;*/
 }
 
 #menuforum{
 border-right-width: 1px;
	/*border-right-style: solid;*/
	border-right-color: #666;
	text-align:right;
	width:100px;
 /*left:850px;*/
 }
 
 #shoutbox
{
	width:160px;
	height:400px;
	float:right;
	margin-top:30px;
	margin-right:20px;
	border-width:0px;
	border-style:solid;
	border-color:#666;
}

 #calendar
{
	/*clear:both;*/
	position:absolute;
	width:160px;
	height:400px;
	float:left;
	margin-top:30px;
	margin-left:20px;
	border-width:0px;
	border-style:solid;
	border-color:#666;
}

#menuadmin li
{
margin:10px;
}

#menuadmin li a:hover
{
color:black;	
}

#plan
{
	float:right;
}

#footer
{
	clear:both;
	margin:0px auto;
	text-align:center;
	padding:10px;
}
