#global{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
 
#titre{
	color: #FFFFFF; 
	font-size: 14px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	line-height: 1px;
}

.promo{
	position: absolute; 
	left: 640px; 	
	top: 330px !important;
	top: 340px !important!;
	top: 340px;	
}

html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	color: #000000;
}

a:hover {
	color: #000033;
}

.clear {
	clear: both;
}

body {
	background: #000033;
	text-align: center;
	font: 11px arial, sans-serif;
	padding: 0 0 0 0;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
  position: relative;
}

/** header **/
#header {
  padding-top: 1px;
}

#nav {
  padding-top: 244px;
	background-color: #CCCCCC;
}
#nav ul {
  margin: 0;
  padding: 0;
  height: 36px;
  line-height: 36px;
  background: bottom left url(../images/nav_lit2.gif) repeat-x;
}
#nav li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 10px;
	height: 36px;
  line-height: 36px;
}
#nav li.home {
  background: bottom left url(../images/nav_drk2.gif) repeat-x;
}
#nav li.home a {
	cursor:pointer;
	color: #CCCCCC;
}
#nav li.home a:hover{
	cursor:pointer;
	color: #CCCCCC;
}
#nav a {
  font: 16px "Times New Roman", Times, serif;
  color: #CCCCCC;
  text-decoration: none;
	height: 36px;
  line-height: 36px;
}
#nav a:hover {
  color: #000033;
}

/** content **/

#content {
  padding-left: 20px;
	background-color: #CCCCCC;
}
#content h2 {
  font: 20px arial, sans-serif;
  color: #000033;
  font-weight: normal;
  padding: 1px 1px 1px 8px;
  margin-top: 22px;
}

#content p {
  margin-left: 11px;
  line-height: 1.4;
	font-size: 14px;
}

.lastLine{
	padding-bottom: 5px;
}

.lastLineCourtoisie{
	padding-bottom: 5px;
	padding-top: 10px !important;
	padding-top: 30px !important!;
	padding-top: 30px;	
}

#content li {
	padding-top: 10px;
	margin-left: 25px !important;
	margin-left: 10px !important!;
	margin-left: 15px;	
	font-size: 14px;
	line-height: 0.5em;		
}

#content a {
  text-decoration: none;
}

#content a:hover {
  color: #000033;
	text-decoration: underline;
}

#content .left-col {
  float: left;
	width: 350px;
}

#content .right-col {
  float: right;
	width: 350px;
	padding-right: 30px;
}

#content #home {
  margin-right: 50px;
  font-size:13px;
  color: #000033;
	text-align:justify;
}

#footer {
  color: #FFFFFF;
  padding: 10px;
	height: 200px;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer .left {
	text-align: left;
  float: left;
  width: 300px;	
}

#footer .right {
	text-align: right;
  float: right;
  width: 300px;	
} 
#footc {
  height: 20px;
}


