@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, table, object, iframe, form, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
	background-color: #005680;
	color: #2a2d2e;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #195CA3;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	padding-top: 40px;
}
h2 {
	color: #195BA5;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}

a,  a:link {
  color: #009696;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #3b6e72;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #007171;
  text-decoration: underline;
}
a:focus {
  color: #007171;
}
a:active {
  color: #034248;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 780px;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	border-bottom: solid 1px #568176;
	padding: 10px 10px 10px 20px;
	height: 140px;
	background-image: url(images/fond_bandeau.jpg);
}


#outerWrapper #navbarre {
	background-color: #92C4B8;
	padding: 10px 5px 2px 40px;
	height: 20px;
}
#outerWrapper #navbarre ul {
	margin: 0;
	padding: 0;
}
#outerWrapper #navbarre li {
	display:inline;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:1em;
	padding-right: 20px;
	padding-left: 20px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #edf6e4;
	border-left: solid 1px #7cbaaa;
	float: right;
	padding: 10px 10px 10px 10px;
	width: 200px;
	min-height: 380px;
}
#outerWrapper #contentWrapper #content {
	margin: 0 220px 0 0;
	padding: 10px 10px 10px 25px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #footer {
	background-color: #AAD2C7;
	border-top: solid 1px #7cbaaa;
	padding: 10px 10px 10px 10px;
	height: 150px;
	background-image: url(images/fond_bandeau.jpg);
	background-repeat: repeat-y;
}
p {
	margin-top: 6px;
	color: #333;
	margin-left: 6px;
}
#outerWrapper #footer #identite {
	float:left;
	width: 50%;
	padding-left: 15px;
}
#outerWrapper #footer #contact {
	float: right;
	width: 55%;
}

input {
	margin: 3px;
	padding-left: 3px;
	background-color:#E9FEF8;
}
#outerWrapper #piedpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.rubrique {
	background-image: url(images/degrade_v.png);
	background-repeat: repeat-x;
}
#outerWrapper #footer #identite2 {
	float: right;
	width: 45%;
}
.float_letf {
	float: left;
}
.float_right {
	float: right;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #54B9A7;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: normal;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	line-height: normal;
}
h5 {
	color: #195CA3;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}
