/* CSS Document */
/* * {margin:0; padding:0;} OBLIGATOIRE en tête de tout document sauf pour des sites centrés*/

/*
.dessus 
{ 
font-family: times, arial, Verdana, sans-serif;
position:absolute; 
top:5px; 
left:10px;
font-size: 20pt; 
color:red; 
}

.dessous 
{ 
font-family: times, arial, Verdana, sans-serif;
position:absolute; 
top:7px; 
left:12px;
font-size: 20pt; 
color:black; 
}
*/

html
{
/*background-color:black;*/
}

#entete /**/
 {
	float: left;
	width:1000px;

	font-weight: bold; 
	font-size: 36px;
	color: gold; 
	background-color:black;
 }

 #backoffice
	{ 
	position:relative; 
	left:55px; 
	bottom: 4px;/*float: right;*/
	margin-left:110px;
	font-size: 12px; 
	cololr:grey;
	/*width:50px;font-weight: bold; */
	}
	
#menu_principal_rouge
{ 
	float: left;
	width:1000px;
	position:relative;
	left:0px; 
	font-family: times, arial, Verdana, sans-serif;
	font-weight: bold; 
	font-size: 22px; 
	color: black ; /* darkslategrey gainsboro silver darkviolet darkorchid plum*/
	height: 100px;
	/*position:absolute; 
	top:233px; 
	left:0px;
	background: url(images/menu_rouge.jpg) top left no-repeat;*/
	background: url(images/menu_rouge.jpg) top left no-repeat;
}

#txt_menu_principal_rouge
{
	float: left;
	letter-spacing:1px;
	position:relative;
	left:15px; 
	top:5px;
}

.menu
{ 
font-family: times, arial, Verdana, sans-serif;
position:absolute; 
top:260px; 
left:0px;/**/
font-weight: bold; 
font-size: 22px; 
width:1190px;
color: black; 
}


#postit
	{
	display: block;
	background: url(images/postit.png) top left no-repeat;	
	height:300px;
	/*position:relative;
	left:-10px;
	width:470px;
	top:2075px;
	left:100px;
	top:280px;
	left:0px;*/
	}


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#txt_postit
	{
	position:relative;
	top:75px;
	left:5px;
	}

	
/*Liens du menu postit*/
a.liens_menu:link { 
	text-decoration: none/*underline*/; 
	color: black/*brown*/;
	}
a.liens_menu:visited { 
	text-decoration: none; 
	color: black;
	}
a.liens_menu:hover, a:active { 
	text-decoration: underline; 
	color: black/*firebrick darksalmongoldpurpledeeppink blueviolet deeppink salmon coral tomato gainsboro green khaki sienna rosybrown silver darkorchid*/;
	}

/*Lien boite à idées*/
a.lien_bai:link { 
	text-decoration: none/*underline*/; 
	color: #808080/*brown*/;
	}
a.lien_bai:visited { 
	text-decoration: none; 
	color: #808080;
	}
a.lien_bai:hover, a:active { 
	text-decoration: underline; 
	color: #808080/*firebrick darksalmongoldpurpledeeppink blueviolet deeppink salmon coral tomato gainsboro green khaki sienna rosybrown silver darkorchid*/;
	}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/	
#colgauche /*source code blue robot 3 colonnes*/
 {
	clear: both;
	float: left;
	/*position:relative;
	
	height:500px;
	top:195px;
	left:5px;
	*/
	width:200px;
	
	/*border:1px dashed black;*/
	
	/*background-color:#eee;*/
	padding:0px,20px,0px,0px; /* ce dernier 0 px influence la marge de gauche de la colone 1 pour IE6 à 10 px, ne gênait pas firefox
	z-index:2;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

/* body>#col3 {width:300px;}*/
	


img.decal_ /* Pour les imagesde la page plan du site - colonne de droite */
	{
	position:relative;
	left:70px;
	/*border-img: inset;
	border-width: 1px;*/
	}

#comm_photo
 {
	/*font-weight: bold; */
	font-size: 14px;
	color: blueviolet/* gold forestgreen*/; 
	/*background-color:black;*/
 }
 
/**/
#cont_img { /* Utile pour la couleur des commentaires ... à changer ?*/
	float: left;
	width:250px;
	padding:3px;
	padding-bottom:5px;
	color:  blueviolet; 
	/*border-img: inset;
	border-width: 1px;*/
}


#colcentre {
	/*background: url(images/fd_bleu.png) top left no-repeat;*/
	float: left;
	width:775px;
	/*width:520px;
	padding:0px,0px,0px,5px;
	margin:0px,0px,0px,5px;*/
	
	margin:0px 0px 0px 20px;
	padding:10px,0px,0px,20px;
	
	/*border:1px dashed black;*/
		
