body
{
  margin: 0;
  padding: 0;
  background-color: #FFF;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}
.form_error {
	padding: 5px 0;
}
#mainNavigation {
	padding-top:20px;
	text-transform: uppercase;
}
#global {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    text-align: left; 
  padding-top: 15px;
    /* border: 1px SOLID gray; */
}
#header_cms {
	padding-bottom: 10px;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	background-image: url('/images/template/stripe_bg_header_cms.png');
}
#footer_message
{
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  width : 100%;
  text-align: center;
  margin-top: 25px;
  color:gray;
}
/* Chemin du site */
.breadcrumb, .breadcrumb a {
	color: #8F8F8F;
}
.breadcrumb a:hover {
	color: #666666;
}

.breadcrumb b {
	color: #444444;
}
.header {
	padding: 10px 0px 20px 0px;
}
.content_header {
	padding-bottom: 10px;
}
#mainNavigation a {
	color:#282C28;
	font-size:medium;
}
.left_coloums {
	width:210px;
	float:left;
	padding-right:35px;
}
.content_coloums {
	float:left;
}	
.right_coloums {
	float:left;
	padding-left:35px;
}		
.clearboth {
	clear: both;
	visibility: hidden;
}
.logo {
	margin-bottom: 15px;
}
.linkart_to_art {
	margin:10px 0px;
}

h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
  color:#302F2F;
}

a:hover
{
  text-decoration: underline;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.souligne {
	text-decoration: underline; 
}
/* Titre des news */
.slot_news_content .news_title_h1 {
	font-size: large;
	font-weight: lighter;
}
/* ToolTips */
.tips_adress {
	width: 139px;
	z-index: 13000;
} 
.tip {
	background-color: #E0E0E0;
	padding:5px;
} 
#if_langue_available_list a {
	font-size: 8pt;
}
.langcontent {
	border-bottom:1px dotted #E0E0E0;
	cursor:pointer;
	display:block;
	padding: 4px 5px;
	position:relative;
	text-align:left;
	text-decoration:none;
	top:0;
}