@charset "utf-8";
/* CSS Document */
*{
	border:0; padding:0; margin:0;
}
*img{
    border:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#00aeef;
	background:url("img/bg.jpg") top;	
}
#all{
	width:700px;
	margin:auto;
	margin-top:100px;
}
#header{
	width:700px;
	
}
#content{
	width:700px;
	float:left;
}
#left{
	width:471px;
	float:left;
}
#right{
	width:229px;
	float:left;
	
	
}
#right_bloc1{
	width:229px;
	height:191px;
	float:left;
	background:url("img/background_bleu.gif") top no-repeat; 
}
#right_bloc2{
	width:229px;
	height:15px;
	float:left;
}
#right_bloc3{
	width:229px;
	height:75px;
	float:left;
}
#right_bloc4{
	width:229px;
	float:left;
	height:125px;
	
}
#footer{
	margin-top:20px;
	width:700px;
	
}
h1{
	padding:15px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	line-height:12px;
	color:#ffffff;
	margin:0px 0px 0px 0px;
}
h2{
	padding:35px 0px 2px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:12px;
	margin:0px 0px 0px 0px;
	display:block;
}
h3{
	padding:10px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#8cc63f;
}
a{
	color:#00aeef;
	text-decoration:none;
}	
a:hover{
	color:#00aeef;
	text-decoration:underline;
}
.ligne_bas{
	
	text-align:center;
	display:block;
	width:600px;
	border-top:1px #00aeef solid;
	padding:0px 0px 10px 0px;
	clear:both;
}
.org{
	display:block;
	border-left:1px #8cc63f solid;
	margin-top:4px;
	margin-left:4px;
	padding:0px 0px 0px 7px;
}
