body
{
	width: 992px;
	margin: auto;
	font-family:Arial, serif;
	font-size:small;
	color: #000000;
	background-image:url(img/commun/fd_page.jpg);
	background-repeat:repeat-x;
}
p
{
	margin: 0;
	padding:0;
}
#en_tete
{
	width: 992px;
	height: 185px;
	background-image:url(img/commun/fd_entete.jpg);
	background-repeat:repeat-x;
	margin-bottom: 0px;
	text-align: center;
}
#haut_contenu
{
	width: 992px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*ligne suivante sert juste a masquer le décalage blanc que je n'arrive pas à enlever sous mozilla*/
	background-image:url(img/commun/fd_contenu.jpg);
	background-repeat:repeat-y;
 }
#contenu
{
	width: 992px;
	min-height:390px;
	background-image:url(img/commun/fd_contenu.jpg);
	background-repeat:repeat-y;
	/*ligne suivante pour que la fenetre contenu s'agrandisse en hauteur et pousse vers le bas le pied de page*/
	overflow:auto
 }
 
#catalogue
{
	width:155px;
	padding-left:25px;
	float:left;

 }
#corps
{
	margin-left:194px;
 }
#texte_bas
{
	margin-top:30px;
 }
#texte_bas_gauche
{
	width:420px;
	border-right: 2px solid;
	border-color:#FFCC00;
	padding-right:40px;
 }
 #texte_bas_droite
{
	float:right;
	margin-left:20px;
	margin-right:100px;
 }
#pied_de_page
{
	margin-top: 0px;
	margin-bottom: 0px;
	width: 992px;
	height: 38px;
	background-image:url(img/commun/bas_contenu.jpg);
	background-repeat: no-repeat;
}
.navig_menu {
	list-style-type: none;
	margin-left: 70px;
	margin-right: 70px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:25px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;

}
/*caractéristiques de position de la liste de navigation, et couleurs texte qui n'est pas un lien (a): */
.navig_menu li {
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFCC;
	display: inline;
}
/*caractéristiques textes de la liste des liens de la navigation : */
.navig_menu a {
	text-decoration: none;
	font-family:Arial, serif;
	font-size:14px;
	color: #FFFFCC;
}
/*caractéristiques textes des roll overs des liens de la liste de navigation : */
.navig_menu a:hover {
	text-decoration: underline;
}
.page_cliquee{
	font-weight:bold;
}
h1
{
	font-family:Arial, serif;
	font-size:15px;
	color: #666633;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2
{
	font-family:Arial, serif;
	font-size:13px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 3px;
}
h3
{
	font-family:Arial, serif;
	font-size:13px;
	color: #666633;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color:#d7d4c2;
	background-repeat:repeat;
}
.adresse
{
	margin-left: 30px;
}
.vert
{
	color: #666633;
}
.lien
{
	font-style:italic;
	color: #666633;
}
.illus_flottante_droite
{
	float: right;
	margin-top:10px;
	margin-right: 60px;
	margin-left: 40px;
}
.illus_flottante_partenaire
{
	float: right;
	margin-top:0px;
	margin-right: 250px;
	margin-left: 40px;
}
.illus_innovations
{
	float: right;
	margin-top:10px;
	margin-right: 20px;
	margin-left: 10px;
	display:inline;
}
.img_ligne
{
	margin-top: 10px;
	margin-right: 15px;
	display:inline;
}
.puce_fleche
{
	display:inline;
	vertical-align:bottom;
	margin-right:5px;
	padding-left:20px;
	background-image:url(img/commun/double_fleche.jpg);
	background-repeat:no-repeat;
}

.lien_innovations
{
	font-family:Arial, serif;
	font-size:13px;
	color:#339900;
	text-decoration:underline;
	margin-left:15px;
	padding-left:10px;
	margin-top: 0px;
	background-image:url(img/commun/fleche_verte.jpg);
	background-repeat:no-repeat;
}
.gras
{
	font-weight:bold;
}
.copyright
{
	display:block;
	font-family:Arial, serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:right;
	margin-right:5px;
	padding-top:20px;
}
.liste
{
	text-decoration:none;
	list-style:none;
	list-style-position:outside;
	list-style-type:disc;
	padding-left:20px;
	margin-bottom:5px;
	/*ligne suivante uniquement pour que IE soit calé à gauche comme Mozilla*/
	margin-left:0px;
}
