@charset "utf-8";
/* CSS Document */
       
        .wrapper{
            position:relative;
            padding-top:30px;
            padding-left:50px;
            width:80%;
            margin:auto
        }

        .wrapper .text{
        }

        .wrapper h1{
            font-size:26px;
        }

        .longText{
            margin-top:20px;
            width:600px;
            font:18px/24px Arial, Helvetica, sans-serif;
            color:gray;
        }

        span.btn{
            padding:10px;
            display:inline-block;
            cursor:pointer;
            color:#aaa;
            background-color:#eee;
            -moz-border-radius:10px;
            -webkit-border-radius:10px;
            -moz-box-shadow:#999 2px 0px 3px;
            -webkit-box-shadow:#999 2px 0px 3px;
        }

        span.btn:hover{
            background-color:#000;
        }
		
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */

#boutons {
	width: 180px;
	min-height:200px;
}

#boutons a:link {
	color: #FFF;
	text-decoration: none;
}
#boutons a:visited {
	color: #FFF;
	text-decoration: none;
}
#boutons a:hover {
	color: #FFF;
	text-decoration: none;
}
#boutons a:active {
	color: #FFF;
	text-decoration: none;
}

#bout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-right:5px;
	padding-top:10px;
	background-color: #900;
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 80px;
	height:50px;
	margin-top: 10px;	
}

#bout7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-right:5px;
	margin-right:5px;
	margin-top:10px;
	padding-top:5px;
	background-color: #900;
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 165px;
	height:30px;	
}

.monheader {
	font-size:11px;
	color: #fff;
}

#monheader {
	font-size:11px;
	color: #fff;
}
		
#monheader	a:link {
	color: #FFF;
	text-decoration: none;
	font-size:11px;
}

#monheader a:visited {
	color: #FFF;
	text-decoration: none;
	font-size:11px;
}

#monheader a:hover {
	color: #CCC;
	text-decoration: none;
	font-size:11px;
}

#monheader a:active {
	color: #FFF;
	text-decoration: none;	
	font-size:11px;
}