/* CSS commun */

body {
	background-color: #7B9BA1;
	margin: 0px;
	padding: 0px;
}
ul, li, h1, h2 {
	margin: 0px;
	padding: 0px;
}
td {
	text-align: left;
	vertical-align: top;
}

/* Style pour le texte */

.italique {
	font-style: italic;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #669900;
	letter-spacing: 1pt;
	margin-bottom: 10px;
}
#cs {
	font-size: 11px;
	line-height: 16px;
}
.csBold {
	font-weight: bold;
	font-size: 12px;
}
#cs a {
	color: #669900;
}
#cs a:hover {
	color: #669900;
}
#cs li {
	margin-bottom: 2px;
	list-style-type: square;
	margin-left: 25px;
}
#cs td {
	border-bottom: 1px solid #669900;
	padding-top: 20px;
	padding-bottom: 5px;
}
.csB2 {
	font-size: 12px;
	font-weight: bold;
	color: #7B9BA1;
	letter-spacing: normal;
}
#cstab {
	font-size: 11px;
	line-height: 16px;
	list-style: none;
}
#cstab a {
	color: #669900;
	list-style: none;
	line-height: 24px;
}
#cstab a:hover {
	color: #669900;
}
#cstab li {
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
}

/* Boîtes de mise en forme */

#conteneur {
	background-color: #FFFFFF;
	width: 704px;
	border: 2px solid #475C7E;
	margin-right: auto;
	margin-left: auto;
}
#entete1 {
	height: 285px;
	width: 704px;
}
#texte {
	color: #475C7D;
	margin: 5px 20px 10px 30px;
	padding-top: 5px;
	font: 12px Arial, Helvetica, sans-serif;
}
#entete2 {
	height: 95px;
	width: 704px;
}

/* Menu */

div#menu1 {
	height: 130px;
	width: 565px;
	position: relative;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	margin: 20px auto 0px;
}
ul#menu {
	list-style: none;
}
#menu li {
	float: left;
	list-style: none;
	margin-right: 3px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #475c7e;
	letter-spacing: 1pt;
	width: 110px;
	display: block;
	text-align: center;
}
#menu a:hover {
	color: #B3D66F;
	background-color: #475c7e;
}
.nofloat {
	clear: both;
	float: none;
}
ul#smenu {
	position: absolute;
	left: 0px;
	top: 20px;
	list-style: none;
	height: 92px;
	width: 293px;
	visibility: hidden;
}
#smenu a {
	display: block;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: normal;
	letter-spacing: normal;
	color: #475C7E;
	padding: 0px 3px;
	border-top: 0px none;
	border-right: 1px solid #475C7E;
	border-bottom: 1px solid #475C7E;
	border-left: 1px solid #475C7E;
	width: 280px;
	text-decoration: none;
	margin: 0px;
	text-align: left;
	font-size: 12px;
}
#smenu a:hover {
	background-color: #BAD1EC;
	color: #475C7E;
}
#smenu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.gauche {
	float: left;
	margin: 5px 15px 15px 5px;
}
.droit {
	float: right;
	margin: 5px 15px 5px 5px;
}
#texte li {
	line-height: 18px;
	list-style: disc outside;
	text-align: left;
	margin-left: 30px;
}

/* Page témoignage */
.signature {
	font-style: normal;
	font-weight: bold;
	color: #669900;
	font-size: 12px;
	text-align: right;
	line-height: 25px;
}
.signature2 {
	font-style: normal;
	font-weight: bold;
	color: #669900;
	font-size: 12px;
	text-align: left;
	line-height: 25px;
}
