/* CSS Document */
*{
margin:0;
padding:0;
}

body{
padding-top:0px;
}
a, a:link, a:active, a:visited{
	color:#333;
}
a:hover{
	color:#999;
}
#pageWrapper, #footer{
overflow:hidden; height:1%; /* Fix pour le container au fond blanc qui s'tendait pas assez vite */
width:960px;
margin:0 auto 0 auto;
/* min-height:300px; */
}

#header{
height:115px;
width:960px;
padding:0 15px 0px 15px;
background:#000000 url(/templates/public/wireframe/images/header2.jpg) top left no-repeat;
}

#header img{
padding:0 0 0 6px;
}
#header #language {
float:right;
text-align:right;
margin:0;
padding:3px 75px 0 0;
width:150px;
height:22px;
}
#language a, #language a:visited {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
#language a:hover {
color:#CCCCCC;
font-weight:bold;
text-decoration:none;
}
#headerLinks, #headerSearch{
float:left;
width:560px;
}
#headerLinks{
height:30px;
}

#headerSearch{
margin-top:25px;
height:20px;
}
#breadcrumbs_home {
margin:0px 0 0 42px;
}
#breadcrumbs {
color:#999999;
margin:-15px 0 0 40px;
}
#leftPane{
width:250px;
padding:10px 0 10px 40px;
float:left;
}

#rightPane{
width:250px;
margin:270px 0 0 0;
padding:10px 10px 10px 0;
float:right;
}

#nav{
/* position:relative; */
margin:0 0 0 0;
width:250px;
padding:0 0 10px 0;
float:left;
}

#centerPane{
width:630px;
margin:0px 0 0 0;
padding:10px 0 40px 4px;
float:left;
}

#footer{
padding:10px 0 20px 0;
}

#home{
margin:10px;
min-height:400px;
}

#home #centerPane{
/* float:left; */
width:670px;
padding:0;
margin-right:5px;
}

#home #centerPane #left, #home #centerPane #right{
float:left;
width:340px;
}

#home #centerPane #left{
margin-right:5px;
}

#home #centerPane #bottom{
clear:both;
}

#home #rightPane{
float:left;
width:245px;
padding:0;
}

#homePhoto{
height:260px;
margin-bottom:5px;
}

#homeIntro{
height:130px;
padding:5px;
}

#homeNews{
padding:5px;
height:397px;
}

#home #centerPane .box{
float:left;
width:223px;
height:240px;
margin-right:5px;
}

#home #rightPane .box{
margin-bottom:5px;
padding:5px;
} 
.slogan { 
	color:#FFFFFF; 
	font: bold 2.0em helvetica,arial,sans-serif;
	letter-spacing: -1px;  
	position:relative; 
	margin-bottom: -20px;
	padding:5px 0;
	left: 165px;   /* to the left */
	top: -80px;   		/* upwards */
	display: block;
	width:425px;
}
.spacer{
clear:both;
height:5px;
width:5px;
}

.clear{
clear:both;
}

.style11 {color: #929496}
.style12 {color: #FFFFFF}
.style14 {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
}
.style15 {
	font-size: 12px;
	font-weight: bold;
}