/* CSS Document */
html, body
{
	padding: 0;
	margin: 0;
	background-color: #f3a147;
	height: 100%;
}
#background {
	background-repeat: repeat-x;
	height: 700px;
	background-image: url(images/background.gif);
	padding-top: 45px;
}
#conteneur
{
	width: 872px;
	height: 604px;
	
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/cadre.gif);
	background-repeat: no-repeat;
	position: relative;
}
#mentions
{
	text-align: center;
	height: 54px;
	clear:both;
	left: 0px;
	top: 520px;
	width: 872px;
	padding-top: 30px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
		}
#menu {
	float: right;
	padding-top: 22px;
	padding-left: 10px;
	border: 0px solid #33FF33;
	width: 362px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	
}
#menu li {
	padding:0px;
	margin-left:50px;
	margin-top:20px;
	margin-bottom:20px;
	list-style-type: none;
	list-style-image: url(images/puce.gif);
}
#menu ul {
padding:0px;
margin:0px;
}
#global {
	
	position:relative;
	width: 465px;
	height:494px;
	overflow:hidden;
}
#scroll {
	background-color:#f3a147;
	width:20px; 
	height:494px; 
	position:absolute; 
	right:0;
	}
#menu a:hover {
	color: #f08c48;
	text-decoration: none;
}
#rubrique {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
#rubrique a {
	color:#000000;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#mentions a:hover {
	color: #fffdd7;
}
#mentions a {
	color: #FFFFFF;
}
#gauche {
	padding-top: 24px;
	float: left;
	height: 494px;
	width: 465px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 30px;
	border: 0px solid #33FF00;
}
#rubrique h1 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#rubrique h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
}
#rubrique h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18 px;
	text-align: center;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #000000;
}
.justificationgauche {
	text-align: left;
	float: left;
}
.justificationdroite {
	text-align: right;
	float: right;
}
