body {
	background-color: #e5ecf4;
	margin: 0px;
	font-family:Arial,Helvetica,sans-serif;
}

img {
	border:0px;
}

.cb {
	clear:both;
}


h1, h2, h3 {
	color: #942304;
	font-weight: normal;
}

h2 {
	border-bottom: 1px #1c4d80 solid;
}

h3 {
	text-decoration: underline;
}

#site {
	margin:0 auto;
	text-align:center;
	width:1000px;
	border: 1px #1c4d80 solid;
	background-color: #fff;
}

#pre_header {
	height:20px;
	background-image: url('img/background_pre_header.png');
}

#header {
	height:80px;
	background-color: #6f96bf;
}

#header_logo {
	float:left;
}

#header_pub {
	padding: 10px;
}
#header_menu {
	clear: both;
	height: 25px;
	background-image: url('img/background_header_menu.png');
	text-align:left;
}
#header_menu a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
#header_menu a:hover {
	text-decoration: underline;
}

#header_menu ul {
	margin: 0px;
	padding: 2px;
}
#header_menu li {
	list-style: none;
	display: inline;
	padding: 0 15px;
	background: url('img/header_menu_sep.png') repeat-y right;
}


#page {
	text-align: left;
	padding: 10px;
}

#content {
	width: 670px;
	float: left;
}
#menu {
	width:300px;
	float: right;
}

#menu .titre {
	color: #1c4d80;
	border-bottom: 1px #1c4d80 solid;
	padding-left: 10px;
}


#footer {
	background-color: #dbdded;
}

#footer a {
	color: #0e1864;
	text-decoration: none;
	font-size: 0.7em;
}

#footer a:hover {
	text-decoration: underline;
}



/* -- table comparatif */

.formcompare {
	border-collapse: collapse;
	border-spacing: 0;
}

.formcompare th {
	text-align: center;
}
.formcompare td {
	border-color: #dbdded;
	border-style: solid;
	border-width: 1px 2px;
	padding: 4px;
	text-align:center;
}

.formcompare td.tdtitre {
	text-align:left;
}

.formcompare tr.titrecat td{
	border-width: 2px 0px;
	font-weight: bold;
}
