/* CSS Document */

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

/* CONTENEUR PRINCIPAUX */

#master {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding: 0px;
	margin-top: 20px;
	text-align: left;
	position: relative;
}
.boite_menu_corps {
	position: absolute;
	width: 110px;
	top: 180px;
	left: 40px;
	background-repeat: repeat-y;
	overflow: hidden;
}
.boite_menu_titre {
	position: relative;
	width: 120px;
	height: 45px;
	top: 0px;
	left: 0px;
}
.boite_menu_pied {
	position: relative;
	width: 120px;
	height: 45px;
	top: 0px;
	left: 0px;
}
.boite_menu_corps p {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
}
#titre {
	height: 45px;
	width: 300px;
	margin-left: 120px;
	margin-right: 120px;
	margin-bottom: 100px;
	padding-bottom: 20px;
}
#cadre_corps {
	width: 540px;
	background-image: url(../images/interface/interface_corps.jpg);
	background-repeat: repeat-y;
	padding-right: 70px;
	padding-left: 190px;
	min-height: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
#cadre_corps p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#cadre_corps img {
	margin-top: 0px;
	margin-bottom: 0px;
}
#cadre_corps ul{
	list-style-position: outside;
	list-style-type: square;
	margin: 10px 40px;
	list-style-image:   url("../images/interface/fleche.gif");
}
#cadre_corps li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.bloc_centre {
	text-align: center;
}
.bloc_gauche {
	float: left;
	margin-right: 6px;
	width: 174px;
	margin-bottom: 4px;
}
.bloc_droit {
	float: left;
	width: 174px;
}
.bloc_gauche a:hover img, .bloc_droit a:hover img {
	border: 1px solid #000000;
}

.bloc_texte {
	float: left;
	width: 346px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 10px;
}
.bloc_espace {
	width: 540px;
	min-height: 20px;
	clear: both;
}

/* BALISES */

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #475C65;
	background-color: #FFFFFF;
	margin-top: 10px;
	text-align: center;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #428399;
	text-transform: uppercase;
	margin-bottom: 5px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #475C65;
	text-transform: capitalize;
}
hr {
	color: #428399;
	background-color: #428399;
	height: 1px;
	border: 0;
	margin-bottom: 10px;
	width: 90%;
}

/*Liens*/

a:link, a:visited  {
	text-decoration: none;
	color: #444444;
	font-size: 12px;
	font-weight: bold;
}
a:hover, a:active  {
	color: #0099CC;
	font-size: 12px;
	font-weight: bold;
}

/* TABLEAU */

.tab {
	width: 540px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-spacing: 4px;
	text-align: left;
}
.tab th {
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
	border: 0px solid #428399;
	padding: 5px;
	color: #428399;
	background-color: #E6F1F6;
}
.tab td {
	border: 0px solid #428399;
	padding: 5px;
	background-color: #F0F0F0;
	vertical-align: top;
}

.tab th.titre {
	font-size: 13px;
	color: #5F7580;
	background-color: #E5E5E5;
}

/* Empêche espace blanc sous les images dans IE */
img {
 display: block;
 }
 
/* FORMULAIRE */

.form .form_ligne {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.form {
	width: 540px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.form fieldset {
	border: 1px solid #428399;
	padding: 10px;
	margin: 10px 0px;
}
.form legend {
	font-weight: bold;
	font-size: 14px;
	color: #428399;
}
.form fieldset label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
.form fieldset input {
	float: left;
	font-size: 12px;
	margin-right: 10px;
	width: 280px;
	color: #0099CC;
	background-color: #DEECF2;
}
.form fieldset input.validation {
	width: 100px;
	margin-left: 110px;
}
.form fieldset textarea {
	float: left;
	width: 380px;
	height: 100px;
	margin-left: 20px;
	color: #0099CC;
	background-color: #DEECF2;
}
.form .remarque {
	font-style: italic;
	margin-left: 110px;
	margin-right: 40px;
	padding-top: 10px;
}

/* CLASSES */

.spacer {
	clear: both;
}
.centrer {
	text-align: center;
}
.retrait {
	padding-left: 80px;
}
.emphase {
	color: #428399;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 20px;
}
.emphase_light {
	color: #475C65;
	font-style: italic;
}
.cadreimg {
	border: 1px solid #7F7F7F;
}

.grand {
	font-size: 16px;
}

