body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	background-color: #4f5051;
	color: #2a2a2a;
}

p {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
	border: 0;
}

.contact {
	width: 800px;
	margin: 0 auto;
	height: 20px;
	text-align: right;
}

.right {
	display: table;
	float: right;
	line-height: 20px;
	background-color: white;
}

#right {
	color: orange;
	font-weight: bold;
	margin: 0 10px;
}

.right a {
	color: #2a2a2a;
	font-weight: bold;
	text-decoration: none;
	margin: 0 10px;
}

.right a:hover {
	color: orange;
}

.menu ul{
	display: table;
	margin: 0 auto 0 auto;
	padding: 0;
	list-style-type:none;
}

.menu li {	
	float: left;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
}

.header {
	width: 800px;
	margin: 0px auto 0 auto;
	text-align: center;
}

.menu {
	width: 800px;
	margin: 0 auto 0 auto;
	height: 30px;
	text-align: center;
	background: url('images/menubar.jpg') center no-repeat;
}

.menu a {
	display: block;
	text-decoration: none;
	padding: 0 15px 0 15px;
	font-weight: bold;
	color: #2a2a2a;
}

.menu a:hover {
	background-image: url('images/menubg.jpg');
	color: white;
}

.hover {
	background-image: url('images/menubg.jpg');
	color: white;
	display: block;
	padding: 0 15px 0 15px;
	font-weight: bold;
}

.boite {
	width: 800px;
	margin: 10px auto;
	background-color: white;
}

.sousboite {
	background-color: white;
}

.contenu {
	margin: 10px;
	margin-left: 0;
	height: auto;
	min-height: 580px;
}
	
.menug {
	width: 200px;
	background-color: #3fb7f4;
	text-align: center;
	font-weight: bold;
	color: #2a2a2a;
}

.menug a {
	display: block;
	text-align: left;
	padding-left: 20px;
	text-decoration: none;
	font-weight: normal;
	color: #2a2a2a;
	background-image: url('images/menugbg.jpg');
}

.menug a:hover {
	background-image: url('images/menugbghover.jpg');
	color: white;
}

.hover2 {
	background-image: url('images/menugbghover.jpg');
	color: white;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
}	

.main {
	width: 580px;
	float: right;
	text-align: justify;
	margin-bottom: 15px;
}
	
.main a {
	color: #2a2a2a;
	/*text-decoration: none;*/
}

.main a:hover {
	color: orange;
}

.footer {
	clear: both;
	/*margin-bottom: 10px;*/
	text-align: center;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: orange;
	border: 1px solid orange;
	margin: 0;
}
	
.box {
	border: 1px solid orange;
	border-top: 0;
	padding: 5px;
}

.description {
	text-align: justify;
}

.banniere {
	text-align: center;
	margin-top: 5px;
}

.kits {
	width: 560px;
	margin: 0 auto;
	clear: both;
}

.kits ul {
	list-style: none;
	float: left;
	margin: 0;
	padding:0;
	margin-left: 15px;
}

.kits li {
	display: block;
	width: 345px;
	line-height: 20px;
	vertical-align: middle;
}

.kits img {
	float: left;
}

.kits p {
	float: left;
	margin-top: 26px;
	background-color: #ffedc4;	
	width: 171px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
}

.kits p a {
	display: block;
}

p.separateur {
	width: 3px;
}

.color {
	background-color: #ffedc4;
}

br {
	clear: left;
}

.apercu {
	width: 560px;
	margin: 0 auto;
}

.apercu p {
	float: left;
	width: 140px;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
}

td {
	padding-left: 10px;
	padding-right: 10px;
}

.impair {
	background-color: #E7F2FE;
}

tr {
	line-height: 25px;
	vertical-align: middle;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
}

#droite {
	text-align: right;
}

#droite img {
	vertical-align: middle;
}