* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	background: url(img/fd.gif) 50% 0% #ffffff;
	text-align: center;
}
img {
	border:0;
}
#top {
	height: 273px;
	background: url(img/top.png) no-repeat 50% 0%;
	position: absolute;
	z-index: 10;
	width: 100%;
	left:0;
	text-align:left;
}
#entete {
	display:none;
	width: 50%;
	overflow: hidden;
	height:265px;
	left: 50%;
	top:0;
	margin-left:-30px;
	padding-right: 30px;
	background-image: url(img/fd_ouverture.gif);
	background-repeat: no-repeat;
	background-position: 191px 13px;
	position:absolute;
}
#entete a:link, #entete a:visited, #entete a:hover, #entete a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#page {
	background: url(img/page.gif) repeat-y 100% #ffffff;
	width: 100%;
	text-align: left;
}
#entete li {
	margin:0;
	padding: 0;
	list-style-type: none;
}
#entete ul {
	margin:100px 0 0 0;
	padding:0 20px 0 0;
	width: 163px;
	text-align: right;
}
#entete ul ul {
	visibility: hidden;
	position: absolute;
	left: 163px;
	width: 2000px;
	background:transparent;
	margin:0;
	text-align: left;
}
#entete ul ul.site {
	top: 98px;
}
#entete ul ul li {
	margin:0 0 0 5px;
}
#entete ul a:link, #entete ul a:visited {
	padding: 0 10px 1px 5px;
	line-height: 22px;
	display: block;
	width: 147px;
}

#entete ul a:hover, #entete ul a:active {
	background: #FE9F34;
	padding: 0 10px 1px 5px;
	line-height: 22px;
	display: block;
	width: 147px;
}
#entete ul a.over:link, #entete ul a.over:visited, #entete ul a.over:hover, #entete ul a.over:active {
	background: #FE9F34;
	padding: 0 10px 1px 5px;
	line-height: 22px;
	display: block;
	width: 147px;
}
#entete ul ul a:link, #entete ul ul a:visited {
	padding: 0 0 1px 5px;
	margin: 0 0 0 0;
	height: 22px;
	display: block;
	min-width: 230px;
	width: 200px;
}
#entete ul ul a:hover, #entete ul ul a:active {
	background: #3367AE;
	padding: 0 0 1px 5px;
	margin: 0 0 0 0;
	height: 22px;
	display: block;
	min-width: 230px;
}

#contenu {
	float: left;
	width: 60%;
	padding: 0 20px 0 15px;
	background: url(img/top_bis.gif) no-repeat;
	margin-top: 0px;
}
#contenu ul {
	margin:0;
	padding:10px 0 20px 0;
}
#contenu div ul {
	margin:0;
	padding:10px 0 0 0;
}

#contenu a.interne:link, #contenu a.interne:visited, #contenu a.interne:hover, #contenu a.interne:active {
	font-weight:bold;
	text-decoration:none;
	color: #ff9933;
}
#contenu li {
	margin: 0;
	padding: 0 0 0 8px;
	list-style-type:none;
	background: url(img/tiret.gif) no-repeat 0px 8px;
	text-align:justify;
}
p {
	text-align: justify;
	margin:0;
	padding:0 0 20px 0;
}
h1 {
	margin:0;
	padding:0;
	color: #3367A8;
	font-size: 19px;
	font-weight: normal;
	height: 65px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#contenu h2 {
	color: #3367A8;
	margin:0;
	padding:0 0 20px 0;
	font-size:15px;
}
#contenu h2 span {
	color: #3367A8;
	font-size:15px;
	font-weight:normal;
}

#contenu h2.nomarge, #contenu p.nomarge {
	padding: 0;
}
#contenu h3 {
	margin:0;
	padding:0 0 10px 0;
}
#contenu div p {
	padding:10px 0 0 0;
}
#contenu.projets p img {
	vertical-align:middle;
	display:block;
	float:left;
	margin-right:10px;
	border:1px #cccccc solid;
}
#contenu.projets p {
	clear:both;
	height:90px;
}
#contenu div {
	margin:0 0 20px 0;
}
#contenu div.orange {
	border-left: 5px #FE9F34 solid;
	padding-left: 10px;
}
#contenu div.bleu {
	border-left: 5px #3264C8 solid;
	padding-left: 10px;
}
/* formulaire contact */
form#renseigne {
	margin:0;
	padding:0;
	width: 400px;
}
form#renseigne input, form#renseigne label {
	padding:0;
	margin:1px 0;
	float:left;
	display:block;
}
form#renseigne label {
	clear: both;
	width:130px;
	padding-right:5px;
	height:20px;
	line-height:20px;
}
form#renseigne input {
	height:18px;
	width:150px;
	margin-right: 50px;
}
form#renseigne label.demande {
	padding-right:0;
	width:420px;
	padding-top:20px;
	float: none;
	height: auto;
}
form#renseigne p {
	font-style: italic;
	padding: 10px 0;
}
form#renseigne textarea {
	width: 285px;
	height:125px;
	margin-top:10px;
	display: block;
	margin:0;
}
form#renseigne .oblig {
	color: #3367A8;	
}
form#renseigne p.submit {
	font-style: normal;
	height:25px;
}
form#renseigne p.submit input {
	width: 36%;
	height: auto;
}
#col {
	float: left;
	width: 32%;
	padding: 3px 0 10px 0;
	margin-top: 0px;
}
#col * {
	color: #666666;
	text-align:left;
}
#col a:link, #col a:visited, #col a:hover, #col a:active {
	text-decoration: none;
}
#col h2 {
	background: url(img/titre_col.gif) no-repeat;
	height: 27px;
	line-height: 27px;
	font-size: 15px;
	font-weight: normal;
	margin: 0 9px 0 10px;
	padding: 0 0 0 7px;
}

#col p {
	padding: 10px 0;
	margin: 0 9px 0 10px;
}
#col.ref ul {
	background:url(img/fd_ssmenu_ligne.gif) no-repeat 50% 100%;
	padding: 0 0 15px 0;
	margin: 0 9px 0 10px;
}
#col.projets ul {
	background:url(img/fd_ssmenu_ligne.gif) no-repeat 50% 100%;
	padding: 10px 0 15px 0;
	margin: 0 9px 0 10px;
}

#col.ref li, #col.projets li {
	margin:0;
	padding: 3px 0 3px 8px;
	background: url(img/tiret_blanc.gif) no-repeat 0px 10px;
	list-style-type:none;
}
#col.reals p {
	background:url(img/fd_ssmenu_ligne.gif) no-repeat 50% 100%;
}
#col p img {
	margin: 5px 0 10px 0;
}
#col #ssmenu_col {
	margin:10px 0;
	padding:20px 0;
	background:url(img/fd_ssmenu_ligne.gif) no-repeat 50% 0%;
}
#col #ssmenu_col li {
	margin:0;
	padding:5px 17px;
	list-style-type: none;
	background:url(img/fd_ssmenu.gif) no-repeat;
	height:30px;
}
#contenu div#market {
	height: 195px;
	background: url(img/market_fd.gif) no-repeat;
	margin: 10px 0 10px -5px;
	padding:5px 0 0 0;
}
#market img.logo {
	margin: 0 0 10px 50px;
}
#market table {
	margin: 0 0 0 50px;
}
#contenu div#market td {
	font-size:12px;
}

div#market a:link, div#market a:visited {
	color: #3264C8;
	text-decoration: underline;
	font-weight: bold;
	font-size:12px;
}
div#market a:hover, div#market a:active {
	color: #3264C8;
	text-decoration: underline;
	font-weight: bold;
	font-size:12px;
}
#contenu #market ul {
	display:none;
}
#contenu #market li {
	margin:0;
	padding:0 0 0 9px;
	display: inline;
	list-style-type:none;
	background:none;
}

#contenu div#market .droite {
	text-align:right;
	padding-right:5px;
}


#pied {
	clear: both;
	background: #3367A8;
	height: 30px;
	text-align: center;
	width: 100%;
}

#pied a.alb:link, #pied a.alb:visited {
	color: #FE9F34;
	text-decoration: underline;
	font-size: 13px;
}
#pied a.alb:hover, #pied a.alb:active {
	color: #FE9F34;
	text-decoration: none;
	font-size: 13px;
}
#pied a:link, #pied a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 13px;
}
#pied a:hover, #pied a:active {
	color: #666666;
	text-decoration: underline;
	font-size: 13px;
}

#pied ul {
	margin:0;
	padding:0;
}
#pied li {
	margin:0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size: 13px;
	line-height:30px;
	color: #666666;
}
