* {
margin : 0;
padding : 0;
}
body {
	background : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	color : #4E7DB5;
}
#bandeau {
	background-image: url(images/ban.jpg);
	background-repeat: no-repeat;
	height: 74px;
	background-color: #4E7DB5;
	background-position: center;
}
#menu {
	float: left;
	width: 11%;
	background-color: #F0FBFB;
	padding: 10px;
	height: 400px;
}
#bloc {
	float: right;
	width: 11%;
	background-color: #FDF3F2;
	padding: 10px;
	height: 400px;
}
#contenu {
	margin-left: 11%;
	padding: 15px;
	text-indent: 10px;
	text-align: justify;
}
#pied {
	clear: left;
	background-color: #FFFFCC;
	text-align: center;
	margin-top: 20px;
}

h1 {
	text-indent: -50000px;
}
h3, h4 {
	padding-top: 4px;
	padding-bottom: 6px;
}
h2 {
text-align: center;
}
ul#navig {
margin: 0;
padding: 0;
font: bold 1em Verdana, Arial, Helvetica, sans-serif small;
list-style-type: none;
}
#navig a {
	display: block;
	margin: 5px 0;
	color: #3366FF;
	text-decoration: none;
	line-height: 25px;
	width: 112px;
	border: 1px solid blue;
	background: white;
	text-align: center;
	border-width: 1px 2px 2px 1px;
	border-color: #cecece #4e7db5 #4e7db5 #cecece;
	border-style: solid;
}
#navig a:hover, #navig a:focus {
border-width: 2px 1px 1px 2px;
border-color: #4e7db5 #cecece #cecece #4e7db5;
}
a:link
{
	color: #3366FF;
	text-decoration: none;
}
a:visited
{
	color: #3399FF;
	font-style: oblique;
	text-decoration: none;
} 
a:active 
{
	color: #3366CC;
}
a:hover {
	color: #CC00CC;
}
p {
	font-size: 12px;
	line-height: 22px;
}
table {
	margin: 10px;
}
td {
	padding: 8px;
}