/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #016dac url(../images/bg.png) repeat-x;
	text-align: center;
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
}
#conteneur {
  	position: relative;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	top: 0px;
	left: 0px;
	position: absolute;
	background: url(../images/head.jpg) no-repeat;
	height: 247px;
	width: 810px;
}
#cont {
	top: 247px;
	left: 0px;
	width: 810px;
	position: absolute;
	float: left;
}
#texte {
	float: left;
	background: #FFFFFF url(../images/bg-texte.jpg) no-repeat right bottom;
	width: 760px;
	border-right: 5px solid #006faf;
	border-bottom: 5px solid #006faf;
	border-left: 5px solid #006faf;
	padding: 20px 20px 20px;
	height: 300px;
}
html>body #texte {
height: auto;
min-height: 300px;
}
#foot {
	float: left;
	width: 760px;
	padding: 0px 20px 5px;
}
div.demi {
	float: left;
	width: 370px;
	padding-right: 10px;
}
div.tiers {
	float: left;
	width: 250px;
	padding-right: 10px;
}
/* Menu */
#menu {
	top: 202px;
	left: 5px;
	position: absolute;
	height: 34px;
	width: 810px;
	font: 100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#menu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #DDF5FF;
}
#menu li {
	display: inline;
	height: 29px;
	padding-top: 15px;
	padding-right: 24px;
	padding-left: 24px;
	background: url(../images/cote-li.png) no-repeat left center;
	float: left;
}
#menu li:hover  {
	background: url(../images/bg-menu-hover.png) repeat left center;
}
/* Formulaire contact */
table.formulaire, div.formulaire {
	text-align: left;
	background: #F3F3F3;
	padding: 25px;
	border: 1px solid #CCCCCC;
}
table.formulaire {
	text-align: left;
}
table.formulaire td {
	padding: 5px;
	}
table.formulaire td.info {
	font-weight: bold;
}

/* Typo */
h1,h2,h3,h4,h5,h6 {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: #4bbfeb;
	text-align: left;
	margin-bottom: 8px;
}
h1,h2,h3,h4,h5,h6,p {
}
a {
	color: #17547a;
}
a:hover {
	text-decoration: none;
	color: #4bbfeb;
}
p, #texte ul, #texte ol {
	overflow: hidden;
	margin-bottom: 8px;
	font-size: 100%;
	color: #17547a;
	text-align: left;
}
#texte ul,#texte ol {
	padding-left: 20px;
}
strong, strong a {
	color: #4bbfeb;
	text-decoration: none;
}
#foot {
	font: 90% Arial, Helvetica, sans-serif;
	color: #DFEEFF;
}
#foot a {
	text-decoration: underline;
	color: #DFEEFF;
}
#foot a:hover {
	text-decoration: none;
}

/* Images */
img {
	border: none;
}
img.contact {
	float: right;
}
img.logo {
	top: 58px;
	left: 37px;
	position: absolute;
}
img.chiffre {
	float: left;
	padding-right: 5px;
}
.hauteur {
	margin-top: 10px;
}
img.gauche {
	float: left;
	margin-right: 10px;
}
img.droite {
	float: right;
	margin-left: 10px;
}
a img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
a:hover img, .submit:hover {
  opacity: 0.8;
  filter:alpha(opacity=80); 
}

