/* CSS Document */

body {
	/*background-image: url("../img-ingen/fonds/logo_ingen.jpg");
	background-position: -50px -75px ;
	background-color:#CCD4DD;*/
	background-color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:0;
}

/*Lettrages*/
p {
	margin-bottom:20px;
	text-align:justify;
}

table p {
	margin-top:0;
	margin-bottom:10px;
}

h1, h2 {
	margin-bottom:10px;
	padding-top:24px;
	text-align:left;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
	text-align:left;
}
h4 {
	font-size:12px;
	text-align:left;
}

/*LIENS*/
a {
	font-weight:bold;
	text-decoration:underline;
}
a:link {
	color:#00448A;
}
a:visited {
	color:#00448A;
}
a:hover {
	color:#999;
}
a:active {
	color:#999;
}

li {
	list-style-position:outside;
	margin-left:-6px;
	*margin-left:-22px;
	*padding-left:20px;
}

/**/
#structure_page {
	position:relative;
	top:177px/*210px*/;
	left:50%;
	margin-left:-375px;
	width:750px;
/*
	filter:alpha(opacity=80);
	opacity:0.8;
*/
}

/*PAGE*/
#page {
	background-image: url("../img-ingen/fonds/tableau_manhattan_9.jpg");
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position: top right;
	position:relative;
	padding: 23px 240px 53px 40px;
	text-align: justify;
	color:#555555;
	border-style: solid;
	border-width: 0 3px;
	border-color: #00448A;
	margin-bottom:50px;
}
#page a {
}
#page a:hover {
	color:#CCC;
}
#haut_page_gauche {
	position:absolute;
	background: url("../img-ingen/entourage_bleu.gif");
	width:17px;
	height:17px;
	top:-17px;
	left:-3px;
}
#haut_page_droite {
	position:absolute;
	background: url("../img-ingen/entourage_bleu.gif");
	background-position: -17px 0;
	width:17px;
	height:17px;
	top:-17px;
	right:-3px;
}
#haut_page_centre {
	position:absolute;
	top:-17px;
	left:14px;
	width:716px;
	height:17px;
	background-color:#FFFFFF;
	border-style: solid;
	border-width: 3px 0 0 0;
	border-color: #00448A;
}
#bas_page_gauche {
	position:absolute;
	background: url("../img-ingen/entourage_bleu.gif");
	background-position: 0 -17px;
	width:17px;
	height:17px;
	bottom:-17px;
	left:-3px;
}
#bas_page_droite {
	position:absolute;
	background: url("../img-ingen/entourage_bleu.gif");
	background-position: -17px -17px;
	width:17px;
	height:17px;
	bottom:-17px;
	right:-3px;
}
#bas_page_centre {
	position:absolute;
	bottom:-17px;
	left:14px;
	width:716px;
	height:17px;
	background-color:#FFFFFF;
	border-style: solid;
	border-width: 0 0 3px 0;
	border-color: #00448A;
}

#contenu {
}

/*BOITES*/
.boites {
	position:absolute;
	top:110px;
	right:30px;
}
.boite {
	position:relative;
	margin-bottom:50px;
}
.documentations_title, .liens_title, .news_title {
	position:absolute;
	top:0;
	width:140px;/*170*/
	height:20px;/*30*/
	color:#00448A;
	font-style:italic;
	font-weight:bold;
	padding: 10px 15px 0 15px;
}
.documentations_pied, .liens_pied, .news_pied {
	position:absolute;
	bottom:-40px;
	width:170px;
	height:10px;
	background-position:bottom;
}
.documentations_contenu, .liens_contenu, .news_contenu {
	position:relative;
	top:30px;
	text-align:left;
	background-color: #FFFFFF;
	width:136px;
	border-style:solid;
	border-width: 0 2px;
	border-color:#00448A;
	padding: 15px;
}
.documentations_title, .documentations_pied {
	background-image:  url("../img-ingen/boite-documentations.gif");
}
.liens_title, .liens_pied {
	background-image:  url("../img-ingen/boite-liens.gif");
}
.news_title, .news_pied {
	background-image:  url("../img-ingen/boite-news.gif");
}

/*TITRE ET SOUS-TITRE DANS LA PAGE*/
#entete_page {
	margin: 0 0 38px 0;
}
#entete {
	color:#555;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#categorie {
	color:#00448A;
	font-size:22px;
}

/*PIED DE PAGE*/
#pied_page {
	position:absolute;
	bottom:0;
	left:0;
	width:644px;
	height:15px;
	background-color:#003366;
	color:#bbb;
	text-align:right;
	font-size:10px;
	padding: 10px 50px;
	margin:0;
}
#pied_page a {
	color:#fff;
}
#pied_page a:hover, #pied_page a:active  {
	color:#ddd;
}

