@charset "ISO-8859-1";

/* =================#E2B43A ================ */
/* Règles pour tous les médias       */
/* ================================= */

@media all {

body{
	background-color:#fbfbfb;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(/img/fondgraff.jpg);
	background-repeat:no-repeat;
 	background-position:center;
	background-position:top; 
	margin-top:0px;
}

#zediv{
	background-color:#EFEFEF;
	border:1px solid #CDCDCD;
}
#maintab {

	background-color:#fef6fa;
	border-top:16px solid #9c8f98;
	border-left:16px solid #9c8f98;
	border-right:16px solid #9c8f98;
}

.invisiblemenu{
	width:100px;
	height:50px;
	float:left;
	
}


a {

text-decoration:none;
color:#222222;
font-size:11px;
}

h1 {
font-size:16px;color:#111111;
}

h2 {
font-size:14px;color:#111111;
}

p {font-size:11px;color:#111111;}

 

 

.footer {

	border-left:16px solid #9c8f98;
	border-right:16px solid #9c8f98;
	border-bottom:16px solid #9c8f98;
	background-color:#FFFFFF;
	 
 
	height:115px;
}

.topmenuselected {

	font-weight:bold;
}


}

a.menuT {
	font-size:12px;
	color:#a298a8;
	font-weight:bold;
	font-family:times,serif;

}

a:hover.menuT {
text-decoration:underline;

}
.lienBlock {

 margin-top:10px;
  
 font-size:11px;
}

.lienBlock a {

 color:#111111;
 font-weight:bold;
 
}

.lienBlock a:hover {

 color:#111111;
 font-weight:bold;
 text-decoration:underline;
 
}