
body 
{
	margin: 0px;
	font-family: Arial;
	font-size: 11px; /* = 13px */ 
	color: #333333;
}

a, a:link, a:visited { color: #3399cc; }
a:hover, a:active { color: #000000; }

img { border-style: none; }

h1, h2, h3, h4, h6
{
	margin: 0px;
}

h1 { font-size: 13px; color: #3399cc; }
h2 { font-size: 1.4em; color: black; }
h3 { font-size: 1.3em; color: Green; }
h4 { font-size: 1.2em; color: black; }
h5 { font-size: 1.1em; color: Green; }
h6 { font-size: 1.0em; color: black; }

ul {
line-height: 17px;
list-style-position: outside;
list-style-image: url(/sites/acier-robel/images/accueil/puce.gif);
list-style-type: square;
padding: 6px;
padding-left: 20px;
margin-top: 5px

}

p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.textbox { border: solid 1px #cccccc; font-size: 12px;	 }
/* START r.a.d.input classes*/  
.Default_textbox{border: solid 1px #cccccc; font-size: 12px;}   
.Focus_textbox{border: solid 1px #cccccc; font-size: 12px;}   
.Over_textbox {border: solid 1px #cccccc; font-size: 12px;}
/* End r.a.d.input classes*/  

.warning { color: Orange; }
.error { color: Red }
.success { color: green; }

/* RadEditor Editable Zone */
.RadEContent, .RadEContentBordered
{
	background-color: #ffffff;
	font-size: 12px;
    color: #000000;   
} 

	

/* RSS FEED BUTTON */
a.rssbutton:link { background-repeat: no-repeat; background-image: url(/sites/common/images/rss.gif); width: 36px; display: inline-block; }
a.rssbutton:visited { background-repeat: no-repeat; background-image: url(/sites/common/images/rss.gif); width: 36px; display: inline-block; }
a.rssbutton:hover { background-image: url(/sites/common/images/xml.gif); }
a.rssbutton:active { background-image: url(/sites/common/images/xml.gif); }

/* BREADCRUMB */
#breadcrumb, 
#breadcrumb a:link,
#breadcrumb a:visited 
{ 
    font-size: 11px; 
    color: #727272; 
    text-decoration: none;
}
#breadcrumb a:hover,
#breadcrumb a:active 
{ 
    font-size: 11px; 
    color: #727272; 
    text-decoration: underline;
}


#breadcrumb a.bcurrent,
#breadcrumb a.bcurrent:link,
#breadcrumb a.bcurrent:visited,
#breadcrumb a.bcurrent:hover,
#breadcrumb a.bcurrent:active
{ 
    font-size: 11px; 
    color: #727272; 
    text-decoration: underline;
}

