@charset "iso-8859-15";
/* auteur: Paul DE BOCK */
/* Site : www.monique.thiltges.eu */

/********************************************
           Positionnement des tableaux
*********************************************/
	/* Body page webset */
	html, body {
  	background-color: #752333;
	background-image: url('bkground.jpg');
	margin: 0px; 
	}

	#centrage {
     position:absolute;
     left: 50%; 
     width: 990px;
     margin-left: -495px; 
     /*border: 1px solid #000;*/
    }
	
	#cel990 {
	width: 990px;
	vertical-align: top;
	}

	.cel980 {
	width: 980px;
	vertical-align: top;
	}
	
	.cel720 {
	width: 720px;
	vertical-align: top;
	}

	.cel710 {
	width: 710px;
	vertical-align: top;
	}

	.cel680 {
	width: 680px;
	vertical-align: top;
	border:5px #dd2200 ridge; 
	padding:15px;
	}

	.cel480 {
	width: 480px;
	vertical-align: top;
	}
	
	.cel360 {
	width: 360px;
	vertical-align: top;
	}

	.cel240 {
	width: 240px;
	vertical-align: top;
	}
	
	.cel130 {
	width: 130px;
	text-align: center;
	vertical-align: top;
	}

	#celbaspage {
	width: 980px;
	height: 131px;
	}
	
	
	/* Conteneur pour la colonne de gauche - 2 colonnes */
	.colgauche {
	width: 355px;
	float: left;
	text-align: center;
	margin: 0 auto;
	}
	
	/* Conteneur pour la colonne de droite  - 2 colonnes */
	.coldroite {
	width: 355px;
	float: right;
	text-align: center;
	margin: 0 auto;
	}

	/* Conteneur pour la colonne de gauche - 3 colonnes */
	#colg3col {
	width: 236px;
	float: left;
	float: right;
	text-align: center;	
	}
	
	/* Conteneur pour la colonne du centre  - 3 colonnes */
	#colc3col {
	width: 236px;
	text-align: center;
	}

	/* Conteneur pour la colonne de droite  - 3 colonnes */
	#cold3col {
	width: 236px;
	float: right;
	text-align: center;	
	}

	

/********************************************
           Positionnement du webset
*********************************************/
	#entete {
    background-image:url('ws_entete.jpg');
    width: 980px;
	height: 228px;
	vertical-align: top;
    }
	
	#entete_acc {
    background-image:url('ws_entete_acc.jpg');
    width: 980px;
	height: 642px;
	vertical-align: top;
    }

	#coteg {
	background-image:url('ws_coteg.jpg');
	width: 130px;
	background-color: #4c1922;
	}
	
	#coteg_acc {
	background-image:url('ws_coteg_acc.jpg');
	width: 130px;
	}

	#coted {
	background-image:url('ws_coted.jpg');
	width: 130px;
	background-color: #4c1922;
	}
	
	#coted_acc {
	background-image:url('ws_coted_acc.jpg');
	width: 130px;
	}
	
	#fondpage {
	background-image:url('ws_fond.jpg');
	background-repeat: repeat-x;
	background-color: #4c1922;
	}
	
	#fondpage_acc {
	background-image:url('ws_fond_acc.jpg');
	background-repeat: repeat-x;
	background-color: #4c1922;
	}
	
	#bordtab {
	border-left:5px solid #F4BF79; 
	border-right:5px solid #F4BF79; 
	border-bottom:3px solid #F4BF79;
	}		

	#btrenvoi {
	text-align:right; 
	margin-top:50px; 
	margin-right:25px;
	}
/******************************************		
                  Alignement 
*******************************************/	
	
	.center {
	text-align: center;
	margin: 0px auto;
	} 
	
	.centertop {
	text-align: center;
	vertical-align: top;
	margin-top: 15px;
	} 
	
	.left {
	text-align: left;
	} 
	
	.right {
	text-align: right;
	display: block;
	} 
	
	.align_top {
	vertical-align: top;
	}
	
	.align_middle {
	vertical-align: middle;
	}



