#conteneur{
	margin-left: auto;
	margin-right: auto;
	width:949px;
}

.header{
        height:98px;
	width:949px;
	margin:0;
	padding:0;
}

.logo{
	width:238px;
	height:98px;
	cursor:pointer;
	float:left;
	position:absolute;
	/*background-color:#BA0000;*/
}

.bandeau{
	width:711px;
	height:98px;
	padding-left:238px;
}

.langues{
	width:79px;
	height:98px;
	float:left;
}

.infos{
        width:632px;
        height:98px;
        float:left;
        background:url(../images/haut.gif);
}

.bandeau_bas{
       /*height:100%;*/
        position:absolute;
        width:632px;
}

.ligne_haut{
        clear:both;
        width:949px;
        height:5px;
        background:url(../images/centre_01.gif) no-repeat;
}

/** CENTRE **/
.center{
        width:949px;
        min-height:473px;
        margin:0;
        padding:0;
		background:url(../images/centre_02.gif) repeat-y top left;
}
.menu{
        position:fixed;
		width:139px;
        height:473px;
        /*float:left;*/
}
.corps{
        width:800px;
        min-height:473px;
        margin-left:145px;
}
.fond_droite{
        float:left;
        width:10px;
        height:473px;
}
.footer{
        clear:both;
        width:949px;
        height:23px;
        text-align:center;
        background:url(../images/centre_03.gif) no-repeat;
        padding-top:10px;
}
.footer a{
        color:#000;
        padding-left:10px;
        padding-right:10px;
}
.footer a:hover{
        /*color:#BA0000;*/

}

#my_popup, #my_chargement{
	width:506px;
	min-height:48px;
	position:fixed;
	top:200px;
	left:50%;
	margin-left:-250px;
	z-index:1000;
}

#my_popup{top:88px;}

#my_popup .my_popup_haut, #my_chargement .my_chargement_haut{
	width:506px;
	background:url(../images/bulle-haut.gif) no-repeat;
	height:11px;
}

#my_popup .my_popup_centre, #my_chargement .my_chargement_centre{
	width:506px;
	background:url(../images/bulle-centre.gif) repeat-y top left;
	min-height:40px;
}

#my_popup .my_popup_bas, #my_chargement .my_chargement_bas{
	width:506px;
	background:url(../images/bulle-bas.gif) no-repeat;
	height:10px;
}

#my_popup .my_popup_actions{
	text-align:right;
	width:506px;
	height:20px;
}

#my_popup_contenu, #my_chargement_contenu{
	min-height:20px;
	margin-left:20px;
	width:460px;
}


#my_popup_large{
	width:900px;
	min-height:48px;
	position:fixed;
	top:88px;
	left:50%;
	margin-left:-450px;
	z-index:1000;
}

#my_popup_large .my_popup_large_haut{
	width:900px;
	background:url(../images/bulle-large-haut.gif) no-repeat;
	height:9px;
}

#my_popup_large .my_popup_large_centre{
	width:900px;
	background:url(../images/bulle-large-centre.gif) repeat-y top left;
	min-height:40px;
}

#my_popup_large .my_popup_large_bas{
	width:900px;
	background:url(../images/bulle-large-bas.gif) no-repeat;
	height:10px;
}

#my_popup_large .my_popup_large_actions{
	text-align:right;
	width:900px;
	height:20px;
}

#my_popup_large_contenu{
	min-height:20px;
	margin-left:20px;
	width:850px;
}


