/* CSS Document */
body{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		text-align:center;
	}
	h1{
		font-size:1.8em;
	}
	input,textarea,select{
		margin-top:2px;
		margin-bottom:0;
		font-size:11px;
		line-height:11px;
	}
	fieldset{
		padding:20px;
		text-align:left;
		border:0;
	}
	label{
		display: inline ;
		float: left ;
		text-align:right;
		width: 70px;
		clear:both;
		margin-top:3px;
		margin-right:2px;
	}
	#formLogin{
		background:url(img_site/mavic-page01.png);
		background-repeat:no-repeat;
		width:818px;
		height:365px;
		position:relative;
		text-align:left;
		margin:150px auto 20px auto;
	}
	#formLogin form{
		position:relative;
		top:130px;
		left:140px;
		width:200px;
		text-align:center;
		/*border:1px solid silver;*/
		padding:20px 5px;
	}
	.submit{
		margin-left:90px;
		margin-top:10px
	}
	small{
		font-weight:bold;
		color:red;
	}
	#proCycle{
		position:absolute;
		bottom:5px;
		left:20px;
		font-weight:normal;
		font-size:0.8em;
	}
	#lienMavic{
		display:block;
		position:absolute;
		bottom:10px;
		right:10px;
		padding:2px 10px;
		/* forme : */
		color:red;
		background-color:white;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bolder;
		font-style:italic;
		text-decoration:none;
	}
	#lienDefaut{
		position:absolute;
		bottom:-18px;
		left:10px;
	}
	#lienDefaut a{
		display:block;
		padding:3px 5px;
		width:150px;
		font-size:10px; text-align:center;
		background-color:white;
		color:black;	
	}
	#lienDefaut a:hover{
		background-color:black;
		color:white;	
		text-decoration:none;
	}
	#messAfterError{
		position:absolute;
		z-index:99999;
		top:200px;
		margin:0 auto;
		border:1px solid black;
		background-color:white;
		width:250px;
		padding:20px 15px 35px 15px;
		font-weight:normal;
	}
	
	/* page 2   */
	#page2{
		background:url(img_site/mavic-page-02.png);
		background-repeat:no-repeat;
		position:relative;
		width:810px;
		height:363px;
		margin:100px auto;
		text-align:left;
	}
	#news{
		width:300px;
		height:100%;
		position:absolute;
		top:50px;
		left:394px;
		background-color:white;
		padding:25px 15px;
	}
	#complete{
		width:300px;
		height:100%;
		position:absolute;
		top:50px;
		left:255px;
		background-color:white;
		padding:25px 15px;	
	}
	.accroche{
		font-size:1.2em;
		font-weight:bold;
	}
	#lienEntrer{
		position:relative;
		top:127px;
		left:180px;
		width:214px;
		height:164px;
		 background: url(img_site/ensemble-bouton.png) no-repeat;/* on place l'image en arrière plan */
	}
	#lienEntrer a{
   background: url(img_site/ensemble-bouton.png) no-repeat;/* on place l'image en arrière plan */
	display:block;
		text-decoration:none;
		position:relative;
   width: 214px;
   height: 164px;
   margin: 0;
   padding: 0;
	}
	#lienEntrer a:link{
		background-position: top left ;
	}
	#lienEntrer a:visited{
		background-position: top left ;
	}
	#lienEntrer a:hover {
  	background-position: 0 -164px;/* On déplace l'image d'arrière plan pour donner l'effet */
	}
	#lienEntrer a:active{
		background-position: top left ;
	}
	#lienEntrer span{
		display:block;
		position:relative;
		top:145px;
		left:40px;
		font-weight:bold;
		color:white;
		cursor:pointer;
		font-size:12px;
		font-weight:bolder;
	}
	#lienLogo{
		display:block;
		position:absolute;
		top:0;
		left:10px;
		width:150px;
		height:50px;
	}

