/*************************** 
CHARTE DE NOMAGE CSS
.nomdumodule_section_nomdustyle{
}

Feuille de style modele a utiliser comme base de travail
pour les modules appelant les bloc.

*****************************/

/*--------------------- Pour l'ensemble des blocs -----------------------*/
h2.titre{
	margin-bottom:10px;
	font-size:20px;
	color:#760b0d;
	text-transform:uppercase;
	font-weight:normal;
}

h4.accroche{
	display:none;
	margin-bottom:14px;
	font-size:20px;
	color:#760b0d;
	text-transform:uppercase;
	font-weight:normal;
	background:url(../images/puce_accroche.gif) no-repeat 0 8px;
	padding-left:12px;
}

div.intro{
	margin-bottom:10px;
	
}

.corps a{
	text-decoration:underline;
	color:#66553B;
}

.corps a:hover{
	color:#760b0d;
}

.corps ul {
	margin:0;
	padding:0;
	padding-left:20px;
}

.corps ul li {
	margin:5px 15px 5px;
	list-style-type:square;
}

.bloc_separateur {
	float:left;
	width:649px;
	background:url(../images/separateur.gif) repeat-x;
	height:6px;	
	margin-bottom:10px;
	margin-top:10px;
}

p{
	margin:0;
	padding:0;
}

/*--------------------- text-----------------------*/
.bloc_text{
	margin-bottom:5px;
	margin-top:5px;
}

/*--------------------- text image -----------------------*/
.bloc_textimage{
	text-align:left;
	margin-bottom:5px;
	margin-top:5px;
}

.bloc_textimage_visuel{
    float:left;
	width:250px;
	margin-right:5px;
}

.bloc_textimage_visuel_top {
    float:left;
	width:250px;
	background:url(../images/image_250px_top.gif) no-repeat;
	height:22px;
}

.bloc_textimage_visuel_center {
    float:left;
	width:231px;
	background:url(../images/image_250px_fond.gif) repeat-y;
	padding-left:21px;
}

.bloc_textimage_visuel_center img {
	border:none;
}

.bloc_textimage_visuel_bottom {
    float:left;
	width:250px;
	background:url(../images/image_250px_bottom.gif) repeat-y;
	height:27px;
}

.bloc_textimage .contenu {
	float:left;
}

/*--------------------- text 2 images -----------------------*/

.bloc_textimage2 {
	float:left;
	width:649px;
}

.bloc_textimage2_visuels {
	float:left;
	width:250px;
	margin-right:5px;
}

.bloc_textimage2_visuels img {
	border:none;
}

.bloc_textimage2_visuel_1 {
	float:left;
	width:250px;
	height:19px;
	background:url(../images/2images_250px_01.gif) no-repeat;
}

.bloc_textimage2_visuel_2 {
	float:left;
	width:237px;
	background:url(../images/2images_250px_02.gif) repeat-y;
	padding-left:13px;
}

.bloc_textimage2_visuel_3 {
	float:left;
	width:250px;
	height:48px;
	background:url(../images/2images_250px_03.gif) no-repeat;
}

.bloc_textimage2_visuel_4 {
	float:left;
	width:218px;
	background:url(../images/2images_250px_04.gif) repeat-y;
	padding-left:32px;
}

.bloc_textimage2_visuel_5 {
	float:left;
	width:250px;
	height:21px;
	background:url(../images/2images_250px_05.gif) no-repeat;

}

.bloc_textimage2_textes {
	float:left;
	width:394px;
	background-image:none;
}


/*--------------------- image -----------------------*/
.bloc_image{
	text-align:left;
	margin-bottom:5px;
	margin-top:5px;
}

.bloc_image_visuel_top {
    float:left;
	width:649px;
	background:url(../images/image_649px_top.gif) no-repeat;
	height:40px;
}

.bloc_image_visuel_center {
    float:left;
	width:612px;
	background:url(../images/image_649px_fond.gif) repeat-y;
	padding-left:37px;
}

.bloc_image_visuel_center img {
	border:none;
}

.bloc_image_visuel_bottom {
    float:left;
	width:649px;
	background:url(../images/image_649px_bottom.gif) repeat-y;
	height:46px;
}

/*--------------------- 2 images seules -----------------------*/
.bloc_image2{
	margin-bottom:5px;
	margin-top:5px;
}

.bloc_image2 img{
	border:none;
}

.bloc_image2 .image2{
	margin-left:15px;
}

.bloc_image2 .legende{
	font-size:10px;
	width:100%;
	text-align:center;
}

/*--------------------- Fichier -----------------------*/
.bloc_fichier{
	margin-bottom:5px;
	margin-top:5px;
}

.bloc_fichier a{
	color:#66553B;
	text-decoration:underline;
	margin-left:5px;
}

.bloc_fichier a:hover{
	color:#760b0d;
}

/*--------------------- vidéo -----------------------*/
.bloc_video{
	margin:0;
	padding:0;
	margin-bottom:5px;
	margin-top:5px;
	text-align:left;
}

.bloc_video .video{
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}

.bloc_video .description{
}

/*--------------------- Wiki -----------------------*/
/* Tableau */
.wiki_table{
	border:1px solid #333333;
	border-collapse:collapse;
	font-size:11px;
	color:#370c33;
	background-color:#f6ecd8; 
}

.wiki_table th { /* TITRE : code wiki : ~  */
	color:#fff;
	font-weight:bold;
	background-color:#9a4f4e; 
	border:1px solid #333333;
	border-collapse:collapse;
	padding:3px;
	text-align:center;
}

.wiki_table td {
	border:1px solid #333333;
	margin:0;
	padding:3px 5px;
}

.wiki_table td.alternate { /* code wiki : %  */
	background-color:#ecd6c4; 
}

