@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_accueil {
	background-color:#000000;
	background-image:url(../backgrounds/bg_accueil2.jpg);
	background-repeat: no-repeat;
}

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

#bg_nature_decouvertes {	
	background-color:#CCCCCC;
	background-image:url(../backgrounds/bg_nature_decouvertes.jpg);
	background-repeat: no-repeat;
}


#bg_arborescence {
	background-color:#CCCCCC;
	background-image:url(../backgrounds/bg_arborescence.jpg);
	background-repeat: no-repeat;
}


#bg_peinture_2 {
	background-color:#CCCCCC;	
	background-image:url(../backgrounds/bg_peinture2.jpg);
	background-repeat: no-repeat;
}


#bg_sculpture {
	background-color:#999999;	
	background-image:url(../backgrounds/bg_sculptures.jpg);
	background-repeat: no-repeat;
}

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

#bg_wax_land {
	background-color:#CCCCCC;
	background-image:url(../backgrounds/bg_wax_land.jpg);
	background-repeat: no-repeat;
}

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

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

#bg_expositions {
	background-color:#CCCCCC;
	background-image:url(../backgrounds/bg_expositions.jpg);
	background-repeat: no-repeat;
}

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

.about {
	width:600px;
	font-size:16px;
}

.about_2 {
	width:300px;
	height:500px;
	font-size:16px;
	float:left;
	padding-right:5px;
}

.copyright {
	width:500px;
	font-size:8px;
	color:#999999;
	text-align:justify;
	margin:50px 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;
}

.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:Arial, Helvetica, sans-serif;
	background-color:#000000F;
	color:#FFFFFF;
}

a {
	text-decoration: none;
	color:#000000;
}
h1 {
	font-size: 30px;
	font-stretch:ultra-expanded;
	font-weight:100;
	width:160px;
	background-image:url(../backgrounds/bg_texte_accueil2.jpg);

}

h1_video {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	
}

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

.h2_accueil {
	font-size: 12px;
	margin-left: 10px;
}

p	{
	font-size: 10px;
}


.h3_contact	{
	font-size: 13px;
}

/* --- selecteur homepage ---*/
.thumbs_home{
margin-bottom:5px;
}

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

.thumbs_home a {
	display: block;
	float: left;
	margin-right: 8px;
    margin-bottom:10px;
	width: 144px;
	font-size: 10px;
	text-align: center;
}
.thumbs_home a strong{
	display: block;
}
#bg_accueil h3 {
	font-size: 12px;
	font-weight: normal;
	margin-top:10px;
	clear: left;
}


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


.h3_about	{
	font-size: 12px;
	padding-bottom:0px;
	padding-top:10px;
}


.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;
	
}

.text_width_about {
	width:400px;
}

/* --- class pour poppy --- */
.image_block {
	float:left;
}

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

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