* {
	font-family: arial, "Trebuchet MS";
	font-size:12px;
	
	outline: 0;

  
	text-decoration: none;
	white-space: normal;
	vertical-align: baseline;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}
/***************************************************/
body {margin-top:10px;
      margin-bottom:50px;
      color: black;
	background: #FFB5C5 url(../images/logo_scl22.png);background-repeat:no-repeat; background-position:top left;  
  
	text-align: center;
	
}
a:active { color:red;}
a:hover { color:red;  }
a { color: black; }


.arrondi { background: url(../images/image112.png);
	
   color: #000;
	 
   width :100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
     -webkit-box-shadow: black 0 0 15px;
    -moz-box-shadow: black 0 0 15px;
    box-shadow: black 0 0 15px;
    behavior: url(PIE.php);
    
}
arrondi.a {color: #000;}


div#global { width:1200px;
text-align: center;
 }



div#page { margin-top:30px; 
 text-align: left;

 }
div#page_centre { margin-top:100px;
 text-align: center;
 }
div#page_centre2 {
 text-align: center;
 }
img {
	border: none;
}
.minical {	height: 90px;
width:1000px; background: #fce254;
  
 	color: #000000;
 -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
     -webkit-box-shadow: black 0 0 15px;
    -moz-box-shadow: black 0 0 15px;
    box-shadow: black 0 0 15px;
    behavior: url(PIE.php);
    
}
/* dock - top */
.dock {
	position: relative; 
	height: 70px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 70px;
/*	background: url(images/dock-bg2.gif);   */
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;

	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	color: white;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 90%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}
a.dock-item_mobile {
	display: block;
	width: 10px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 10px Arial, Helvetica, sans-serif;
}
.dock-item_mobile img {
	border: none; 
	margin: 1px 2px 0px; 
	width: 70%; 
}

.dock-item_mobile span {
	display: none; 
	padding-left: 5px;
}

