/*debug */
/*
div { border: 1px red dotted; }
ul{ border: 1px black dotted; }
*/


/* LAYOUTS */
img { border: none}

BODY {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #404040;
	background: #FFFFFF url(images/body_background.jpg) repeat-x top left;
	margin: 25px 0;
}

#page {
	margin: 0 auto;
	width: 775px;
}

#header {
	width: 775px;
	height: 178px;
	background: url(images/header.jpg) no-repeat bottom right; /* modif 8/08/07 */
}
#topnav {
	text-align: right;
	/*height: 200px;*/
	font-size: 1px;
}

#topmenu {
	width: 775px;
	height: 35px;
	margin-top: 5px;
	background: #FFFFFF url(images/main_background_lefttop.jpg) no-repeat top left;
}

#main {
	width: 775px;
	background: #FFFFFF url(images/main_background_left.jpg) no-repeat top left;
	padding-top: 25px;
	/*	Rajout VM*/
	height:445px;
}
html>body #main {
height: auto;
min-height: 445px;
} 
#right {
	margin-left: 200px;
	padding-right: 75px;
}
#left {
	width: 145px;
	float: left;
}
#leftmenu {
	width: 140px;
	height: 262px;
	overflow: visible;
	padding: 5px 5px 0 0;
	background: url(images/menu_background.gif) no-repeat top right;
}

/* CONTENT */
#topnav img{
	border: none;
	vertical-align: middle;
}
#topnav input, #topnav form{
	display: inline;
	padding: 0;
	border: none;
	vertical-align: middle;
}
#topnav a{
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle
}
#logo { /* ajput 8/08/07 */
	float: left;
	border: none;
}


.nav {
	color: #000000;
	font-size: 1.10em;
}
p, h1, h2 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.30em;
	font-weight: bold;
	color:#5e8d0d;
	letter-spacing: 1px;
	margin-top: 1.5em;
	}
	
h2 {
	font-size: 1.15em;
	font-weight: bold;
	color:#7caf22;
	margin-top: 1em;
	}

p, p.contenu {
	margin: 0.75em 0;
	color: #404040;
	text-align:justify;
}

hr {
 	border: 0;
  	width: 70%;
  	color: #7caf22;
	background-color: #7caf22;
	height: 2px;
}

.nav {
	background-color: #E9F1D9;
	padding: 0.25em;
	margin-left: -45px;
}

#idnav {	/*	Rajout VM*/
	margin-bottom:10px;
	margin-top: -20px;
}

ul {
	margin-left:5px;
}

#topmenu ul { /* modif 8/08/07 */
	list-style-type: none;
	margin: 0;
	padding: 0;

	float: right;
}
#topmenu li { /* modif 8/08/07 */
	display: inline;
	float: left;
	background: url(images/menu_background.jpg) repeat-x top left; 
}
#topmenu li a {
	display: block;
	line-height: 1em ;
	padding: 8px 13px ;
	font-weight: bold;
	color: #FFFFFF;
}

/* modif et ajout 8/08/07 */
.leftmenu1 {
	list-style-type: none;
	padding: 0;
	margin: 5px 0 0 25px;
	list-style-image: url(images/puce.gif);
	color: #000000;
}
.leftmenu1 li{
	margin-bottom: 0.80em;
}

.leftmenu2 {
	list-style-type: circle;
	padding: 0;
	margin: 0 0 1em 8px;
	color: #000000;
	font-style: italic;
}
.leftmenu2 li{
	margin: 0;
}

/* fin modif 8/08/07 <-------- */
A, A:link, A:active, A:visited {
	text-decoration: none;
	color: #066895;
}
A:hover {
	text-decoration: underline;
}

p.csc-linkToTop a {
	background-color: #E9F1D9;
	padding:3px;
}
input[type=submit] {
	color: #FFFFFF;
	background-color:#7caf22;

}