@import url(bloc-recherche.css);
@import url(bloc-dossiers.css);

/**
Contient la définition du positionnement des blocs principaux de la mise en page
*/

body {
text-align: center;
}

#BLOC_GLOBAL {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
/*width: 790px;*/
width: 990px;
text-align: left;
}



#BLOC_GAUCHE {
float: left;
}

#BLOC_BULLES {

}

#BLOC_DOSSIERS {
width: 203px;

}

#BLOC_LANGUES {
margin-top:22px;
font-size: 0.8em;
width: 203px;
margin-left: 15px;
}


#BLOC_COREDEM {
	margin-top: 50px;
	margin-left: 15px;
	width: 203px;
}

#BLOC_COREDEM p {
	font-size: 10px;
	color: #1A171B;
}


#BLOC_ENTETE {
padding-top: 55px;
margin-left: 220px;
width: 350px;
font-size: 0.9em;
}

#BLOC_ENTETE strong {
font-size: 1.1em;
}

#BLOC_RECHERCHE {
float: right;
}

#BLOC_CORPS {
/*position: relative;*/
margin-left: 220px;
padding-top: 20px;

/*width: 350px;*/
}

#BLOC_TITRE, #BLOC_TEXTE, #BLOC_ORGANISME {
/*width: 350px;*/
width: 540px;
}

#BLOC_TEXTE {
float: left;
margin-top: 15px;
}

#BLOC_ANNEXE {
float: right;
width: 210px;
margin-bottom: 30px;
}

#BLOC_ORGANISME {
clear:both;
margin-top: 15px;
}

#BLOC_FLECHE {
clear:both;
position: relative;
height: 1px;
}

#BLOC_FLECHE2 {
position: absolute;
display: block;
bottom: 3px;
right: 190px;
}

#BLOC_LOGO {
display: none;
/*margin-left: 220px;*/
}

#BLOC_PIEDDROIT {
margin-top: 30px;
margin-left: 580px;
width: 210px;
font-size: 0.8em;
}