/*********************************************** 
				Les textes 
************************************************/	
	
	/* Normal - aligné à gauche - avec padding de 15px */	
	
			
	/* Normal - justifié - blanc - 8pt */
	.normalj {
	font-family : Verdana, Helvetica, Times;
	color : #FFF;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	} 

	/* Normal - justifié avec padding - blanc - 8pt */
	.normaljap {
	font-family : Verdana, Helvetica, Times;
	color : #FFF;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	} 

	
	/* Normal - gauche - blanc - gras - 10pt */
	.normallb {
	font-family : Verdana, Helvetica, Times;
	color : #FFF;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	} 

	/* Normal - gauche - blanc - - 8pt */
	.normaltxt {
	font-family : Verdana, Helvetica, Times;
	color : #FFF;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	} 

	
	/* Normal - centré - blanc - gras - 8pt */
	.normalc {
	font-family : Verdana, Helvetica, Times;
	color : #FFF;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	} 

	/* Normal - droit - blanc - 8pt */
	.normalr {
	font-family : Verdana, Helvetica, Times;
	color : #FFF;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	} 


	/* Légende des tableaux */
	.legende {
	font-family : Arial, Verdana, Helvetica, Times;
	color : #FFF;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	} 
	
	/* Légende des tableaux */
	.nomjounal {
	font-family : Verdana, Helvetica, Times;
	color : #FFF;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	margin-bottom:0px;
	} 

	
	/* Normal - centré - blanc - gras - 8pt */
	#copyright {
	font-family : Verdana, Arial, Times;
	color : #FFF;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	} 
	
	
	.journhead {
	font-family : Verdana, Arial, Times;
	color : #FFF;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	} 

	.journ14b {
	font-family : Verdana, Arial, Times;
	color : #FFF;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	padding: 15px;
	} 

	
	.journ12b {
	font-family : Verdana, Arial, Times;
	color : #FFF;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	text-align: justify;
	margin: 0px;
	} 

	.journ10b {
	font-family : Verdana, Arial, Times;
	color : #FFF;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	text-align: justify;
	} 

	.journ10n {
	font-family : Verdana, Arial, Times;
	color : #FFF;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	} 

	.evidence {
	font-family : Verdana, Arial, Times;
	color : #cb9ac5;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	text-align: justify;
	margin: 0px;
	} 
	
	.puce {
	font-family: Wingdings;
	}
	
	/* Les commentaies des tableaux */
	.span {
	display: block;
	text-align: justify;
	}
	
	#imgw3c {
	margin-top:10px;
	}
	
	#imglogo {
	margin-top:3px;
	}

	
/* Les bordures */	
	/* Pas de bordure aux images-liens */
	a img {
	border: none;
	}
	
	#bordarticle {
 	border:4px double #fff;
 	}
	
	.bordphoto {
    border:solid 3px #fff;
    }
	
/* Les liens */	
	a.lien1:link {
	color: #EEEEFF;
	text-decoration: underline;
	}
	
	a.lien1:hover {
	color: #830D0D;
	text-decoration: underline;
	}		
	
	a.lien1:visited {
	color: #F7F96F;
	text-decoration: underline;
	}
	
	
		
/********************************************
           Styles particuliers
*********************************************/
	
	#photo_acc {
	float:right; 
	margin-left:15px; 
	margin-top:10px; 
	margin-bottom:0px;
	} 
	
	#cadrecite {
     position:absolute;
     left: 50%; 
     width: 400px;
     margin-left: -200px; 
     border: outset #FFFFFF 5px;
     }
     
   #cadrepresseg {  
     width:300px; 
     padding:20px; 
     border:4px double #fff; 
     float:left;
     }
     
   #cadrepressed {  
     width:300px; 
     padding:20px; 
     border:4px double #fff; 
     float:right;
     }
   
	#cadrecontact {  
    width:320px; 
    text-align:center; 
    margin: 0 auto; 
    border: double 10px #fff;
    }
    
    .marpot {
    margin-top:30px;
    }
