/* headings */ 

h1 {
	color: #FC9804;
	font: italic normal bold 250% Rage-italic, Papyrus, Calibri, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 4px;
	text-transform: capitalize;
	border: 1px #FC9804;
	clear:both;	
}

h2 {
	color: #000066;
	font: italic normal bold 300% Rage-italic, Papyrus, Rage-italic, Papyrus, Calibri, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 3px;	
}

h3 {
	color: blue;	
	font: italic normal bold 150% Rage-italic, Papyrus, Calibri, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: underline;
	letter-spacing: 3px;
	text-transform: capitalize;
}

h4 {
	color: #000066;
	background-color: yellow;
	width: 250px;
	font: italic normal bold 125% Rage-italic, Papyrus, Calibri, Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 3px;
	text-transform: capitalize;
}

h5 {
	color: #000066;
	background-color: yellow;
	
	font: italic normal bold 125% Rage-italic, Papyrus, Calibri, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 3px;
	text-transform: capitalize;
}

/* normal text */ 

p.sans_indent {
	color: #000066;
	font: italic normal bold 180% Rage-italic, Papyrus, Rage-italic, Papyrus, Calibri, Arial, Helvetica, sans-serif;
	text-indent:0px;
}

/* normal text, attention p normal est avec indent */ 
p {
	color: #000066;
	font: italic normal bold 180% Rage-italic, Papyrus, Rage-italic, Papyrus, Calibri, Arial, Helvetica, sans-serif;
	text-indent:100px;
}

p.texte_introduction {
	background-color: #99FF33;
	font: italic normal bold 120% Rage-italic, Papyrus, Calibri, Arial, Helvetica, sans-serif;
	margin: 5px 50px 5px 50px;
	position: absolute;
	top: 150px;
	left: 150px;
}

p.texte_compteur {
	color: #FC9804;
	font: italic normal bold 150% Rage-italic, Papyrus, Calibri, Arial, Helvetica, sans-serif;
    clear:left;
}

p.comments {
	color: #804000;
	background-color: #99FF33;
	font: italic normal bold 120% Rage-italic, Papyrus, Calibri, Arial, Helvetica, sans-serif;
	position:absolute;
	top: 250px;
	left: 10px;
	width: 400px;
	border: 1px solid black;
}

p.poesies {
	font: italic normal bold 150% Rage-italic, Papyrus, Calibri, Arial, Helvetica, sans-serif;
}

.floatstop {
	clear: both;
}

/* droits */

p.droits {
	color: #FFFFFF;
	font: normal bold 100% Rage-italic, Papyrus, Calibri, Arial, Helvetica, sans-serif;
	clear:left;
}
	

/* body */ 

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 20px 10px 30px;
}

body.background_page_index {
	background-color: #000000;
	Background-repeat: no-repeat;
}

body.background_page_presentation {
	background-color: #660033;
}

body.background_page_biographie {
	background-color: #FF6600;
}

body.background_page_photos {
	background-color: black;
}

body.background_page_normal {
	background-color: red;
	background-image: url('images/moiseindex1.jpg');
}

/* table */ 

#table_index {
	position:absolute;
	top: 300px;
	left: 500px;
	border-spacing: 40px;
	width: 500px;
}

#table_photos {
	border-spacing: 15px;
}

th {
	text-align: center;
}

td {
	text-align: center;
}

/* list */



/* liens */

a:link {
	color: #3300CC;
	
}

a:visited {
	color: #CC0000;
	
}

a:active {
	background-color: #FFFF00;
	
}

a:hover {
	color: #9900CC;
	font-style: italic;
	
}

a.drapeaux_liens {
	position:absolute;
	top: 5px;
	right: 20px;  
	width: 50px; 
	height: 40px;
}

a.lien_mail {
	clear:both;
	width: 64px; 
	height: 48px;
}

/* boxes */


/* boxes en colonnes de la page index */

#box_index_gauche {
	float:left;
	width: 20%;
}

#box_index_centre {
	float:left;
	width: 70%;
}
	
#box_index_droite {
	float:left;
	width: 10%;
}

/* boxes en colonnes de la page poésies */

#box_poesie_gauche1 {
	float:left;
	width: 20%;
}

#box_poesie_gauche2 {
	float:left;
	width: 17%;
}
	
#box_poesie_centre {
	float:left;
	width: 30%;
}

#box_poesie_droite1 {
	float:left;
	width: 18%;
}
	
#box_poesie_droite2 {
	float:left;
	width: 15%;
}

/* bannière de roumanie.be */

div.banniere {
    color: #000000; 
    padding: 10px 10px 10px 10px;
    background: yellow; 
    border: 1px solid yellow;
    font: italic normal bold 200% Rage-italic, Papyrus, Calibri, Arial, Helvetica, sans-serif; 
    text-align: center; 
    letter-spacing: 4px; 
    text-transform: capitalize; 
    width: 800px;
    float: none;
}
/* liens partenaires */
div.box_liens_partenaires {
	display: none;
	border-bottom: 1px solid black;
  	border-top: 1px solid black;
  	border-right: 1px solid black;
  	border-left: 1px solid black;
	height: 200px;
	width : 100px;
	color: black;
	font: normal 25% Calibri, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	bottom: 150px;
	left: 10px;
}

/* boutons liens entre les pages */

span.bouton_lien {
	float:left;
  	margin: 2px 5px 2px 5px;
  	padding: 2px;
  	width: 120px;
  	border-top: 1px solid #cccccc;
  	border-bottom: 1px solid black;
  	border-left: 1px solid #cccccc;
  	border-right: 1px solid black;
  	background: #cccccc;
  	text-align: center;
  	text-decoration: none;
  	font: normal 100% Rage-italic, Papyrus, Calibri, Arial, Helvetica, sans-serif;
  	color: black;
  	clear:both;
}

span.bouton_lien:link, visited {
	float:left;
   	margin: 2px 5px 2px 5px;
  	padding: 2px;
  	width: 100px;
  	border-top: 1px solid #cccccc;
  	border-bottom: 1px solid black;
  	border-left: 1px solid #cccccc;
  	border-right: 1px solid black;
  	background: #cccccc;
  	text-align: center;
  	text-decoration: none;
  	font: normal 10px Verdana;
  	color: black;
  	clear:both;
}

span.bouton_lien:hover
{
	float:left;
  	background: #eeeeee;
  	clear: both;

}

span.bouton_lien:active
{
	float:left;
  	border-bottom: 5px solid #eeeeee;
  	border-top: 5px solid black;
  	border-right: 5px solid #eeeeee;
  	border-left: 5px solid black;
  	

}

/* colonnes */

#column1 {
	float:left;
	width: 33%;
}

#column2 {
	float:left;
	width: 33%;
}

#column3 {
	float:left;
	width: 33%;
}

/* annonces google */

/* recherche google */

div.google_recherche {
	margin: 2px 5px 20px 5px;
}

/* annonce google page index */

div.google {
	clear:both;  
}

/* annonce google page liens */

div.google_index_gauche {
	position:absolute;
	bottom: -100px;
	left: 5px;
	z-index: 3;  
}

div.google_index_droite {
	position:absolute;
	top: 300px;
	right: 5px;
	z-index: 3;  
}

/* unordered list */

ul.box {
	color: #000066;
	font: italic normal bold 120% Rage-italic, Papyrus, Rage-italic, Papyrus, Calibri, Arial, Helvetica, sans-serif;
	text-indent:0px;
	text-align: center;
	background-color: yellow;
	list-style-type: none
}


