/* : : : : : : : : : : : :  général : : : :  */

body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	color: #000;
	margin:0px;
	padding:0px;
	background-color:#fff;
}
img, a img{
	border:none;
}
p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: black;
}

table {
	/* ? */
}

.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
/* : : : : : : : : : : : :  fin général : : : :  */

/* : : : : : : : : : : : :  divs de structure des pages : : : :  */

#footer {
	background-color:#A2D8DE;
	color: #666;
	text-align: center;
	font-size: 9px;
	padding-top:35px;
	padding-bottom:5px;
	background-image:url(images/cadrillage_bas.gif);
	background-repeat:repeat-x;
}
#footer a, #footer a:hover {
	text-decoration: none;
	color: #666;
}
#globalpage {
	width: 800px;
	margin:auto;
	border: solid 1px #E97C00;	
}
#global {
	width: 1000px;
	margin:auto;
	background-image:url(images/img_fond_global.gif);
	background-repeat:no-repeat;
	background-position : top left;
	background-position : 0px 2px;
}
#header_accueil{
	height:90px;
	width:800px;
	background-color:#fff;
	background-image:url(images/img_accueil.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#header_web{
	height:90px;
	width:800px;
	background-color:#fff;
	background-image:url(images/img_web.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#header_print{
	height:90px;
	width:800px;
	background-color:#fff;
	background-image:url(images/img_print.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#header_illus{
	height:90px;
	width:800px;
	background-color:#fff;
	background-image:url(images/img_illus.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#header_parcours{
	height:90px;
	width:800px;
	background-color:#fff;
	background-image:url(images/img_parcours.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#header_contact{
	height:90px;
	width:800px;
	background-color:#fff;
	background-image:url(images/img_contact.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#menu{
	height:25px;
	background-color:#A2D8DE;
	color:#FFF;
	padding: 0px 0px 0px 0px;
	text-align:left;
	background-image:url(images/img_fond_menu.gif);
	background-position:182px;
	background-repeat:repeat-x;
}
#menu a:link, #menu a:visited{
	font-size:11px;
	color: #fff;
	text-decoration: none;
}
#menu a:hover{
	color: #000;
	text-decoration: none;
}
#menu2{
	height:25px;
	background-image:url(images/cadrillage_haut.gif);
	text-align:right;
}
#contenu {
	background-image:url(images/deg_page.gif);
	background-repeat:no-repeat;
	background-position : top left;
	background-position : 182px 0px;
}
div.boxaccueil {
	width:350px;
	height:150px;
	float:left;
	border:1px dotted #A2D8DE;
	margin: 40px 0px 0px 25px ;
}
div.boxaccorange {
	width:150px;
	float:left;
	border:1px solid #E97C00;
	margin: 20px 0px 0px 25px ;
}
div.box {
	width:500px;
	float:left;
	border:1px dotted #A2D8DE;
	margin: 40px 0px 0px 25px ;
	padding:10px;
}
#cartoucheacc {
	width:200px;
	float:right;
	background-image:url(images/cadrillage.gif);
	margin: 40px 10px 0px 0px ;
	padding:0px;
}
#cartouchegris {
	width:200px;
	float:right;
	background-color:#e2e2e2;
	margin: 40px 10px 10px 0px ;
	padding:0px;
	background-image:url(images/haut_cartouche.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#cartouchebleu {
	width:200px;
	float:right;
	background-color:#A2D8DE;
	margin: 25px 10px 10px 0px ;
	padding:0px;
	background-image:url(images/haut_cartouche.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#cartoucherouge {
	width:200px;
	float:right;
	background-color:#F7F7F7;
	margin: 40px 10px 0px 0px ;
	padding:0px;
	border:1px solid #6B0036;
}

/* : : : : : : : : : : : :  fin des divs de structure des pages : : : :  */

ul, li{
	padding: 0px 0px 5px 10px;
	margin:0px;
}
.rubrique{
	font-size: 10px;
	text-align:left;
	color: #fff;
	padding: 0px 10px 0px 10px;
}

a {
	color: #6B0036;
	text-decoration:none;
}

.detail {
	font-size: 9px;
}
.references {
	font-size: 9px;
	font-style:italic;
	color: #666;
}
.titre_accueil{
	font-size:11px;
	color: #000;
	background-color:#A2D8DE;
	font-style:normal;
	padding-top: 0px;
	padding: 5px 0px 5px 0px;
	text-align:center;
}
.titre_page{
	font-size:18px;
	color: #E97C00;
	font-style:normal;
	padding-top: 0px;
	padding:20px 20px 10px 25px;
	text-align:left;
}
.baseline{
	font-size: 12px;
	color: #6B0036;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
.soustitre{
	font-size: 15px;
	color: #E97C00;
	margin: 0px;
}
.titre_cartouche{
	font-size:15px;
	color: #666;
	font-style:normal;
	padding-top: 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
}
.titre_projet{
	font-size:15px;
	color: #E97C00;
	font-style:normal;
	padding-top: 0px;
	padding: 0px 0px 15px 0px;
	text-align:left;
}
.soustitre1{
	font-size: 12px;
	color: #6B0036;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.legende{
	color: #666;
	font-size: 9px;
	font-style:italic;
	padding: 5px 0px 5px 0px;
}