/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Verdana,sans-serif;
	line-height: 13px;
	color:#96979a;
	height:100%;
}

img {border:0}
table#gallery{height:100%;}
table#gallery tr{vertical-align:middle;}
table#gallery td img{ margin-left: 10px; }

div.collapse{ margin: 0;}	
div.collapse-container{padding:0px;}

a:link {
	text-decoration: none
}

a:active {
	text-decoration: none
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus{-moz-outline-style: none;}

#menu {
	background-color: #FFF;
	position: fixed;
	top: 2px;
	bottom: 0;
	left: 0px;
	width: 280px;
	height: 100%;
	overflow: auto
}

#leftScroll {
	background: #FFF url('/gfx/left.png') center center no-repeat;
	position: fixed;
	top: 0px;
	left: 280px;
	width: 38px;
	height: 100%;
	overflow: auto
}

#rightScroll {
	background: #FFF url('/gfx/right.png') center center no-repeat;
	position: fixed;
	top: 0px;
	bottom: 0;
	right: 0px;
	width: 38px;
	height: 100%;
	overflow: auto
}

#menu h3 {font-size: 11px;padding:0;font-weight:normal;}

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

#menu #logo {
	margin: 0 0 20px 0;
	border:0;
}

#menu img {
	margin: 5px 0 ;
}
#menu li { 
	font-size:11px;
	padding:0 0 5px 0;
}

#menu li li { 
	font-size:11px;
	padding:0 0 1px 0;
}

.bullet {
	width:1px;
	height:8px;
	float:left;
	margin:2px 9px 0 0;
}

#infos{
	position: fixed;
	background:#FFF;
	font-size:13px;
	color:#96979a;
	top: 0px;
	right: 0px;
	width:100%;
	padding:5px 35px 2px 5px;
	text-align:right;
}

#content {
	height: 100%;
	position:absolute;
	top:0;

}

.container {
	padding: 20px 20px 0 20px;
}


#pageContainer {
	padding: 177px 20px 20px 280px;
}

#contact {
	width:700px;
	padding: 0 20px;
}

#contact .america{
	width:250px;
	float:left;
}

#contact .france{
	width:180px;
	float:left;
}

#contact .adam{
	width:100px;
	float:left;
}


#contact a {
	color:#96979a;
}

#contact b {
	font-weight: normal;
	text-transform:uppercase;
	color:#0093A9;
}

#newsletter {
	float:right;
}

.fieldname {
	float:left;
	padding:5px 0;
}
.field {
	padding:2px 0;
	float:right;
}
.field input {
	background:#FFF;
	border:1px solid #96979a;
}

.clear{
	clear:both
}

#contactMenu {
	display:block;
	text-indent:-999px;
	margin:20px 0 20px 0;
	width:120px;
	height:20px;
}

#contactMenu.inactive {
	background: url(/gfx/menu-contact.png) no-repeat;
}

#contactMenu.inactive:hover {
	background: url(/gfx/menu-contact-up.png) no-repeat;
}

#contactMenu.active {
	background: url(/gfx/menu-contact-active.png) no-repeat;
}

#contactMenu.active:hover {
	background: url(/gfx/menu-contact-active.png) no-repeat;
}
