@charset "UTF-8";
/* CSS Document */


/* astuce d'Etienne pour corriger le problème de la fin des boites flottantes - porobleme du conteneur des boites*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
* html .clearfix{height:1%;}





/* ---- backgrounds ----*/

#bg_roses {
	background-color:#c5c0c6;
	background-image: url(../images/backgrounds/fond_roses.jpg);
	background-repeat: no-repeat;
}

#bg_hamlet {	
	background-color:#000000;
	background-image: url(../images/backgrounds/bg_hamlet.jpg);
	background-repeat: no-repeat;
}


#bg_accueil {
	background-image: url(../images/backgrounds/fuschia_lund.jpg);
	background-repeat: no-repeat;
}


#bg_accueil2 {
	background-image: url(../images/backgrounds/bg_accueil_new1.jpg);
	background-repeat: no-repeat;
}

#bg_painting_nature2 {
	background-color:#000000;
	background-image: url(../images/backgrounds/bg_painting_nature_3.jpg);
	background-repeat: no-repeat;
}


#bg_horses {
	background-color:#000000;
	background-image: url(../images/backgrounds/bg_horses.jpg);
	background-repeat: no-repeat;
}

#bg_painting_nature {
	background-color:#000000;
	/*background-image: url(../images/backgrounds/leaf_painting.jpg);
	background-repeat: no-repeat;*/
}

#bg_poppy {
	background-color:#000000;
	background-image: url(../images/backgrounds/bg_poppy.jpg);
	background-repeat: no-repeat;
}

#bg_nature_design {
	background-color: #FFFFFF;
	background-image: url(../images/backgrounds/bg_nature_design.jpg);
	background-repeat: no-repeat;
}

#bg_about {
	background-color: #000000;
	background-image: url(../images/backgrounds/bg_about.jpg);
	background-repeat: no-repeat;
}

#bg_ilanga {
	background-color: #000000;
	background-image: url(../images/ilanga/ilanga_image.jpg);
	background-repeat: no-repeat;
}

/* ---- class ----*/
.container {
	width:1200px;
	padding-left:30px;
	clear:left;
}

.about {
	width:600px;
	font-size:16px;
}
.copyright {
	width:500px;
	font-size:8px;
	color:#999999;
	text-align:justify;
	margin:60px 0 0 0;
	
}

.invisible {
	display: none;
}

.rouge {
	color: #FF3300;
}

.orange {
	color: #FF6600;
}

.fuschia {
	color: #CC0099;
}

.purple {
	color:#660099;
}

.pink_light {
	color:#FF99FF;
}

.vert {
	color: #99FF00;
}

.noir {
	color: #000000;
}

.grey {
	color: #666666;
}

.grey_dark {
	color: #333333;
}

.white {
	color:#FFFFFF;
}

.mauve {
	color:#9999FF;
}

.pink_light2 {
	color:#FFCCFF;
}

.back_home {
	margin-top:40px;
}
.back_home a {
	color: #333333;
	background-color:#FFFFFF;
}

/*--- selecteur ilanga ---*/

.ul_ilanga {
	font-size:10px;
	list-style-type:none;
	padding:0;
	margin-left:20px;
	margin-top:0;

}

.h3_ilanga {
	font-size:10px;
	padding:0;
	margin-bottom:5px;
}

.ilanga {
	width:500px;
}

/* --- selecteur balises génériques ---*/

body {
	font-family: "Courier New", Courier, monospace;
	background-color: #000000;
	color: #FFFFFF;
}


a {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}
p	{
	font-size: 10px;
}

}
.h3_image_season {
	font-size:12px;
	padding:0;
	color:#FF66FF
}

/* --- selecteur homepage ---*/
.thumbs_home{
	margin-bottom:15px;
	clear:left;
}

.thumbs_home img {
	border: 0;
	display: block;
	margin-bottom:2px;
}

.thumbs_home a {
	display: block;
	float: left;
	margin-right: 8px;
    margin-bottom:15px;
	width: 120px;
	font-size: 10px;
	text-align: center;
}
.thumbs_home a strong{
	display: block;
}


#news img {
	float:left;
	margin-right:8px;
	}

#bg_accueil h3 {
	font-size: 14px;
	font-weight: normal;
	margin-top:10px;
	clear: left;
}


.text_news {
	width:800px;
	height:22px;
	font-size:11px;
	padding-left:10px;
	padding-bottom:30px;
	padding-right:10px;
	padding-top:0;
	margin-top:0;
	float:left;
}


.action_ilanga {
font-size:12px;
text-decoration:underline;
list-style-type:none;
padding:0;


}

#ilanga {
	font-size:10px;
	width:600px;
	text-align:left;
}

#ilanga img {
	float:left;
	margin-right:8px;
}

/* --- selecteur projets ---*/


.thumbs_projects img {
	border: 0;
	margin-bottom:8px;
	margin-right: 3px;
	padding:0;
}
.thumbs_projects a {
	padding:0;
	margin:0;
	
}
/* --- class pour poppy --- */
.image_block_2 {
	float:left;
	padding-left:30px;
}

.image_block {
	float:left;
}
.text_width {
	width:300px;
	margin-left:410px;
}

.cancel_float {
	clear:left;
	padding-top:40px;
}