/* Bienvenue */
/* Contenu de la bienvenue */
.bienvenue_container{	
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
margin:auto auto -20px;
/*width:95%;*/
}

.bienvenue_container_bis{	
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
margin:auto auto -20px;
width:98%;
}
/* Barre supérieur des bienvenue */
.bienvenue_top_l{
background:transparent url(images/top_left.png) no-repeat scroll left center;
height:49px;
width:20px;
float:left;
}
.bienvenue_top_r{
background:transparent url(images/top_right.png) no-repeat scroll right center;
height:49px;
width:20px;
float:right;
}
.bienvenue_top{
background:transparent url(images/top.png) repeat-x scroll 0 0;
color:#515C68;
font-size:12px;
font-weight:bold;
height:49px;
margin-left:20px;
padding-left:3px;
width:93%;
}
/* Titre et contenu de la bienvenue */
.bienvenue_top a.com{
}
a.bienvenue_title{
font-size:12px;
font-weight:bold;
color:#000000;
}

a.bienvenue_title:hover{
font-size:12px;
font-weight:bold;
color:#000000;
}

.bienvenue_content{
background:transparent url(images/content.png) repeat scroll 0 0;
margin-left:9px;
padding-left:1px;
text-align:justify;
width:580px;
}

.bienvenue_middle {
background:transparent url(images/bienvenue_right.png) repeat-y scroll right 0;
margin-left:4px;
margin-right:0;
}
.bienvenue_global {
background:transparent url(images/bienvenue_left.png) repeat-y scroll left 0;
}

/* Barre inférieure des bienvenue */
.bienvenue_bottom_l{
background:transparent url(images/bottom_left.png) no-repeat scroll left center;
height:50px;
width:20px;
float:left;
}
.bienvenue_bottom_r{
background:transparent url(images/bottom_right.png) no-repeat scroll right center;
height:50px;
width:21px;
float:right;
}
.bienvenue_bottom{
background:transparent url(images/bottom.png) repeat-x scroll 0 0;
font-size:10px;
height:50px;
margin-left:20px;
padding-left:2px;/* pour le mode une colonne gauche rajouter: padding-left:4px;*/
width:93%;/* pour le mode une colonne gauche: mettre width:94%;*/

}
