
#titre_Activite{
	text-align:center;
	margin:10px;
	padding:10px;
}
#contenu_gauche{
	float:left;
	left:20px;
	position:relative;
	margin:15px;
}
#contenu_droite{
	
	position:relative;
	width:530px;
	height:370px;
	left:420px;
	margin:px;
	padding:5px;
	padding-top:8px;
}
#description_Activite{
	position:absolute;
	width:520px;
	height:270px;
	left:0px;
	margin:5px;
	padding:5px;
	text-align:left;
	background-color:#1d1de9;
			 border:0px #1d1de9;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
	
}
#Lieu_Activite{
	position:absolute;
	top:300px;
	height:50px;
	width:520px;
	left:5px;
	margin-top:18px;
	padding:5px;
	text-align:left;
	background-color:#1d1de9;
			 border:0px #1d1de9;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#formules{
	position:;
	background-color:#1d1de9;
	left:0px;
	margin:30px;
	padding:5px;
	padding-bottom:20px;
	text-align:left;
	
		 border:0px #1d1de9;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#date{
	position: relative;
	left:0px;
	margin:30px;
	padding:5px;
	padding-bottom:20px;
	text-align:left;
	background-color:white;
}
#calendrier{
	position: relative;
	top:-200px;
	left:380px;
	height:150px;
	width:200px;
	margin:30px;
	padding:5px;
	padding-bottom:20px;
	text-align:center;

}
.bouton {
	display:block;
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 10px 20px;
   width:50px;
   position:absolute;
   top:850px;
   left:50px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.bouton:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.bouton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }


