/* --- STYLES DE BASE ---  ALSACREATIONS.com */ 

/* Page */

html {
	background-color: #6CB763;
	height:100%;
}

body {
    margin: 0;
    padding: 0; /* Remettre ŕ zéro si nécessaire. */
    font-family: Verdana, sans-serif;
    font-size: .8em; 
    color: #333333;
	background : url(../images/bg_body.jpg) repeat-x;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold;
    font-style: normal;
}
h1 {
    font-size: 1.75em;
	color:#F4A216;
}
h2 {
    font-size: 1.6em;
	font-weight:normal;
	color:#66B343;
	margin:0.75em 0 0 0;
}
h3 {
    font-size: 1.55em;
	color:#F4A216;
	font-weight:normal;
	margin:0;
}

h3.small_h3 {
	font-size: 1.3em;
}

h3 a {
color:#F4A216;
text-decoration:underline;
}

h4 {
	color:#404190;
	font-weight:bold;
    font-size: 1.2em;
	text-align:right;
	margin: 0 0.3em 0 0;
}

/* Listes */
ul, ol {
    margin: .35em 0 .5em 25px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: 0.4em 0;
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;
	color: #F4A216;
	font-weight:bold;
	font-size:0.9em;
}

a:hover, a:focus, a:active {
    color: #007DC6;
}
a img {
    border: none;
}

/* Divers éléments de type en-ligne */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select{
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}


/* Les textes */
.bleu {
	color:#333333;
	}

.rose {
	color:#333333;
	}
	
.violet {
	color:#333333;
	}
	
.rouge {
	color:#333333;
	}
	
.center {
	text-align:center;
	}
	
.retrait {
	text-indent:1em;
	}
	
.guide {
	text-align:center;
	font-size:16px;
	color:#af2e8d;
	}
	
	
.image_hover {
	position:absolute;
	display: none;
}

a.lien_hover {
	position: relative;
}

a:hover span.image_hover {
	display:block;
	top:250px;
	left:278px;
	border: 5px solid #CC9900;
	}



/**********************************************************************/
/**************************** NUAGE DE MOT CLE ***************************/
/********************************************************************/		
		
	.lien0 {
		font-size: 14px;
		text-transform: lowercase;
		color: #d88212;
		text-decoration: none;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	.lien1 {
		font-size: 10px;
		text-transform: uppercase;
		color: #ffd271;
		font-weight: normal;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	
	.lien2 {
		font-size: 10px;
		text-transform: lowercase;
		color: #ead19a;
		text-decoration: none;
		font-weight: bold;
	}
	
	.lien3 {
		font-size: 12px;
		text-transform: capitalize;
		color: #ffc000;
		text-decoration: none;
		font-style: italic;
		font-weight: bold;
	}
	
	.lien4 {
		font-size: 12px;
		text-transform: capitalize;
		color: #eca03d;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
