@charset "UTF-8";
/* CSS Document */

html {
	margin:0px;
    padding:0px; 
}

body {
	margin: 0 auto;
	padding: 0;
	background:#cccccc;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

#wrapper {
	width: 800px;
    margin: 0 auto;
	background-image:url(../images/header.jpg);
	background-position: top;
	background-repeat:no-repeat;

}

.menu{
    background-image:url(../images/menu_bg.png);
	background-repeat:no-repeat;
	width: 123px;
	height: 229px;
	text-align: center;
	font-size:14px;
    font-family: Arial, Helvetica, sans-serif;
    
}

a{
 font-family: Arial, Helvetica, sans-serif;
 color: #e3001b;
 text-decoration: none;
 font-weight: bold;
}

a:hover{
 font-family: Arial, Helvetica, sans-serif;
 color: #e3001b;
 text-decoration: underline;
 font-weight: bold;
}

.menu a{
   color: #666666;
   font-weight: bold;
   text-decoration: none;
}

.menu a:hover{
   color: white;
   font-weight: bold;
   text-decoration: none;
}

.menu a.active{
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;
}

#content{
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
    margin-left:50px;
    
}

.confiance{
	padding-top: 10px;
	padding-bottom: 30px;
    color: #ffffff;
}

.footer{
    padding-top: 20px;
    padding-bottom: 20px;
    
    color: #ffffff;
}

.footer a{
 font-family: Arial, Helvetica, sans-serif;
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
 font-size:12px;
}

.footer a:hover{
 font-family: Arial, Helvetica, sans-serif;
 color: #ffffff;
 text-decoration: underline;
 font-weight: bold;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #ffffff;

}

div.arrondi {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background-color: #bbb;
	#border:1px solid #8899AA;
	border:1px solid #f0a42d;
	float:left;
	padding-bottom:5px;
	padding-left:10px;
	width:800px;
}
div.arrondi1 {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background-color: #bbb;
	#border:1px solid #8899AA;
	border:1px solid #f0a42d;
	#float:left;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	width:100%;
}
div.arrondi_ref {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background-color: #ddd;
	border:1px solid #8899AA;
	padding-left:10px;
	padding-right:10px;
	width:100%;
}

img.imgarrondi1 {
	margin-right:7px;
	margin-left:7px;
}
