#Bandeau{
  width : 95%;
  margin : auto;
  margin-top : 10px;
  box-shadow : 5px 5px 5px #000;
  border-radius : 10px;
  -moz-box-shadow : 5px 5px 5px #000;
  -moz-border-radius : 10px;
  -webkit-border-radius : 10px;
  -webkit-box-shadow : 5px 5px 5px #000;
  display : none;
 }
 
#Bandeau p {
  margin : 0;
  font-size : 16px;
  font-family: 'Comic Sans MS', cursive;
  color : #cf0000;
  text-shadow :#ff3f3f 2px 2px 1px;
  text-align : center;
  /*filter : shadow(direction=120, color=#FF3F3F, strength=2);*/
}

#Bandeau img{
  float : right;
  margin : 5px;
  border : 2px solid #cf0000;
  height : 70px;
}

#Bandeau .TitreCadre img{
   position : absolute;
   left : 10px;
   top : -10px;
   height :40px;
   border : 0px;
   margin : 0;
 }

.Form
{
	height: 90px;
	width: 220px;
  
}

#Pub
{
	height: 220px;
	width: 220px;
	
}

#Rech
{
	height: 220px;
	width: 220px;
	
}

#Forums
{
	height: 220px;
	width: 220px;
		
}

#Agenda
{
	height:528px;
	width:220px;
	
}

.TitreCadre
{
  position : relative;
  border-radius:10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  background: #9EB6FE; /* old browsers */
  background: -moz-radial-gradient(center center, #ffffff 0%, #B2C3F4 50%, #9EB6FE 100%); /* firefox */
  background: -webkit-gradient(radial, center top, 0, center top, 130, from(#f0f0f0), color-stop(0.5, #B2C3F4), to(#9EB6FE)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDDEE1', endColorstr='#9EB6FE',GradientType=0 );
	height:20px;
	text-align:center;	
	
	color : #0000A0;
	font-family: 'Comic Sans MS', cursive;
	font-weight:bold;

}

.CorpsCadre
{
	border: #9EB6FE solid 3px;
	height:100%;
	text-align:left;
	overflow:auto;
	border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
}

.CorpsCadre a
{
	display: block;
	text-decoration:none;
	font-size:smaller;
	margin:3px;
	font-weight : bold;
}

.CorpsCadre a:hover
{
	text-decoration:underline;
}

.Annonce
{
width: 100%;
border-bottom: #0066FF solid 1px;
font-size:small;
}

.Annonce p{
text-align : center;
font-weight:bold;
width:50%;
color : #fff050;
background: #207cca; /* old browsers */
padding : 2px;
-moz-border-radius : 5px;
-webkit-border-radius : 5px;
border-radius : 5px;
border : blue 1px solid;
}



