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

.marge {
	padding: 10px;
}
.titreblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.titrevert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #97bf0d;
}
.soustitrevert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9fc038;
}

.titrejaune {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f7b100;
}
.soustitrejaune {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F9CC61;
}
.soustitrebleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #319fcc;
}
.titremarron {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #590e0e;
}
.soustitremarron {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #590e0e;
}
.titrebleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00b2c8;
}
.titreinstallation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00b2c8;
}
.soustitreinstallation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00b2c8;
}
.option {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
#blokinstallation{
	position: relative;
	width:812px;
	height:292px;
	background-image: url(img/footer_installations.jpg);
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #96cbeb;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
#blokseminaire{
	position: relative;
	width:812px;
	height:292px;
	background-image: url(img/footer_seminaires.jpg);
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #96cbeb;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#blokquisommesnous{
	position: relative;
	width:812px;
	height:292px;
	background-image: url(img/footer_contact.jpg);
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #96cbeb;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#blokdecouverte{
	position: relative;
	width:812px;
	height:292px;
	background-image: url(img/footer_decouverte.jpg);
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #96cbeb;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/* Style des lignes de s�paration */
.table-separateur {
	font-size : 12px;
	font-family : Verdana, arial, helvetica, sans-serif;
	color : #333333;
	border: 1px solid #9fc038;
}

/* titre des cellules (centr�) */
.table-titre-centreseminaire {
	font-size : 12px;
	font-family : Verdana, arial, helvetica, sans-serif;
	color : #FFF;
	text-align : center;
	height: 25px;
}

/* Style 1 des cellules (centr�) */
.table-ligne1-centreseminaire {
	font-size : 12px;
	font-family : Verdana, arial, helvetica, sans-serif;
	color : #333333;
	text-align : center;
	height: 25px;
	border: 1px solid #000;
}
/* Style 2 des cellules (centr�) */
.table-ligne2-centreseminaire {
	font-size : 12px;
	font-family : Verdana, arial, helvetica, sans-serif;
	color : #333333;
	text-align : center;
	height: 25px;
}
label {
display: inline;
float: none;
width:25%;
margin-right:10px;
padding-top:0.2em;
text-align:right;
font-weight:bold;
}
.tablosemiligne1{
	background-color:#bcd373;
	text-align: center;
	height:30px;
}
.tablosemiligne2{
	background-color:#CBE57B;
	text-align: center;
	height:30px;
}
a:link {
	font-weight: normal;
	color: #36F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:visited {
	color :#36F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: 36F;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txtblanc
{
	color:#FFF;
}