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

body{
  color: #333333;
  font: 12px Arial, Helvetica, sans-serif;
  margin: 20px 0;
	background:#999 url(/templates/public/wireframe/assets/bg.jpg) top left no-repeat;
}
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;
}

#pageWrapper{
background:#FFFFFF url(/templates/public/wireframe/assets/bg_content.gif) top left repeat-y;
}

#header{
/* height:162px; */
width:960px;
padding:0;
}

#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;
}

#nav {
  margin: 0;
  padding: 0 0 10px 0;
  height: 38px;
  width: 960px;
  background:#B1B1B1 url(/templates/public/wireframe/assets/top2.jpg) no-repeat;
}

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

#rightPane{
float: right;
width: 215px;
padding: 15px 10px 15px 20px;
background: #FFCC00;
}

#centerPane{
width:640px;
min-height:400px;
padding:10px 30px 40px 30px;
float:left;
}

#footer{
padding:0 0 5px 0;
background:#444444;
}

#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;
}
.organisme{
	border-bottom:2px solid #CCC;
	margin-bottom:20px;	
}