/*background-color:#eee;
	background-color:#eee;*/
	padding:0px;
/*	z-index:2;*/
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}

h1{
/*background: url(images/fd_rouge.png) top left no-repeat;*/
border-bottom:5px groove blueviolet/*darkmagenta#b8840b*/;
padding-bottom:5px;
color:blueviolet;
}

h2 {
/*background: url(images/fd_rouge.png) top left no-repeat;*/
border-bottom:2px dotted #b8840b;
/*color:#b8840b;*/
color:#b8840b/*orchidfuchsia*/;
padding-bottom:5px;
}


ul{
list-style-image: url(images/arrow2.png);
}


#colcentre_large {
	
	float: left;
	width:500px;
	/*width:520px;
	padding:0px,0px,0px,5px;
	margin:0px,0px,0px,5px;*/
	
	margin:0px 0px 0px 0px;
	padding:10px,0px,0px,0px;
	
	/*border:1px dashed black;*/
		
/*background-color:#eee;
	background-color:#eee;*/
	padding:0px;
/*	z-index:2;*/
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	
#colcentre_etroit {
	
	float: left;
	width:250px;
	/*width:520px;
	padding:0px,0px,0px,5px;
	margin:0px,0px,0px,5px;*/
	
	margin:0px 0px 0px 0px;
	padding:10px,0px,0px,0px;
	
	/*border:1px dashed black;*/
		
	/*background-color:#eee;
	background-color:#eee;*/
	padding:0px;
	/*	z-index:2;*/
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}	
	

#images_atelier {
	
	float: left;
	width:780px;
	/*width:520px;
	padding:0px,0px,0px,5px;
	margin:0px,0px,0px,5px;*/
	
	margin:0px 0px 0px 0px;
	padding:10px,0px,0px,0px;
	
	/*border:1px dashed black;*/
		
/*background-color:#eee;
	background-color:#eee;*/
	padding:0px;
/*	z-index:2;*/
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/*div
{
border:0px,0px,1px,0px dashed black;
border-bottom:1px dashed black;
}
*/

#mon_parcours
{ 
	/*background: url(images/page_cornee_ht_220px.png) top right no-repeat;*/
	border-top:5px solid black;
	background: url(images/page_cornee_bas_220px.png) bottom left no-repeat;
	background-color:#eee;
	width:200px;
	position:relative; 
	left:50px; 
	font-weight: bold; 
	font-size: 12px; 
	padding: 10px;
}

#ma_photo
{ 
	text-align: center;
	display: block;	
}

#fdruhen /**/
 {
	font-weight: bold; 
	font-size: 22px;
	position:relative; 
	left:10px;
	/*color: black; 
	color: gold; 
	background-color:black;*/
 }

 #txt_metiers
{ 
	/*background: url(images/page_cornee_ht_220px.png) top right no-repeat;*/
	position:relative; 
	left:0px; 
	font-weight: bold; 
	font-size: 15px; 
	padding: 13px;
}

#txt_mon_parcour
{ 
	/*background: url(images/page_cornee_ht_220px.png) top right no-repeat;*/
	position:relative; 
	left:10px; 
	font-weight: bold; 
	font-size: 12px; 
	padding: 10px;
}





#img_pastels
	{
	display: block;
	/*align: center;
	font-weight: bold; 
	font-size: 12px; */
	position:relative; 
	left:25px; 
	top:30px; 
	}


#img_panneau_materiaux
	{
	display: block;
	/*align: center;
	font-weight: bold; 
	font-size: 12px; */
	position:relative; 
	left:25px; 
	top:130px; 
	}

 
#footer
 {
	/*border:1px dashed black;*/
	background: url(images/footer_rouge.png) top left no-repeat;
	position:relative; 
	bottom:5px; 
	width:500px;
	float: left;
	text-align:center;
	padding:0px,0px,10px,0px;
	margin:0px,0px,0px,5px;
 }
 
#txt_footer
 {
	/*border:1px dashed black;
	background: url(images/footer.png) top left no-repeat;*/
	position:relative; 
	bottom:19px; 
	text-align:center;
	padding:0px,0px,20px,0px;
	margin:0px,0px,0px,5px;	
	}
 
 #ref_bai
	{ 
	position:relative; 
	/*left:15px; */
	bottom: 4px;
	font-weight: bold; 
	font-size: 14px; 
	/*width:50px;*/
	}
	
#numero_page
 {
	/*border:1px dashed black;
	background: url(images/footer.png) top left no-repeat;
	*/position:relative; 
	float:left;
	left:-700px;
	top:0px;
	text-align:center;
	/*padding:0px,0px,20px,0px;*/
	padding:5px;
	/*margin:0px,0px,0px,5px;*/
	border:inset;
	background-color: greenyellow/*orange*/;
	}