/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: arial, verdana, 'trebuchet ms', sans-serif;
    font-size: 13px;
	color: #666666;
}

form { margin: 0; padding: 0; }
a { color: #0000ff; text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}
ul{
	margin:5px 0 10px 0;
	padding-left: 25px;
	/*text-align:right;*/
}

body {
	background: #dbe8af url(images/bckg_page.jpg) repeat-x;
	text-align: center; /* center on ie */
}

#page{
	/*border:1px solid black;*/
	margin-top:20px;
	margin-left: -464px;
	padding:0;
	width:928px;
	z-index:0;
	position:absolute;
	left: 50%;
	text-align:left;
}
#header{
	/*border:1px solid black;*/
	width:928px;
}

/* top nav */
#menu{
	/*border:1px solid red;
	position: absolute;
	top: 23px; right: 27px;*/
	background: white;
	margin: 0 0 0 15px;
	padding: 0 0 0 11px;
	width: 885px;
	height: 32px;
}

/* Navigation sous-rubriques */
#menu ul {
	margin:0 9px 0 0;
	padding:0;
	height:20px;
	line-height:20px;
	/*width: 100%;*/
	font-size:12px;
	text-align:left;
}
#menu li{
	display:inline;
	padding:0 22px 0 16px;
	list-style-type:none;
	/*float:left;*/
	cursor:pointer;
	color:white;
}
#menu li:hover {
}
#menu a {
	color:white;
	text-decoration:none;
}

.separator{
	position:absolute;
	display:inline;
	vertical-align:top;
	margin:-5px 0 0 -5px;
}

/* Fil d'info */
#pathway{
	margin: 5px 0 0 2px;
	width: 300px;
	color: #666666;
}

#rubrique{
	/*border:1px solid red;*/
	background: white;
	margin: 0px 0 0px 15px;
	padding: 20px 10px 0px 11px;
	width: 877px;
}

#leftCol{
	padding: 8px 0 0 0;
}

#centerCol{
	padding: 8px 0 0 13px;
	width: 393px;
}

#newsletter{
	background: #9fac20 url(images/bckg_newsletter_fr.gif) no-repeat bottom;
	width: 192px; height: 59px;
	text-align: left; color: white;
}

#legals{
	margin: 10px 0 10px 0;
	color: #9ea684;
	font-size: 9px;
	text-align: center;
}

.wrapper{
	/*border:1px solid black;*/
    z-index: 10000; position: absolute;
	margin: 0;
	padding: 0;
	/*text-align: left;*/
}

.navDiv{
	z-index: 1020;
	position: absolute; top: 0px; left: 100px;/*left: 50%;*/
	/*margin-left: -70px;*/
	padding: 0;
	width: 141px;
	/*filter:alpha(opacity=75); -moz-opacity:0.75; opacity: 0.75;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=./images/feed.png);
	background-image: none;*/
	color: #FFFFFF;
}
.navDiv a{
	color: #FFFFFF;
	text-decoration: none;
}
a.navDivSelected {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.red12{
	color: #e20031;
	font-size:12px;
}

.rightElement{
	display: block;
	text-align: right;
	margin-top: 8px;
	cursor: pointer;
}

.dispForm label {
	clear: both;
	display:block;
	float:left;
	line-height:20px;
	height:20px;
	width:50px;
	margin:2px 0 2px 10px;
}

.dispForm input {
	margin:2px 0 2px 0;
	font-size:12px;
	width:150px;
}

.dispForm select {
	margin:2px 0 2px 0;
	font-size:12px;
	width:155px;
}

.dispForm textarea {
	margin:2px 0 2px 0;
	font-family: arial, verdana, 'trebuchet ms', sans-serif;
	font-size:12px;
	width:250px;
	height:150px;
}
