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



body{
	margin : 10px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#606060;
}

img{
	border:none;
}

p{
	margin:5px;
}

a:link, a:visited{
	color:#02a6a8;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	text-align:left;
	color:#02a6a8;
	font-size:20px;
	margin-right:5px;
	line-height:35px;
	background-image: url(gfx/bg_titre.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 25px;
}

.justify{
	text-align:justify;
}

#conteneur{
	width:953px;
}

#header{
	background: url(gfx/header2.jpg) repeat-x;
	width:631px;
	height:293px;
	/*border-bottom:solid 5px #ff6600;*/
	margin:0;
	padding:0;
}

#contenu_acc{
	background:url(gfx/bg-contenu-acc.jpg) no-repeat;
}

#cadre_haut{
	background:url(gfx/bg_cadre_haut.gif) no-repeat;
	height:168px;
}


#nav, #nav ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size:12px;
	background-color: #02a6a8;
}

#nav ul{
	margin:20px 0;
}
	
#nav li {
	width: 267px;
	color: #fff;
	background-color: #02a6a8;
}
	
#nav li a {
	display: block;
	color: #fff;
	line-height: 20px;
	margin: 4px 43px;
	padding-left:15px;
	text-decoration: none;
	font-weight:bold;
	background-color: #02a6a8;
	background-image: url(gfx/puce.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}
	
#nav li a:hover, #nav li a:focus, #nav li a:active {
	background: #f6ddc4 url(gfx/puce_o.gif) no-repeat 3px;
	text-decoration: none;
	color:#02a6a8;
}

#droite{
	height:288px;
	width:55px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #02a6a8;
}

.bloc{
	background: url(gfx/bg_bloc.gif) no-repeat;
	height:137px;
}

.bloc h1{
	background: url(gfx/puce_titre.gif) no-repeat;
	padding-left:33px;
	color:#02a6a8;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	margin:0;
	line-height:normal;
}

.savoirplus a:link, .savoirplus a:visited{
	display:block;
	width:119px;
	background:url(gfx/bg_plus.gif) no-repeat right;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	height:19px;
	padding-top:2px;
	padding-right:8px;
	text-align:right;
}

.savoirplus a:hover{
	display:block;
	width:119px;
	background:url(gfx/bg_plus_o.gif) no-repeat right;
	color:#02a6a8;
	font-weight:bold;
	text-decoration:none;
	height:19px;
	padding-top:2px;
	padding-right:8px;
	text-align:right;
}


#footer, .menubas{
	text-align:center;
	padding:5px;
	font-size:10px;
}

#footer .menubas a:link, #footer .menubas a:visited{
	padding:0 10px;
	color:#606060;
	text-decoration:none;
	font-weight:normal;
}

#footer .menubas a:hover{
	text-decoration:underline;
	font-weight:normal;
}

.copyright{
	color: #ff6600;
	font-size:9px;
}

.copyright a:link, .copyright a:visited, .copyright a:hover{
	color:#ff6600;
	font-weight:bold;
	text-decoration:none;
}

.orange_gras{
	font-weight:bold;
	color:#02a6a8;
	}
	
.formulaire {
	BORDER: 1px solid #02a6a8;
	FONT-SIZE: 11px;
	WIDTH: 100%;
	COLOR: #606060;
	BACKGROUND-COLOR: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	
.formulaire_bouton {
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: medium none;
	WIDTH: 49%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	BORDER-BOTTOM: medium none;
	BACKGROUND-COLOR: #02a6a8;
	}

