@charset "iso-8859-2";

* {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
body {
	background-image: url(images/fd_person.jpg);
	background-color: #437f83;
	background-position: top;
	margin: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.general {
	margin: auto;
	width: 945px;
}
h1 {
	font-size: 11px;
	color: #06747a;
	text-align: center;
}
h2 {
	font-size: 16px;
	color: #057178;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #057178;
	margin-top: 1px;
	margin-bottom: 15px;
}
h3 {
	color: #f26522;
	font-size: 15px;
	margin-top: 15px;
}
h4 {
	color: #000000;
	font-size: 13px;
	margin-top: 15px;
}
ul {
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 7px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
	padding-top: 0px;
}
li {
	list-style-image: url(images/puce.gif);
	margin-left: 15px;
}
p {
	font-size: 12px;
	color: #3f3f3f;
	margin-bottom: 15px;
}

.al_right {
	text-align: right;
}
.al_left {
	text-align: left;
}
.fl_right {
	float: right;
}
.fl_left{
	float: left;
}
.clear{
clear:both
}

.top{
	display: block;
	height: 159px;
		background-image: url(images/fd_top.jpg);
	background-repeat: repeat-x;
}
.logo {
	width: 185px;
	float: left;
}
.menu_top {
	height: 80px;
	float: right;
	width: 755px;
	padding-top: 79px;
}
#glowingtabs{

	float:left;
	width:100%;
	font-size:92%;
	line-height:normal;

	margin-bottom: 0px;

}

#glowingtabs ul{
	list-style-type: none;
	margin:0;
	margin-left: 5px;
	padding:0;
	
}
#glowingtabs li{
display:inline;
margin:0;
padding:0;

}

#glowingtabs a{
	float:left;
	background:url(images/fd_onglet_gh.jpg) no-repeat left top;
	margin:0 10px 0 0; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}

#glowingtabs a span{
	float:left;
	display:block;
	background:url(images/fd_onglet_drt.jpg) no-repeat right top;
	padding: 10px 19px 8px 12px;
	font-weight:bold;
	color:#ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: #9df7fd;
}

#glowingtabs #current a{
	background-position:0 -36px;
	background-image: url(images/fd_onglet_gh.jpg);
}

#glowingtabs #current a span{ /*Selected Tab style*/
	background-position:100% -36px; /*Shift background image up to start of 2nd tab image*/
	color: #d1e3e5;
	background-image: url(images/fd_onglet_drt.jpg);
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -36px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -36px; /*Shift background image up to start of 2nd tab image*/
}



.contenant {
	background-color: #FFFFFF;
	display: block;
	padding-bottom: 15px;
}
.col_gch {
	width: 180px;
	float: left;
}
.menu_left {
	border: 1px dashed #59595b;
	margin-left: 28px;
	margin-right: 0px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.menu_left ul{
	margin-bottom: 0px;

}
.menu_left li{
	list-style-image: url(images/puce-menu.gif);

}
.menu_left a{
	line-height: 25px;
	font-size: 13px;
	color: #59595b;
	text-decoration: none;
}
.menu_left a:hover{
	color: #000000;
	text-decoration: none;
}
.bloc_right {
	float: right;
	width: 755px;
}
.contenu {
	float: left;
	width: 520px;
	padding-left: 5px;
	line-height: 20px;
	padding-right: 10px;
}
.contenu ul {
	font-size: 12px;
	color: #3f3f3f;
}
.col_droit {
	float: right;
	width: 216px;
	background-image: url(images/fd_a_savoir.jpg);
	background-repeat: no-repeat;
}
.post_it {
	width: 196px;
	background-image: url(images/fd_a_savoir.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
	line-height: 20px;
}
.post_it  h4 {
	color: #015d63;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.post_it  h5 {
	color: #f26522;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.bas {
	background-image: url(images/fd_bas.png);
	height: 55px;
	width: 945px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #283b49;
	text-align: center;
	padding-top: 20px;
}
.bas a{
	color: #283b49;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
.bas a:hover{
	color: #ffffff;

}

fieldset {
	margin: 10px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

legend {
	font-weight: bold;
	color: #f26522;
	font-size: 15px;
}
input, textarea {
	background-color: #eff1f0;
	font-size: 13px;
		border: 1px solid #c3c6c6;
}
fieldset table {
	font-size: 12px;
}
.btn_submit {
	background-image: url(images/btn_input.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 48px;
	width: 189px;
	padding-top: 0px;
	color: #FFFFFF;
	font-size: 13px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: center;
	vertical-align: top;
	padding-bottom: 20px;
}
a.classlien {
	background-image: url(images/fd_lien.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-top: 3px;
	color: #FFFFFF;
	font-size: 13px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: center;
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 25px;
	text-decoration: none;
	margin-bottom: 15px;
}
a:hover.classlien {
	color: #fdd089;
}
table.tranche {
	border-collapse:collapse;
	font-size: 12px;
	background-color: #eff1f0;
	border: 1px solid #a6a6a8;
}

table.tranche td{
	padding:3px;
	border-right:1px solid #a6a6a8;
	text-align:center;
}
table.tranche th{
	background-color:#e2e2e2;
	text-align:center;
	font-weight: bold;
	font-size: 12px;
}
table.tranche td.two{	

	padding:3px;
	text-align:center;
	border-right:solid 1px #919193; 
}
.img_left img {
       float:left;
       margin-top: 0px;
       margin-right: 5px;
       margin-bottom: 5px;
       margin-left: 0px;
}
