html {
	margin: 0;
	padding: 0;
	background: #C4D6F0 url(img/navig-background.gif) repeat-y left;
}

body {
	margin: 0;
	padding: 0;
	background: #C4D6F0 url(img/background.gif) repeat-x top;
	color: black;
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
}

img {
	border: 0;
}

h1 {
	margin: 0;
	background: white url(img/background.gif) repeat-x;
	height: 174px;
	z-index: 2;
}

#ban {
	margin: 0;
	position: absolute;
	top: 0;
	right: 66px;
	z-index: 1;
}

h2 {
	margin: 0;
	position: absolute;
	width: 66px;
	height: 100%; 
	top: 0;
	right: 0;
	background-color: #55A1D5;
	color: #55A1D5;
}

hr {
	clear: both;
	background-color: #55a1d5;
	color: #55a1d5;
	height: 1px;
}

hr.clear {
	visibility: hidden;
}


h3 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	background: url(img/leavi-puce-a.jpg) left no-repeat;
	padding-left: 35px;
	line-height: 20px; 
}

h4 {
	font-size: 16px;
	font-weight: bold;
	background: url(img/leavi-puce-b.jpg) left no-repeat;
	padding-left: 30px;
	line-height: 20px; 
}

h5 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

h6 {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter {
	background-color: transparent;
	color: #55A1D5;
}

address {
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin: auto;
}

address .style1, address .style1 a {
	background-color: transparent;
	color: #55A1D5;
	text-decoration: none;
}

address .style2, address .style2 a {
	background-color: transparent;
	color: white;
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
}

#contenu {
	margin: 0;
	padding: 0;
	border-right: 66px solid #55a1d5;
	background: #c4d6f0  url(img/navig-background.gif) repeat-y left;
}

#navigation{
	margin: 0;
	padding: 65px 0 0 0;
	position: absolute;
	top: 200px;
	left: 0px;
	background: transparent url(img/navig_top.jpg) no-repeat top;
	color: white;
	width: 218px;
}

#navigation2 {
	margin: 0;
	padding: 0;
	background: #55A1D5 url(img/navig-background.gif) repeat-y right;
	color: white;
	list-style: none;
}

#navigation2 li {
	text-align: right;
	padding-right: 66px;
	margin-bottom: 10px; 
}

#navigation2 a, #navigation2 a:hover {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
}

#navigation2 a {
	background-color: transparent;
	color: white;
}

#navigation2 a:hover {
	background-color: transparent;
	color: #F5F8C2	
}


#texte {
	padding: 0;
	margin: 50px 100px 0 250px; 
	font-size: 14px;
}

#menu {
	clear: both;
	height: 20px;
	margin: 0;
	padding-left: 10px;
}

#menu li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#menu a {
	float: left;
	background: #f3f3f3;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin: 5px 2px;
	border: 1px solid #666;
	text-decoration: none;
	color: #666;
}

#menu a.active {
	border: 1px solid #55A1D5 !important;
	background: #fff;
	color: #000;
}

#menu a:hover {
	background: #fff;
}

#copyright {
	margin: 0;
	font-size: 10px;
	text-align: center;
}

abbr, acronym, dfn {
	background-color: transparant;
	color: #217ab7;
	cursor: help;
	border-bottom: 1px dashed #217ab7;
}

.gauche {
	float: left;
	margin: 0 20px 20px 0;
}

.droite {
	float: right;
	margin: 0 0 20px 20px;
}

.center {
	text-align: center;
	margin: auto;
}

fieldset {
	margin: 10px;
	border: 1px solid #55A1D5;
	padding: 20px;
}

legend {
	background-color: transparent;
	color: #55A1D5;
	font-weight: bold;	
}

th {
	background-color: #55A1D5;
	color: white;
	font-weight: bold;	
	text-align: left;
	padding: 4px;
}

td {
	padding: 4px;
}

input.inputtext, textarea {
	border: 1px solid #55A1D5;
}

blockquote {
	float: right;
	margin: 10px 0 10px 10px;
	padding: 5px;
	background: #f5f8c2; 
	border: 1px solid #f7e53e;
}
