* {
	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:#000;      
	background: #dbdecc url(../images/bg6.jpg);background-repeat:no-repeat; background-position:top center;  
  background-attachment : fixed;
background-size: cover;
	text-align: center;
	
}
a:active { color:red;}
a:hover { color:red;  }
a { color: Black; }

.arrondi {  
background:#f6f6f2;
  
   width :100%;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
     -webkit-box-shadow: black 0 0 5px;
    -moz-box-shadow: black 0 0 5px;
    box-shadow: black 0 0 5px;
    behavior: url(PIE.php);
    
}
.arrondi_mobile { background:#f6f6f2;
   width :400px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
     -webkit-box-shadow: black 0 0 5px;
    -moz-box-shadow: black 0 0 5px;
    box-shadow: black 0 0 5px;
    behavior: url(PIE.php);
    
}

div#calendrier
{

width:99%;
font-size:2px;
}


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: #ced7fe;

 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
     -webkit-box-shadow: black 0 0 5px;
    -moz-box-shadow: black 0 0 5px;
    box-shadow: black 0 0 5px;
    behavior: url(PIE.php);
    
}

.minicalmobile {	height: 80px;
width:400px; background: #ced7fe;

 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
     -webkit-box-shadow: black 0 0 5px;
    -moz-box-shadow: black 0 0 5px;
    box-shadow: black 0 0 5px;
    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;
	color: #fff;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	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: white;
	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;
}
/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(../images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: white; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

