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

body{
padding:15px 0;
}

#pageWrapper, #footer, #bottom{
overflow:hidden; height:1%; /* Fix pour le container au fond blanc qui s'étendait pas assez vite */
width:960px;
margin:0 auto 0 auto;
}

#pageWrapper{
border-top:#555 1px solid; 
border-left:#555 1px solid; 
border-right:#555 1px solid;
background:#fff; /*url(/templates/public/wireframe/images/tuile.gif) top left repeat-y; */
}

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

#header a#logo{
float:left;
display:block;
height:80px;
width:220px;
}
#header #language {
float:right;
text-align:right;
margin:0;
padding:3px 75px 0 0;
width:150px;
height:25px;
}
#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;
}

#leftPane{
width:200px;
padding:0px 0px 0px 0;
float:left;
}

#centerPane{
width:690px;
min-height:200px;
padding:10px 0px 40px 30px;
float:left;
}

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

#bottom{
border-bottom:#555 1px solid; 
border-left:#555 1px solid; 
border-right:#555 1px solid;
height:83px;
padding:0px 0 5px 0;
background:url(/templates/public/wireframe/images/bottom2.jpg) top left no-repeat;
}

#footer{
color:#666666;
padding:0px 0 5px 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;
}

.spacer{
clear:both;
height:5px;
width:5px;
}

.clear{
clear:both;
}

