
body 
{
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #656565;
	background-image: url(/sites/affichage/Images/themes/default/background.jpg);
	background-position: left top;
	background-color: #e6eef3;
	background-repeat: no-repeat;
}

a, a:link, a:visited { color: #656565; }
a:hover, a:active { color: #007ac3; }

img { border-style: none; }

h1, h2, h3, h4, h6
{
	margin: 0px;
}

h1 { font-size: 16px; color: #656565; margin-bottom: 10px; }
h2 { font-size: 14px; color: #656565; margin-bottom: 10px; }
h3 { font-size: 12px; color: #656565; margin-bottom: 5px; }
h4 { font-size: 12px; color: #656565; }
h5 { font-size: 11px; color: #656565; }
h6 { font-size: 10px; color: #656565; }

p
{
	margin-top: 8px;
	margin-bottom: 8px;
}

.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;   
} 

	
	
/* HEADER MENU */
.headermenu { font-size: 16px; font-weight: bold; color: #FFFFFF; }
.headermenu a { font-size: 16px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
.headermenu a:link { color: #FFFFFF; }
.headermenu a:visited { color: #FFFFFF; }
.headermenu a:hover { color: #000000; }
.headermenu a:active { 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 { font-size: 12px; color: #888888; }
.breadcrumb a:link { font-size: 12px; color: #888888; }
.breadcrumb a:visited { font-size: 12px; color: #888888; }
.breadcrumb a:hover { font-size: 12px; color: #006633; }
.breadcrumb a:active { font-size: 12px; color: #006633; }



@media print {
  #searchzone table { visibility: hidden }
  #qucikmenuzone table { visibility: hidden }
  #face { visibility: hidden }
  #webmapping { visibility: hidden }	
  #toolbox { visibility: hidden }
  #footerzone { visibility: hidden }
}


.faceplayer
{
 float: left;
margin-right: 10px;
margin-bottom: 5px;
}
