html,body
{
	height: 100%;
	width: auto;
	/*overflow: auto;*/
	scrollbar-arrow-color: #FD5306;
	scrollbar-face-color: #F3E7D9;
	scrollbar-3dlight-color: #FAF5EF;
	scrollbar-highlight-color: #F9F3EC;
	scrollbar-shadow-color: #EEDECA;
	scrollbar-darkshadow-color: #E8D0B5;
	scrollbar-track-color: #E9D8C5;
}
body
{
	background-color: #F3E7DB;
	background-image: url(../img/fond.jpg);
	background-position: top;
	background-repeat: repeat;

	margin: 0px;
	padding: 0px;
	
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
#fond-page-perso
{
	
}
#entete
{
	margin-left: 30px;
	margin-rigth: 30px;
}
#entete img
{
	border: 0px;
}
#ban
{
	display:inline;
}
#interface
{
	width: 100%;
	height: 80%;
	color:#444444;
}
#col-menu
{
	width: 200px;
}
#col-contenu
{
	margin-left: 25%;
}
#menu, #profil, #contact
{
	margin: 0px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
#profil
{
	text-align:center;
}
#menu a, #menu a:visited, #derniers_articles a, #derniers_articles a:visited, #contact a, #contact a:visited
{
	display: block;
	background-color: #FFFFFF;
	/*background-image: url(../img/fond2.jpg);
	background-position: top;
	background-repeat: repeat;*/
	margin-bottom: 1px;
	padding-right: 6px;
	text-decoration: none;
	color: #E40605;
	border: 1px solid #E9D8C5;
	line-height:18px;
}
#menu a:hover, #menu a:visited:hover, #derniers_articles a:hover, #derniers_articles a:visited:hover, #contact a:hover, #contact a:visited:hover
{
	font-weight: bold;
	color: #FFFFFF;
	background-color:#FF730B;
	border: 1px solid #E9D8C5;
}
.mtitre
{
	background-color: #E40605;
	/*background-image: url(../img/fond2.jpg);
	background-position: top;
	background-repeat: repeat;*/
	margin-bottom: 1px;
	padding-right: 6px;
	text-decoration: none;
	color: #FFD54B;
	border: 1px solid #A00303;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	line-height:16px;
	text-align:center;
}
#chap a, #chap a:visited
{
	font-weight: bold;
	background-color:#FF730B;
	color: #FFFFFF;
	border: 1px solid #E9D8C5;
}
#calendrier
{
	background-color: #0F4061;
	height: 120px;
	width: auto;
}
#derniers_articles
{
	margin: 0px;
	margin-top: 20px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
#chap-c a, #chap-c a:visited
{
	font-weight: bold;
	color: #FFFFFF;
	/*background-color: #2F3848;*/
	background-color: #FF730B;
	border: 1px solid #FFFFFF;
}
#parpage
{
	font-weight: bold;
	color: #E40605;
}
#parpage a
{
	text-decoration: none;
	color: #E40605;
}
#parpage a:hover
{
	color: #FF730B;
}
#retour a, #retour a:visited {text-decoration: none; color: #444444; font-weight: bold;}
#retour a:hover, #retour a:visited:hover {color: #E40605;}



/*
============================================================================================================
	P O P   U P
============================================================================================================
*/
.popupfond
{
	background-color:#000000;
	width:100%;
	height:100%;
	position:fixed;
	padding:0px;
	margin:0px;
		margin-bottom:0px;
	top:0px;
		bottom:0px;
		left:0px;
		right:0px;
	filter: alpha(opacity=70);
		opacity: 0.7;
		-moz-opacity: 0.7;
}
#popupimg
{
	position:absolute;
	display:block;
	margin-top:10px;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	width:98%;
	text-align:center;
	top:0px;
	left:0px;
}
#popuptxt
{
	text-align:center;
	top:0px;
	left:0px;
	width:98%;
	/*margin-top: 4px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	/*background-color: #000044;
	border: 1px solid #6666CC;*/
}
#popupimg img {border: 1px solid #FFFFFF;}
#popupimg a{ color:#999999; font-weight:bold;}



