/* FDBI 2008 - CSS Structure des pages PRODEX*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	color: #333366;
}

#conteneur {
  position: relative;
  width: 970px;
  margin: 0 auto; 
  background-color:#FFFFFF;
  height:620px;
}

#haut {
	height: 185px; 
}

/* FDBI 2008 - CSS Structure de page accueil PRODEX*/
#gauche {
	position: absolute;
	left:0;
	width: 190px;
	margin-left: 20px;
	padding-top: 10px;
	font-size: 8pt;
	color: #333366;
	height:390px;
	overflow: hidden;
	}

#centre_accueil {
	position: absolute;
	margin-left: 235px;
	margin-top : 10px;
	width: 490px;
	border-right-color: #CC6666;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #CC6666;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 25px;
	padding-right: 25px;
	color: #333366;
	font-size: 8pt;
	text-align: justify;
	height:390px;
	overflow: auto;
}

/* FDBI 2008 - CSS Structure de partie actualité de la page d'accueil PRODEX*/
#texteactu {
	width : 180px;
	height:200px;
	Margin-top:20px;
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-image: url(../images/fond_actualites.gif);
	background-repeat: no-repeat;
	font-size: 8pt;
	color: #333366;
	
	overflow: hidden;
	}

/* FDBI 2008 - CSS Structure de pages interieures PRODEX*/
#centre {
	margin-left: 195px;
	margin-top : 10px;
	width: 505px;
	border-right-color: #CC6666;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #CC6666;
	border-left-style: solid;
	border-left-width: 1px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 45px;
	color: #333366;
	font-size: 8pt;
	text-align: justify;
	height:390px;
	overflow: auto;
}

#contenu{
	position: absolute;
	left:0;
	width: 730px;
	margin-top : 10px;
	margin-right: 180px;
	padding-right: 25px;
	border-right-color: #CC6666;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: justify;
	padding-left: 15px;
	height:390px;
	overflow: auto;
}

#droite {
	float: right;
	width: 180px;
	margin-top : 10px;
	padding-top:30px;
}

#right {
	float: right;
	width: 200px;
	margin-top : 10px;
	margin-right:15px;
	color: #333366;
	font-size: 8pt;
	text-align: justify;
}
.contact {
	text-align: center;
	background-image: url(file:///C|/Data/site-internet/PRODEX/fichiers_travail/maquettes/contact.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* FDBI 2008 - CSS Structure de la page contact PRODEX*/
#titre_contact{
	position: absolute;
	left:0;
	width: 730px;
	margin-top : 10px;
	margin-right: 180px;
	padding-right: 25px;
	padding-left: 15px;
	}
#gauche_contact {
	position: absolute;
	left:0;
	width: 190px;
	margin-left: 20px;
	margin-top:50px;
	padding-top: 10px;
	font-size: 8pt;
	color: #333366;
	}
#centre_contact {
	position: absolute;
	margin-left: 235px;
	margin-top : 50px;
	width: 490px;
	border-left-color: #CC6666;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 25px;
	padding-right: 25px;
	color: #333366;
	font-size: 8pt;
	text-align: justify;
	height:330px;
	overflow: auto;
}
/* FDBI 2008 - CSS Structure du sous-menu dans les pages PRODEX*/
#sousmenu {
	background-color: #cccccc;
	color: #FF0000;
	padding-left: 30px;
	height: 17px;
	border-top: solid #333399 1px;
	border-bottom: solid #333399 1px;
}