

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #363636; }
a:active {
	text-decoration: none;
	color: #363636;
}
a:visited {
	text-decoration: none;
	color: #363636;
}
a:hover { text-decoration: none; color: #363636;background-color: #FFFF00;}
a img { border: none; }

#site { 	
  position:absolute;
  height:700px; 
  width:916px;
  margin:0px 0px 0px 0px;
  top: 5%; 
  left: 5%;
  text-align: left;
  padding: 0px;
  background-color: #fff;
  /** border: 1px solid #ccc; */
  overflow: hidden;
}

#logo {
    top: 5px;
   	right: 14px;
    position: absolute;
		background-color: #fff;
		text-align: right;
}

#menu {
    width: 100%;
    top: 545px;
    overflow: auto;
    position: absolute;
		background-color: #fff;
}
#barre {
	height:1px;
	width:900px;
	top: 40px;
	position: absolute;
	background-color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 0;
	display: inline;
	padding-top: 5px;
}

#menu ul li.section-title {
	margin: 0 10px 0 0;
	color: #363636;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#menu ul li.section-title:hover { 
		color: #363636;background-color: #FFFF00;
}

#menu ul li { 
		display: none;
}

#subMenu  { 
    width: 100%;
    top: 605px;
    overflow: auto;
    position: absolute;
		background-color: #fff;
}

#subMenu ul li {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

#subMenu span { 
		color: #363636;
}

#content {
		position: absolute;
		width: 100%;
		top: 15px;
		height: 530px;
		background-color: #fff;
		overflow: hidden;
}

#contenu {
		position: absolute;
		width: 100%;
		top: 0px;
		height: 405px;
}

#text {
		position: absolute;
		width: 13%;
		top:  20px;
		left: 805px;
}

#images {
		position: absolute;
		width: 40%;
}

.container {
    padding: 0 0 0 0;
}

.text1 {
    color: #363636;
}

#content p {  }

p {
    margin: 0 0 9px 0;
}

h1 {
    color: #fff;
    font-size: 10px;
    font-weight: normal;
}

h2 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h3 {
	color: #000;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
