html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #82abff;
	/*background-image: url('/media/img/bg-black.jpg');*/
	background-image: url('../img/bg_bleu.png');
	background-repeat: repeat-x;

	font-family: calibri, arial;
	color: #333;
}

div#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

div#header {
	/*background: url('/media/img/texture-quadrillee.png') repeat;*/
	/*padding-bottom: 15px;*/
	text-align: center;
}

div#header-wrapper {
	margin: 5px 0 10px 0;
	background: url('../img/gradient-white-transparent.png') repeat-y;
}

div#content {
	font-size: 120%;
}

div#main {
	padding: 10px 20px;
	margin: 0;
	background: url('../img/texture-quadrillee.png') repeat;
}

div#main-wrapper {
	background: url('../img/gradient-white-transparent.png') repeat-y;
}

div#content,
div#content_before_menu,
div#submenu {
	padding: 5px 10px;
	margin: 0px;
	background: url('../img/white-transparent-bg.png') repeat;
}

div#footer {
	background: url('../img/texture-quadrillee.png') repeat;
	font-family: Arial;
	padding: 4px;
}

div#footer-wrapper {
	margin-top: 10px;
	background: url('../img/gradient-transparent-white.png') repeat-y;
}

div#footer>p#footer {
	background: url('../img/logo.min.png') no-repeat 100% 0%;
	margin: 3px;
}

div.round-corner {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	border: solid 1px #DDD;
}

div#navMenu {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	padding-top: 5px;
}

div#navMenu li {
	background: url('../img/menu-button.gif') #fff bottom left repeat-x;
	padding: 2px 2px;
	border: 0.1em solid #dcdce9;
}

div#navMenu li a {
	font-family: Arial;
	font-size: 1em;
	color: #1C94C4;
	text-decoration: none;
}

div#navMenu li a:hover {
	color: #DA4A48;
}

div#navMenu li.selected {
	font-weight: bold;
}

div#breadcrumb {
	list-style: none;
	text-align: right;
	border-bottom: solid 1px #aac;
	padding: 8px 4px;
	background: url('/media/img/white-transparent-bg.png') repeat;
}

div#breadcrumb li {
	display: inline;
}

img#banniere {
	height: 80px;
	padding: 5px 0 5px 0;
	margin: 0;
}

p#error404 {
	width: 120px;
	height: 80px;
	background: url('/media/img/404.gif') repeat;
	background-position: middle center;
}

div.google-map-container {
	height: 300px;
}

div#footer p {}

div#tabs ul>li>a {
	font-weight: bold;
}

h1#title {
	font-size: 1em;
	text-align: right;
	display: inline;
	color: #5f6f9f;
	font-weight: normal;
}

h1 {
	margin: 0;
	color: #5f6f9f;
	text-align: center;
}

h2 {
	margin-top: 0px;
	color: #5f6f9f;
	/*
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-bottom-width : 1px;
	border-top-width : 1px;*/
}

h3 {
	margin-top: 0px;
	color: #54659a;
}

h4 {
	margin-top: 25px;
	color: #455595;
}

h5 {
	color: #405090;
}

h6 {
	color: #374b87;
}

p {}

ul {
	list-style-type: none;
}

a img {
	border: none;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
	border: solid 4px #eeeef0;
	vertical-align: text-top;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
	border: solid 4px #eeeef0;
	vertical-align: -30%;
}