/* CSS Document */
/* orange clair = #FF8338 */
/* orange moyen du background global= #E25A10 */
/* orange foncé = #A74A12 */
/* gris clair = #F3F2F1 */
/* gris du background = #ECE9D8 */


body
{
	padding:0px;
	margin:0px;
	background-color: #000000;
	background-image:url(../images/background.jpg);
	/*scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #ECE9D8;
	
	scrollbar-highlight-color: #FF8338;
		scrollbar-3dlight-color: #FFD0B3;
			scrollbar-face-color: #E25A10;
		scrollbar-shadow-color: #A74A12;
	scrollbar-darkshadow-color: #000000;
	*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	
}

a:link		{color: #F3F2F1; text-decoration: none;outline: none;}
a:visited	{color: #F3F2F1; text-decoration: none;outline: none;}
a:hover		{color: #FF0000; text-decoration: underline;outline: none;}
a:active 	{color: #F3F2F1; text-decoration: none; outline: none;}
/*a img		{border:none;}
a:hover img	{border:1px solid #FF0000;}*/


.Titre
{
	font-size: 20px;
	font-weight: bold;
	font-family:Verdana;
}
.Titre a:hover{color: #FF0000; text-decoration:none;}
.Titre_strong{font-weight: bold;}

.Table_titre
{	padding:0px;
	margin:0px;
	width:100%;
	border:solid 0px #ECE9D8;
	background-color:#ECE9D8;
	background-image:url(../images/background_top.jpg);
}
.Table_global
{

	width:100%;
	
	border-left:solid 0px;
	border-collapse:collapse;
	background-color:#ECE9D8;
		
}
.Tr_global
{
	background-color:#F3F2F1;
	border-left:solid 0px;
}

.Tr_espaceur
{	
	background-color:#ECE9D8;
}
.Tr_espaceur_fin
{	
	background-color:#ECE9D8;
	border-left:solid 0px;
}
.Td_global
{	
}
.Tr_global td
{	
	padding:6px 10px 6px 10px;
	vertical-align:top;
}

.Td_Icone
{
	padding:6px 10px 6px 10px;
	width:55px;
	background-image:url(../images/icone_mini_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	border:solid 0px;
	text-align:center;
}
.Td_Icone_deux
{
	padding:6px 10px 6px 10px;
	width:55px;
	background-image:url(../images/icone_mini_bgt2.jpg);
	background-repeat:repeat-y;
	background-position:center;
	border:solid 0px;
	text-align:center;
}

.Td_Miniat_site
{	
	border:solid 0px; 
	border-left:solid 12px #ECE9D8;
	width:251px;
}
.Div_logo_gauche
{
display:inline;
text-align:left;
}
.Div_logo_droite
{
display:inline;
text-align:right;
}
.Div_client, .Div_client a
{
font-weight:bold; color:#000000
}
.Div_desc
{
border-top:solid 2px #666666;
}

// nouve
body
{
	background-image:url(../portfolio/images/orangeall_bande.jpg);
}

.block_header
{
	background-image:url(../pictures/orangeall_bande.jpg);
	width:100%; height:150px; display:block;
	background-color:#006600;
}
.header_logo{ display:block; float:left; }
.header_contact{ display:block; float:right; }
.header_title_atelier{ display:block; float:left; }

.block_menu{ width:100%; color:#FFFFFF; display:block;position:absolute; right:0px; top:100px; border-top:#333333 1px solid; border-bottom:#333333 1px solid;}
/*.block_menu{ width:100%; color:#FFFFFF; display:block;position:absolute; right:0px; top:100px; border-top:#fca302 1px solid; border-bottom:#fca302 1px solid;} */

#block_body{ width:100%; display:block; position:absolute; right:0px; top:136px;  overflow-y:scroll; overflow-x:auto;}
.block_footer,.block_footer a,.block_footer a:hover{ color:#FFFFFF; text-decoration:none} 
.block_footer a:hover{ color:#FF9900; text-decoration:none} 
