/******************
 * COMMUN AUX BLOCS
 *******************/

.bloc DIV.header DIV.ligne {
	padding-left: 33px;
}

.bloc DIV.header DIV.ligne SPAN.titre {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #732813;
	padding: 0 7px;
	background-color: #FFF;	
	position: relative;
	top: -2px;
}

.bloc DIV.header DIV.ligne SPAN.notitre {
	display: none;
}

.bloc DIV.contenu { 
	padding: 14px;
}

/******************
 * BLOC1 (flèche)
 *******************/

.bloc1 DIV.header .ligne {
	background: transparent url("images/bloc1_fond_haut.png") repeat-x scroll 0 0;
	height: 12px;
}

.bloc1 DIV.header .coin_gauche {
	background: transparent url("images/bloc1_coin_haut_gauche.png") no-repeat;
	float: left;
	width: 6px;
	height: 12px;
}

.bloc1 DIV.header .coin_droite {
	background: transparent url("images/bloc1_coin_haut_droite.png") no-repeat;
	float: right;
	width: 7px;
	height: 12px;
}

.bloc1 .gauche {
	background: transparent url("images/bloc1_fond_gauche.png") repeat-y scroll 0 0;
}

.bloc1 .droite {
	background: transparent url("images/bloc1_fond_droite.png") repeat-y scroll top right;
}

.bloc1 DIV.footer .ligne {
	background: transparent url("images/bloc1_fond_bas.png") repeat-x scroll 0 0;
	height: 4px;
}

.bloc1 DIV.footer .coin_gauche {
	background: transparent url("images/bloc1_coin_bas_gauche.png") no-repeat;
	float: left;
	width: 6px;
	height: 4px;
}

.bloc1 DIV.footer .coin_droite {
	background: transparent url("images/bloc1_coin_bas_droite.png") no-repeat;
	float: right;
	width: 7px;
	height: 4px;
}


/******************
 * BLOC2 (effet "page")
 *******************/
.bloc2 DIV.header .ligne {
	background: transparent url("images/bloc2_fond_haut.png") repeat-x scroll 0 0;
	height: 2px;
}

.bloc2 DIV.header .coin_gauche {
	background: transparent url("images/bloc2_coin_haut_gauche.png") no-repeat;
	float: left;
	width: 2px;
	height: 2px;
}

.bloc2 DIV.header .coin_droite {
	background: transparent url("images/bloc2_coin_haut_droite.png") no-repeat;
	float: right;
	width: 5px;
	height: 2px;
}

.bloc2 .gauche {
	background: transparent url("images/bloc2_fond_gauche.png") repeat-y scroll 0 0;
}

.bloc2 .droite {
	background: transparent url("images/bloc2_fond_droite.png") repeat-y scroll top right;
}

.bloc2 .contenu {
	padding-left: 10px;	
	padding-right: 10px;
}	
		
.bloc2 DIV.footer .ligne {
	background: transparent url("images/bloc2_fond_bas.png") repeat-x scroll 0 0;
	height: 5px;
}

.bloc2 DIV.footer .coin_gauche {
	background: transparent url("images/bloc2_coin_bas_gauche.png") no-repeat;
	float: left;
	width: 2px;
	height: 5px;
}

.bloc2 DIV.footer .coin_droite {
	background: transparent url("images/bloc2_coin_bas_droite.png") no-repeat;
	float: right;
	width: 5px;
	height: 5px;
}
