:root {
 overflow-y: scroll !important;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: auto;
	text-align: center;
	background: #FFFFFF url(images/bg-head.jpg) repeat-x top left;
	width:100%;
	height:100%;
}

/*img {
	margin: 0px;
}
*/
form.size{
font-size:10px;
}
#container {
	position: relative;
	width: 990px;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
}




#header {
	position: relative;
	width: 100%;
	height: 125px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}




#site {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}


#navigation {
	position: relative;
	width: 250px;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	text-align: left;
	float: left;
}
.nav_l1 {
	position: relative;
	width: 240px;
	margin: 0px 0px 0px 10px;
	background: #ffb900 url(images/bg-jaune.jpg) repeat top left;
	color: #990033;
}
.nav_l2 {
	position: relative;
	width: 240px;
	margin: 0px 0px 10px 10px;
	background: #ffb900 url(images/bg-jaune-clair.jpg) repeat top left;
	color: #990033;
}



#page {
	position: relative;
	width: 520px;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	text-align: left;
	float: left;
}
#plus {
	position: relative;
	width: 520px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#content {
	position: relative;
	width: 520px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#extra {
	position: relative;
	width: 200px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	float: right;
}
/*#extra table{
	width: 200px;
	border: 0px;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}*/
.xtra_titre {
	background: #ffb900 url(images/bg-jaune.jpg) repeat top left;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.xtra_content {
	background: #ffb900 url(images/bg-jaune-clair.jpg) repeat top left;
	color: #333333;
	font-size: 11px;
}
#clear {
	position: relative;
	clear: both;
	width: 100%;
	height: 20px;
}


#copyright {
/*
clear:both;
position: relative;
width: 100%;
*/
position: relative;
width: 100%;
height: 30px;
magin: 0px;
padding: 0px;
text-align: left;
}
#copyright a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}
#copyright a:hover {
  color: #666666;
  text-decoration: underline;
}





a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-weight: bold;*/
	text-decoration: underline;
	color: #990033;
}
a:hover {
	color: #ff0033;
}


#footer {
	position: relative;
	width: 100%;
	height: 30px;
	magin: 0px;
	padding: 0px;
	text-align: left;
}






/*FROM OLD CSS */
#special {
	position: relative;
	width: 400px;
	text-align: right;
	margin: 5px 5px 0px 0px;
	font-size: 10px;
	line-height: 15px;
	color: #ffffff;
}
#special a {
	color: #ffffff;
}