/* ====================================================================
Definition Générale
-------------------------------------------------------------------- */

body, td, th, div, span, p, a, form, legend, fieldset, label, input, select, textarea, h1, h2, h3, h4, h5, h6 {
	font-family			: Verdana, Arial, Helvetica, sans-serif;

}
body{
	background-color	: #ffffff;
	background-image	: url(images/fd_body.jpg);
	background-repeat	: repeat;
	margin				: 5px 0px 0px 1px;
}

h1{
	font-size			: 10px;
	margin				: 0px;
	text-align			: center;
	font-weight			: normal;
}
h2{
	font-family			: Georgia, "Times New Roman", Times, serif;
	font-size			: 22px;
	color				: #2F3537;
	margin-top			: 10px;
	margin-bottom		: 15px;
	font-weight			: lighter;

}

h3 {
	font-family			: Georgia, "Times New Roman", Times, serif;
	font-size			: 14px;
	margin-top			: 5px;
	display				: table;
	width				: 100%;
	text-align			: left;
	color				: #2F3537;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
h4 {
	font-size			: 11px;
	font-weight			: bold;
	margin				: 5px 0px;
	letter-spacing		: 0px;
	color				: #29250C;
}
h5 {
	font-size			: 13px;
	font-weight			: bold;
	margin				: 5px 0px 0px;
	letter-spacing		: 1px;
	background-image	: url(images/fd_h5.gif);
	background-repeat	: no-repeat;
	height				: 15px;
	width				: 198px;
	padding-left		: 22px;

}
p {
	font-size			: 12px;
	font-weight			: normal;
	color				: #000000;
}
p.petit {
	font-size			: 10px;
	font-weight			: normal;
	color				: #333333;
	margin-top: 2px;
}
.just {
	text-align			:justify;
}
.contenu_gh {
	padding				: 2px;
}
.contenu_gh img {
	float				: right;
	margin-left			:2px;
}
.contenu_dr {
	padding				: 2px;
}
.contenu_dr img {
	float				: left;

}
ul {
	font-size			: 11px;
	margin-top			: 0px;
	list-style-image	: url(images/puce.gif);
}

a{
	text-decoration		:underline;
	color				:#2F3537;
}
a:hover {
	color				:#217C9B;
}
.rouge {
	font-size			: 11px;
	font-weight			: bold;
	color				: #A6010D;
}
.align_left {
	text-align			: left;
}

.align_center{
	text-align			: center;
}
.align_right{
	text-align			: right;
}
.cadre {
	border				: 1px solid #000000;
	margin				: 5px;
}
.txt_petit {
	font-size			: 9px;
	text-align			: right;
	color				: #FFFFFF;
	margin-right		: 10px;
}

.txt_petit a{
	color				: #FFFFFF;
	text-decoration		: none;
}

/* ====================================================================
Definition des différents div
-------------------------------------------------------------------- */

#NomLogo {
	float:left;
	margin-left:40px;
	top:10px;
	width:180px;;
	height:104px;
	z-index:1;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #9CD061;
	text-transform: capitalize;
	font-variant: small-caps;
	font-style: normal;
	font-weight: normal;
	background-position: center;
	text-align: center;
}

.box_general, .col_un, .col_deux, .box_bottom  {
	position			: relative;
}

.box_general {
	padding				: 0px;
	width				: 885px;
	border				: 1px solid #204F68;
	margin				: auto;
	background-image	: url(images/fd_general.jpg);
	background-repeat	: repeat-y;
	display				: table;
	_display			: block;
	vertical-align		: top;
	}

.box_header	{
	margin				: 0px;
	border				: 0px solid #FF0000;
	height				: 110px;
	width				: 885px;
	background-image	: url(images/haut.jpg);
	vertical-align		: top;
	padding				: 3px 0px 0px;
	display				: block;
	}
.titre_header {
	font-size			: 14px;
	font-weight			: bold;
	margin-bottom		: 40px;
	margin-left			: 450px;
	color				: #27363E;
	font-family			: Arial, Helvetica, sans-serif;
}
.menu_header {
	width				: 360px;
	font-family			: Georgia, "Times New Roman", Times, serif;
	font-size			: 13px;
	margin-left			: 415px;
}
.menu_header a{
	font-family			: Georgia, "Times New Roman", Times, serif;
	display				: inline;
	margin-right		: 8px;
	text-decoration		: none;
	margin-left			: 5px;
}
.box_central {
	width				: 885px;
	vertical-align		: top;
	background-image	: url(images/fd_central.jpg);
	background-repeat	: no-repeat;
	display				: table;
	background-position	: bottom;

}
.box_bottom {
	background-image	: url(images/fd_bottom.gif);
	background-repeat 	: repeat-y;
	width				: 885px;
	vertical-align		: top;
	display				: table;
}

.col_un
	{

	width				: 660px;
	float				: right;
	}
.col_deux
	{
	vertical-align		: top;

	width				: 215px;
	float				: left;
	}


.contenu
	{
	text-align			: left;
	font-size			: 12px;
	width				: 650px;

	}
.menu
	{
	text-align			: left;
	padding-left		: 40px;
	}
.menu a
	{
	display				: block;
	text-decoration		: none;
	margin-top			: 20px;
	font-family			: Georgia, "Times New Roman", Times, serif;
	font-size			: 16px;

	}

.contenu, menu  {
	text-align			: left;
	margin				: 0px;
	padding				: 0px;
}
.content_bottom {
	font-size			: 11px;
	margin-left			: 40px;
	color				: #FFFFFF;
}


/* ====================================================================
Objets de formulaire
-------------------------------------------------------------------- */


form {
	margin				: 10px;
	padding				: 10px;
	font-size			: 11px;
}
fieldset {
	padding-left		: 15px;
	padding-top			: 0px;
	padding-bottom		: 15px;
	background-color	: #F2F2F2;
}
legend {
	font-family			: Georgia, "Times New Roman", Times, serif;
	color				: #2F3537;
	margin-right		: 5px;
	margin-left			: 5px;
	padding-right		: 5px;
	padding-left		: 5px;
	font-size			: 16px;
}
label {
	font-size			: 10px;
	display				: block;
	margin				: 2px;
	text-align			: left;
}
input, select, textarea {
	color				: #2F3537;
	border				: 1px solid #B2B3B3;
	background			: #ffffff;
	margin				: 2px;
	vertical-align		: middle;
	font-size			: 11px;
}
input.btn  {
	background-color	:#B1B2B2;
	color: #000000;
	text-align: center;
	background-image: url(images/btn.gif);
	background-repeat: repeat-x;
	cursor:pointer;
}
input.btn:hover  {
	border:1px solid #000;
}



/* ====================================================================
Tableaux
-------------------------------------------------------------------- */

table.liste_dossiers {
	border				: 1pt solid #808080;
	border-collapse		: collapse;
	border-spacing		: 3px;
	font-family			:  Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				:#000000;
	background-color	: #F9F9F9;
}
table.liste_dossiers th{
	font-size			: 11px;
	background-color	: #D9D9D9;
	padding-top			: 3px;
	text-align			: center;
	padding-bottom		: 3px;
	border				: 1px solid #808080;
	color				: #000000;
	vertical-align		: top;
	font-weight: normal;
}
table.liste_dossiers th img{
	float				: right;
	margin: 3px;
}
table.liste_dossiers td{
	padding				: 1px;
	border				: 1pt inset #B2B3B3;
	background-repeat	: repeat-x;
	background-position	: top;
	font-size: 9px;
}

.dossier {
	margin: 5px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px dotted #CCCCCC;
}