body{
	font-family: Arial, "Times New Roman", Verdana, Times, serif;
	font-size: 16px;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #AEAFBF;
	height: 100%;
}

#site{
	height:100%;
	background: #FFFFFF;
	border: 1px solid #666666;
}

/* HEADER
**************************************************************/

#header {
	height: 120px;
	background: url(image/header2.jpg) no-repeat;
	padding-top: 30px;
	border-bottom: 1px solid #666666;
}

#max, #mini{
	padding-right: 100px;
	text-align:right;
}

#max{
	font-size: 35px;
	font-family: Comic Sans MS, Arial;
}

#mini{
	font-size: 25px;
	font-weight: bold;
}

#info{
	margin-top:18px;
	height:20px;
	color:#FF6600;
	font-weight: bold;
	font-size: 20px;
}

/* MENU 
**************************************************************/

#leftmenu{
	float: left;
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
	padding-left: 20px;
	width:220px;
}

#menu{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 10px;
}

#menu a{
	font-weight: bold;
	color: #AEAFBF;
}

#menu a:hover{
	color: #FF6600;
	text-decoration: none;
}

#menu a.selected {
	color: #FF6600;
}

#menuitemdeb, #menuitem2, #menuitem3, #menuitem4, #menuitem5 {
	padding-top: 7px;
	padding-left: 25px;
	height: 21px;
	width: 200px;
}

#menuitemfin{
	padding-top: 7px;
	padding-left: 25px;
	height: 22px;
	width: 200px;
}

#menuitemdeb{
	background: url(image/1.gif) no-repeat;
}

#menuitem2{
	background: url(image/2.gif) no-repeat;
}

#menuitem3{
	background: url(image/3.gif) no-repeat;
}

#menuitem4{
	background: url(image/4.gif) no-repeat;
}

#menuitem5{
	background: url(image/5.gif) no-repeat;
}

#menuitemfin{
	background: url(image/6.gif) no-repeat;
}

#menutop{
	width:200px;
	height:15px;
	margin-right:auto;
	margin-left:10px;
	background:url(image/menu_top.png) no-repeat;
}

#menufin{
	width:200px;
	height:15px;
	margin-right:auto;
	margin-left:10px;
	background:url(image/menu_fin.png) no-repeat;
}

#menupub{
	margin-right:auto;
	margin-left:10px;
	width:200px;
	background:url(image/menu_pub.png) repeat-y;
	text-align:center;
}


/* LIEN
**************************************************************/
a:link, a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.haut a:hover{
	text-decoration: underline overline;
}

/* CORPS
**************************************************************/

#corps{
	background-color: #FFFFFF;
	margin-left: 240px;
	margin-right: 20px;
	padding: 0px 0px 20px 0px;
}

#grostitre, #titre{
	text-align: center;
	margin: 10px 10px 10px 10px;
	border: 1px solid #666666;
	background-color: #F5F5DC;
	font-family: Comic Sans MS, Arial;
}

#grostitre{
	font-size: 30px;
	height: 90px;
}

#titre{
	font-size: 20px;
	height: 35px;
}

#article{
	margin: 0px 10px 10px 10px;
	border: 1px solid #666666;
	background-color: #F5F5DC;
}

#container{
	padding: 10px;
	min-height: 600px;
}

#titre_container{
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
}

#questiontitre {
	font-weight:bold;
	text-decoration: underline;
	color: #FF6600;
}

#question li a{
	color: #FF6600;
	text-decoration: underline;
}

#question li {
	padding-top: 5px;
	list-style-type:none;
}

#reponse{
	padding: 20px;
}

#logo{
	width: 150px;
	background: url(image/logo.jpg) no-repeat;
	background-position: center;
}

/* CLASS
**************************************************************/

.date, .date a{
	color: #FF6600;
	text-decoration: underline;
	font-weight:bold;
}

.info{
	color: #928F89;
	font-style: italic;
}

/*
**************************************************************/

hr {
	display: block;
	height: 1px;
	border-top: 1px dotted #000000;
}

table
{
	border-collapse: collapse;
}

/* FOOTER
**************************************************************/ 

#footer {
	text-align: center;
    height: auto;
	color: #000;
	padding: 10px 0px 10px 0px;
	font-size: 12px;
}

#footer a {
	color: #000 ; 
	text-decoration: none; 
}

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