*{
	margin:0;
	padding:0;
	outline:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
#global {
	width:984px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}
#header {
	background:#fff url(/img/banner.jpg) top left no-repeat;
	height:235px;
}

h1 {
	float:left;
	margin-left:191px;
	margin-top:2px;
}
/* MENU */
#menu-competences {
	position:static;
	margin-top:2px;
	float:left;
	height:77px;
	overflow:hidden;	
}
#menu-competences.currentpage img, #menu-competences.menuactive img, #menu-competences a:hover img{
	margin-top:-77px;
}
#menu-references {
	margin-top:2px;
	float:left;
	height:77px;
	overflow:hidden;		
}
#menu-references.currentpage img, #menu-references.menuactive img, #menu-references a:hover img{
	margin-top:-77px;
}
#menu-differences {
	margin-top:2px;
	float:left;
	height:77px;
	overflow:hidden;		
}
#menu-differences.currentpage img, #menu-differences.menuactive img, #menu-differences a:hover img{
	margin-top:-77px;
}
#menu-contact {
	margin-top:2px;
	float:left;
	height:77px;
	overflow:hidden;		
}
#menu-contact.currentpage img, #menu-contact.menuactive img, #menu-contact a:hover img{
	margin-top:-77px;
}
.fullscreen {
	display:block;
	text-align:right;
	width:143px ;
	float:right;
	margin-right:4px;
	margin-top:39px;
}

/* SOUS-NAVIGATION */
.sous-nav{
	clear:both;
	/*width:645px;*/
	margin: 0 -20px;
	margin-bottom:30px;

	border-bottom:1px solid #fff;
	text-align:center;
	color:#000;
	font-size:11px;
	
}
.sous-nav li {
	display:inline;
	list-style:none;
	padding:2px;
	color:#ccc;
}
.sous-nav li a {
	text-decoration:none;
	color:#11739b;
	
}
.sous-menu-competence .sous-nav li a {
	color:#11739b;
}
.sous-menu-differences .sous-nav li a {
	color:#447c48;
}
.sous-menu-contact .sous-nav li a {
	color:#ac351d;
}
.sous-nav li a:hover {
	text-decoration:underline;
}
.sous-nav li a.currentpage {
	font-weight:bold;
}
/* CONTENT */
#content {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:705px;
	padding:24px 27px;
	color:#888;
	font-size:11px;
	overflow:visible;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
}
#content h2 {
	text-align:center;
	padding-bottom:30px;
	font-size:14px;
	font-weight:bold;
}
#content p {
	line-height:20px;
}
#content p a {
	color:#888;
	text-decoration:underline;
	font-weight:bold;
}
#content p a:hover {
	color:#888;
	text-decoration:none;
}
/* FORM CONTACT */
.form_contact {
	background:#fff;
	padding-top:30px;
	width:560px;
	margin:0 auto;
	text-align:left;
}
.form_contact div {
	margin-top:5px;
	margin-bottom:5px;
}
.form_contact div label {
	display:block;
	float:left;
	width:150px;
	text-align:right;
	margin-right:15px;
}
.form_contact div input {
	width:175px;
	border:1px solid #ac351d;
	text-align:left;
}
.form_contact div textarea {
	width:300px;
	height:150px;
	border:1px solid #ac351d;
	text-align:left;
}
.form_contact div.submit {
	text-align:left;
	overflow:auto;
	margin:0;
	margin-left:165px;
}
.form_contact div.submit input {
	margin-top:15px;
	color:#FFF;
	background:#ac351d;
	border:0;
	width:auto;
	padding:1px 3px; 
}
.error_message {
	background:#fff;
	padding-top:30px;
	width:560px;
	margin:0 auto;
	color:#FF0033;
}
.error_message ul {
	padding-left:30px;
}
/* REFERENCES */
.references-liste {
	overflow:auto;
}
.references-liste ul {
	margin-left:-26px;
}
.references-liste ul li{
	display:block;
	float:left;
	list-style:none;
	/*border:1px solid #eee;*/
	margin-left:26px;
	margin-bottom:10px;
}
.references-liste ul li img {
	height:60px;
	width:120px;
}
.references-liste ul li img:hover {
	opacity:0.5;
}
.reference_detail {
	clear:both;
	overflow:auto;
}
.reference_detail h2 {
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
	font-size:14px;
	font-weight:bold;
}
.reference_detail div.description{
	float:left;
	width:150px;
	margin-right:10px;
}
.reference_detail div.image {
	float:left;
	width:540px;
	/*border:1px solid #eee;*/
}
.reference_detail div.image img {
	width:540px;
}
#footer {
	clear:both;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	color:#758084;
	font-size:11px;
}
#footer a {
	color:#758084;
	text-decoration:underline;
}
#footer a:hover {
	color:#758084;
	text-decoration:none;
}


.competencesPage {
	color:#11739b;
	text-align:center;
	margin-bottom:40px;
}


.differencesPage {
	color:#447c48;
	text-align:center;
}
.contactPage {
	color:#ac351d;
	text-align:center;
}
.contenuPage {
	text-align:center;
}




