body{
	background: #0075a8;
	font-family: arial;
	line-height: 140%;
}

p{
	margin-bottom: 15px;
}

h1{
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}

h2{
	color: #00A6eb;
	font-size: 15px;
}

#cgauche h2{
	background: url(images/puce.gif) 0 9px no-repeat;
	border-bottom: 1px solid #00A6eb;
	padding-left: 10px;
	margin-bottom: 15px;
	margin-top: 25px;
}

#cdroit h2{
	background: url(images/puce.gif) 172px 9px no-repeat;
	margin-bottom: 25px;
	margin-top: 5px;
	text-align: right;
}

#contenu ol{
	list-style: decimal;
	padding-left: 40px;
}

#contenu ul{
	list-style: disc;
	padding-left: 40px;
	font-weight: bold;
}

nav a{
	background: url(images/bg_menu.gif);
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	display: block;
	padding-inline: 15px;
	color: white;
	font: bold 13px;
	border-right: white solid 1px;
	letter-spacing: 2px;
	float: left;
	transition: all 200ms;
}

nav a:hover{
	background: url(images/bg_menu_hover.gif);
	font-size: 120%;
}

#principal{
	background: white;
	width: 758px;
	margin: auto;
	border: 1px solid black;
}

header{
	height: 201px;
	margin: auto;
	background: url(images/header.jpg);
}

nav{
	background: #1b658c;
	height: 28px;
	border-top: 1px solid white;
	margin: auto;
}

footer{
	background: #2f4256;
	margin: auto;
	text-align: center;
	color: white;
	margin-top: 15px;
	line-height: 25px;
}

#cgauche{
	width: 457px;
	float: left;
	margin-left: 8px;
	margin-right: 35px;
	margin-top: 8px;
	font-size: 12px;
}

#cdroit{
	background: url(images/bg_contact.gif) right repeat-y;
	border: 1px dotted; black;
	width: 234px;
	float: left;
	padding: 7px;
	margin-right: 8px;
	margin-top: 8px;
	padding-bottom: 15px;
	font-size: 12px;
}

#cdroit p{
	margin-bottom: 15px;
}

#cdroit a{
	color: black;
	font-weight: bold;
}

.slicknav_menu{
	display: none;
}

.clear{
	clear: both;
}