/* CSS Document */



body {

	background-color:#DFF3D7;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:0.74em;

	color:#333333;

	line-height:20px;

	cursor:default;

	margin:0;

	background-image: url("images/backgrounds/main.jpg");

	background-position:center;

	background-repeat:repeat-y;

}



#container {

	width:800px;

	padding:10px;

	background-color:#FFFFFF;

	margin:0 auto 0 auto;
	
	min-height:400px!important;

}

#header {

	width:800px;

	background-color:#657663;

	height:258px;

	color:#FFFFFF;

	font-family:"Trebuchet MS", Arial, Verdana;

	font-size:150%;

	font-weight:bold;

	line-height:50px;

}

#header p {

	color:black;

	text-align:right;

	padding:5px;

	margin:0;

	margin-left:340px;

	font-size:120%;
	
	padding-right:30px;

	margin-right:10px;

	text-indent:5px;

}

#header h1 {

	color:#FFFFFF;

	font-family:"Trebuchet MS", Arial, Verdana;

	font-size:270%;

	font-weight:bold;

	padding:0;

	padding-top:65px;

	padding-left:380px;

	padding-bottom:25px;

	margin:0;

	border-bottom:2px solid #657663;

	background-image:none;

}

#main_menu {

	width:800px;

	padding-top:5px;

	padding-bottom:5px;

	background-color:#CCCCCC;

	text-align:right;

	color:#FFFFFF;

	background-image: url("images/backgrounds/menubg.jpg");

	margin-bottom:10px;

	font-size:120%;

}

#main_menu a {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:60%;

	font-weight:bold;

	text-transform:uppercase;

	color:#FFFFFF;

	text-decoration:none;

	padding-left:5px;

	padding-right:5px;

	padding-top:12px !important;

	padding-top:13px;

	padding-bottom:11px;

	margin-left:1px !important;

	margin-left:1px;

}

#main_menu a:hover {

	background-color:#3F4A3E;

	background-image: url("images/backgrounds/link.jpg");

	padding-top:10px!important;

	padding-bottom:8px;

}

#main_menu .aactive {

	background-color:#3F4A3E;

	background-image: url("images/backgrounds/link.jpg");

	padding-top:10px!important;

	padding-bottom:9px;

}

.leaves {

	border-right:2px solid #ffffff;

	float:left;

}

#sidebar {

	width:220px;

	border:1px solid #cccccc;

	padding:5px;

	float:left;

	clear:left;

	background-image: url("images/backgrounds/article.jpg");

	background-position:bottom right;

	background-repeat:repeat-x;

}
#sidebar h1,h2,h3 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image:none;
}

.article {

	margin-left:240px;

	padding:10px;

	border: 1px solid #cccccc;

	background-image: url("images/backgrounds/articlenormal.jpg");

	background-position:top left;

	background-repeat:no-repeat;

	margin-bottom:10px;

}

.article:hover {

	background-image: url("images/backgrounds/article.jpg");

	background-position:bottom right;

	background-repeat:repeat-x;

	margin-bottom:10px;

}

.article p {

	margin:10px;

}

.article_info {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;

	color:#666666;

	letter-spacing:2px;

	font-variant:small-caps;

	text-transform:lowercase;

}

.article_info a {

	font-weight:bold;

	text-decoration:none;

	color:#000000;

}

h1,h2,h3 {	

	font-family:Arial Narrow, Arial, Helvetica, sans-serif;

	letter-spacing:-1px;

	color:#000000;

	border-bottom:2px solid #cccccc;

	background-image: url("images/backgrounds/headers.jpg");

	background-position:top right;

	background-repeat:no-repeat;

	padding-bottom:5px;

	padding-top:5px;

}

.comment {

	margin-left:170px;
	
	padding:10px;
	
	border: 1px solid #cccccc;
	
	background-image:url(images/backgrounds/article.jpg);
	
	background-position:bottom right;
	
	background-repeat:repeat-x;
	
	margin-bottom:10px;
	
}

a {

	color:#9ACC53;
	
	text-decoration:none;
	
}

a:hover {

	border-bottom:1px dotted #000000;
	
}

#pages {

	margin-left:240px;
	
	margin-bottom: 20px;
	
	margin-top: 20px;

	width: 580px;
	
	height: 20px;
	
	text-align: center;

}


form {
	width: 500px;
	padding: 10px 20px;
	background: lavender;
	color: midnightblue;
}

form p {
	margin: 1em 0;
}

form p.double {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}

form p.double label {
	float: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
}

form p.double label span.info {
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}

form p.double input,form p.double select,
form p.double textarea {
	width: 350px;
	margin-left: 12px;
	border: solid 1px midnightblue;
	padding: 2px 4px;
}

form p.double textarea {
	padding: 2px 0 0 4px;
	width: 354px;
	height: 6em;
}

form p.double select {
	min-width: 100px;
	max-width: 150px;
	padding: 0px 0px;
}

form p.simple {
	margin-left: 160px;
}

form p.deux label{
	width: 100px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
	margin-left:47px;
}

form p.deux input{
	width: 100px;
	margin-left: 8px;
	border: solid 1px midnightblue;
	padding: 2px 4px;
	margin-right: -30px;
}
