*{margin:0; padding:0; border:0;}
a{text-decoration:none; color:#000033; font-size:12pt}
a:hover{text-decoration:underline; color:#525AD2;}

body {
	width: 887px;
	margin:0 auto;
	font: normal 12pt Tahoma, Verdana, sans-serif, Arial;
	color:#000033;
	background: #ededed; 
}

/*GLOBAL*/
#global {
	margin:0 auto;
	float:left;
	width:900px;
	background:#ededed url(images/fondcontenu.png) repeat-y left top;
}

/*HEADER*/
#header {
	width:900px;
	height:280px;
	font-weight:bold;
	text-transform:uppercase;
	background:#ededed; /*url(images/header.jpg) no-repeat left top */
}

/*MENU  À GAUCHE*/
#menu {
	float:left;
	display:inline;
	width:230px;
	text-align:left;
	margin:0px 0px 0px 50px;
}
#menu h2 {
	width:200px;
	height:30px;
	line-height:30px;
	font-size:10pt;
	margin:0;
	padding:0 0 0 10px;
	color:#8D8D8D;
	background: url(images/rubrique.png) no-repeat left top;
}
#menu ul {
	margin:0 0 15px 0;
	width:200px;
	font-size:10pt;
	list-style:none;
}

#menu ul li {
	width:200px;
}

#menu ul li a {
	display:block;
	margin:0px;
	padding:0 0 0 8px;
	width:200px;
	height:29px;
	line-height:29px;
	text-decoration:none;
	color: #000066;
	font-size:8pt;
	background: url(images/lien.png) no-repeat left top;
}

#menu ul li a:hover {
	text-decoration:none;
	color: #990000;
	font-size:8pt;
}

/*CORPS*/
#corps {
	margin:-10px 50px 0 144px;
	padding:10px;
}

.floatl {
	float:left;
	padding-right:1em;
	margin:0;
}

h1 {
	color:#525AD2;
	margin:0 10px 10px;
	padding:6px 0 27px 0;
	font: bold 14pt Tahoma,Verdana,sans-serif, Arial;
}

h2 {
	color:#525AD2;
	margin:0 10px 10px;
	padding:27px 0 6px 0;
	font: bold 12pt Tahoma,Verdana,sans-serif, Arial;
}

#corps p {
	color:#000033;
	text-indent:15px;
	text-align:justify;
	margin:5px 10px 5px 0;
}
#corps p a {
	color: #000033;
}

#corps p.right {
	margin-right:15px;
	text-align:right;
	font-weight:bold;
	font-size:9px;
	letter-spacing:1px;
	color:#000033;
}

p#etoile {
	text-align:center;
	font-size:9px;
	padding:45px 0 6px 0;
}
p#accolade{
font-size:24px;
text-align:center;
}
p#img{
font-size:24px;
text-align:center;
}

table#contact1 {
width:518px;
}

/*FOOTER*/
p#footer {
	clear:both;
	width:900px;
	height:98px;
	padding-top:30px;
	font-size:9px;
	text-align:center;
	color:#000033;
	background:#ededed url(images/footer.png) no-repeat left top;
}

p#footer a{
color:#525AD2;
font-size:8pt;
}

/***************************/
/* feuille de style pour la page travaux */
table.travaux {
    background-color:#FFFFFF;
    border: solid #1127B3 1px;
    width: 90%;

}

table.travaux td {
    padding: 5px;
    border: dotted #1127B3 1px;

}

.data {
    color: #000000;
    text-align: right;
    background-color: #CCCCCC;

}
.toprow {
    font-style: normal;
	font-variant:small-caps;
    text-align: center;
    background-color: #F1FFD4;

}
.duree {
    text-align: right;

}

.cout {
    font-weight: bold;
    text-align: right;

}

#new a {
	font-size:18px;
	color: #BBB831;
}