body {
	font-family: Verdana, Arial, sans-serif;
	behavior: url(csshover.htc);
}

h1 {
	color: #FFF;
	background-color: #FFFFFF;
	text-align: center;
	font-style: italic;
}

table {
	width: 100%
}


/*********************/
/*declaration des div*/
/*********************/

#conteneur {
	width: 700px;
	height: auto;
	margin: 10px auto 0 auto
}

#banniere {
	width: 700px;
	height: 150px;
	background: url("images/ampoule-led-de-decoration.jpg") no-repeat;
	margin-bottom: 10px
}

#menu {
	width: 700px;
	height: 30px;
	background: #70B6F2;
	margin-bottom: 10px
}

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

#menu ul li {
	display: table-cell;
}

#menu  a {
	display: block;
	width: 175px;
	color: #FFF;
	height: 30px;
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
}

#menu a:hover {
	background: url(images/menu-over.gif) no-repeat;
}

/*Partie Centrale*/

#block {
	width: 698px;
	background: #70B6F2;
	border: 1px solid #1B63DB;
	padding-bottom: 10px;
}

#block p {
	color: #FFF;
	font-style: italic;
	font-size: 1.1em;
	text-align: justify;
	padding: 10px
}

#sousblockg {
	width: 200px;
	float: left;
}

#sousblockd {
	width: 498px;
	float: right;
}

#footer1 {
	width: 700px;
	margin: auto;
}

#footer1 p {
	text-align: center;
	color: #70B6F2;
	font-size: 0.7em;
}

#footer1 a {
	color: #70B6F2;
	font-size: 0.7em;
	text-decoration: none;
	font-weight: lighter;
	text-align: center;
	margin-bottom: 0;
}

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

#footer2 {
	width: 695px;
	margin: auto;
}

#footer2 p {
	color: #70B6F2;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	margin-top: 10px
}

.img1{
	margin: 10px;
	width: 150px;
	border: 0;
}

.img2 {
	width: 190px;
}

.table1 {
	width: 100%;
}