/* CSS Document */
body {
background:#eee;
margin:0px;
text-align:center;
font-family:arial,verdana,sans-serif;
font-size:11px;
color:#444444;
}
#menu{
	width:500px;
	height:50px;
	display:inline;
}
#gauche{
	width:300px;
	height:480px;
	float:left;
	margin:10px;
	background:transparent
}
#droite{
	width:360px;
	float:left;
	height:500px;	
	padding-left:15px;
	background:url('./images/droite.png') no-repeat;
}
#corps{
	width:100%;
	height:700px;
}
#logo{
	position:relative;
	background:transparent;
	width:270px;
	height:60px;
	padding-top:15px;
	padding-left:15px;
	display:inline;
}
#conteneur {
	background: url('./images/center.png') no-repeat;	
	width:800px;
	height:700px;
	padding:5px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
}
h1{
	padding-left:20px;
	font-size:12px;
	text-align:left;
}
h1.green {
	background:transparent url(./images/puce.png) no-repeat scroll 0 0;
	color:#47bf58;
}
h1.orange {
	background:transparent url(./images/puce_orange.png) no-repeat scroll 0 0;
	color:#f4ad25;
}
h1.red {
	background:transparent url(./images/puce_red.png) no-repeat scroll 0 0;
	color:#e51f28;
}
h2 {
	font-size:80%;
	background-color:transparent;
	text-align:left;
}
h3 {
font-size:80%;
background-color:transparent;
text-align:left;
}
p {
font-size:90%;
}
p.pied {
font-size:70%;
background-color:transparent;
margin-left:0px;
margin-right:0px;
}
p.titre{
	background:transparent url(./images/puce.png) no-repeat scroll 0 0;
	padding-left:20px;
	font-size:12px;
	background-color:transparent;
	text-align:left;
	color:green;
}

li {	
	padding:0;
	text-align:left;
	margin-left:0px;
	margin-right:0px;
}
ul#menu {
	list-style-type: none;
} 
ul#menu li {
	margin-bottom: 0px;
	float: left;
}
ul#menu a {
    width: 123px; 
    height: 35px;
    display: block;
    text-align: center;
    text-decoration: none;
	font:bold;
	margin:0;
	font-size:11px;
	padding-top:40px;
}
ul#menu a.clicked {
     background: url(images/base_menu.png) no-repeat;
}  
ul#menu a {
     background: url(images/base_menu2.png) no-repeat;
}  
ul#menu a:hover {
	 background: url(images/base_menu.png) no-repeat;
	 color:red;
}
img{
	border:0px;
}	 
table {
}
td {

}
.pied_droit{
	width:auto;
	height:25px;
	float:left;
	margin-top:0px;
	background:#3e3e3e;
	padding-top:7px;
	padding-left:7px;
	padding-right:7px;
	border:solid 1px #131313;
	color:white;
	margin-left:260px;
}
.pied_droit a{
	color:white;
	text-decoration:none;
	font-family:verdana,helvetica;
	font-size:11px;
}
.pied_droit a:hover{
	color:#ade31b;
}

