/*blocs.css*/

/* LES BLOCS BLEUS */
/* LARGE */
.bloc_bleu_large, .bloc_bleu_48_left, .bloc_bleu_48_right, .bloc_bleu_56_right
{
	border-top: silver 0px solid;
	border-bottom: silver 0px solid;
	border-left: silver 0px solid;
	border-right: silver 0px solid;
	background-color: #e8f7fe;	
	margin-left: 0px;
	margin-bottom: 0px;
}


.bloc_bleu_large
{
	width: 100%;
}
.bloc_bleu_48_left
{
	width: 48%;
	float: left;
}
.bloc_bleu_48_right
{
	width: 48%;
	float: right;
}

.bloc_bleu_56_right
{
	width: 56%;
	float: right;
}

.bloc_bleu_contenu
{
	background-color: #e8f7fe;
	font-size: 0.9em;
	border-left: silver 1px solid;
	border-right: silver 1px solid;
	border-top: transparent 1px solid;
	border-bottom: transparent 1px solid ;
	
	padding-top: 0px;
	
	z-index: 10;
	
	
}

.bloc_bleu_top
{
	height: 30px;
	width: 100%;
	background-color: transparent;
	background-image: url(../images/bloc_bleu/top.png);
	background-repeat: repeat-x;
	z-index: 10;
}
.bloc_bleu_bottom
{
	height: 30px;
	width: 100%;
	background-color: transparent;
	background-image: url(../images/bloc_bleu/bottom.png);
	background-repeat: repeat-x;
	z-index: 10;
}



.bloc_bleu_top_left, .bloc_bleu_top_right, .bloc_bleu_bottom_left, .bloc_bleu_bottom_right
{
	height: 30px;
	width: 30px;
	background-color: transparent;
	background-repeat: no-repeat;
	z-index: 20;
}

.bloc_bleu_top_left
{
	background-image: url(../images/bloc_bleu/top_left.png);
	float: left;
}
.bloc_bleu_top_right
{
	background-image: url(../images/bloc_bleu/top_right.png);
	float: right;
}
.bloc_bleu_bottom_left
{
	background-image: url(../images/bloc_bleu/bottom_left.png);
	float: left;
}
.bloc_bleu_bottom_right
{
	background-image: url(../images/bloc_bleu/bottom_right.png);
	float: right;
}

/* FIN DES BLOCS BLEUS */


#bloc_noir_left
{
	border: silver 0px solid;
	width: 48%;
	margin-left: 0px;
	float: left;
	clear: right;
}
#bloc_noir_right
{
	border: silver 0px solid;
	width: 48%;
	margin-left: 0px;
	float: right;
}

.bloc_noir_large
{
	border: silver 0px solid;
	width: 100%;
	margin-left: 0px;
	float: left;	
}

.bloc_noir_400_left
{
	border: silver 0px solid;
	width: 400px;
	margin-left: 0px;
	float: left;	
}

.bloc_noir_400_right
{
	border: silver 0px solid;
	width: 400px;
	margin-left: 0px;
	float: right;	
}

.contenantBlocBleuLarge
{
	margin: 20px;
}

/* BLOC NOIR */
.bloc_contenu
{
	border: silver 1px solid;
	font-size: 0.9em;
	/*background-color: #C2EBFF;*/
	background-color: #E8F7FE;
	/*background-image: url(../images/bloc_noir/back_bloc_noir1.png);*/
	background-repeat: repeat-x;
	background-position: bottom right;
	height: 100%;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}
.bloc_contenu p
{
	margin-left: 5px;
	margin-right: 5px;
	font-style: italic;
}

.bloc_top
{
	height: 46px;
	background-image: url(../images/bloc_noir/top.png);
	background-repeat: repeat-x;
	z-index: 10;
}
.bloc_top_left
{
	height: 46px;
	width: 50px;
	float: left;
	background-image: url(../images/bloc_noir/top_left.png);
	background-repeat: no-repeat;
	background-position: left;
	z-index: 20;
}
.bloc_top_right
{
	height: 46px;
	width: 24px;
	background-image: url(../images/bloc_noir/top_right.png);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	z-index: 20;
}

.bloc_bottom
{
	height: 46px;
	background-image: url(../images/bloc_noir/bottom.png);
	background-repeat: repeat-x;
	display: block;
	clear: both;
	z-index: 10;
}
.bloc_bottom_left
{
	height: 46px;
	width: 24px;
	float: left;
	background-image: url(../images/bloc_noir/bottom_left.png);
	background-repeat: no-repeat;
	background-position: left;
	z-index: 20;
}
.bloc_bottom_right
{
	height: 46px;
	width: 24px;
	background-image: url(../images/bloc_noir/bottom_right.png);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	z-index: 20;
}


.bloc_top_titre
{
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	margin-top: 13px;
}
/* FIN BLOC NOIR */


/* SOUS BLOCS */
.sous_bloc1, .sous_bloc2
{
	border: black 0px solid;
	color: #333333;
	height: 72px;
	width: 325px;
	background-repeat: repeat-x;
    z-index: 10;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 1px;
}
.sous_bloc1
{
	background-image: url(../images/sous_bloc3/tout.png);
}
.sous_bloc2
{
	background-image: url(../images/sous_bloc4/tout.png);
}


.sous_bloc1_left, .sous_bloc1_right
{
	height: 72px;
	width: 10px;
	background-repeat: no-repeat;
	z-index: 20;
}
.sous_bloc1_left
{
	
	background-image: url(../images/sous_bloc3/left.png);
	float: left;
	
}
.sous_bloc1_right
{
	background-image: url(../images/sous_bloc3/right.png);
	float: right;
}

.sous_bloc2_left, .sous_bloc2_right
{
	height: 72px;
	width: 10px;
	background-repeat: no-repeat;
	z-index: 20;
}
.sous_bloc2_left
{
	
	background-image: url(../images/sous_bloc4/left.png);
	float: left;
	
}
.sous_bloc2_right
{
	background-image: url(../images/sous_bloc4/right.png);
	float: right;
}
.sous_bloc_contenu
{
	border: 0px dotted;
	margin-left: 60px;
	margin-top: 10px;
}
.sous_bloc_lien_morceau
{
	border: 0px solid;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
}
.sous_bloc_texte
{
	font-size: 0.7em;
}


.avatars_morceaux_small /* devra être un carré parfait */
{
	border: 1px solid #999999;
	height: 48px;
	width: 48px;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	float: left;
}

.avatars_morceaux_large /* devra être un carré parfait */
{
	border: 3px outset white;
	margin-top: 0px;
	max-height: 130px;
	max-width: 130px;
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

/* BLOC PRESENTATION DU MORCEAU */
.presentation_morceau
{
	font-size: 0.75em;
}
.presentation_morceau p
{
	margin-bottom: 5px;
}
