﻿@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

a img  {
	border: 0px;
}
img  {
	display: block;
}

html, body  {
	background-color: #e1e1e1;
	position: relative;
	width: 100%;
	height: 100%;
	
}


#master{
	width: 100%;
	height: 100%;
}

.wrap{
	width: 610px;
	height: 320px;
	background-color: #fff;
	color: #333333;
	font-family: Verdana, Arial, 'sans-serif';
	position: absolute;
	padding: 20px;
	top: 50%;
	left: 50%;
	margin: -180px 0px 0px -325px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}


/*-------------------------------------*/

.wrap .colGauche{
	float: left;
	width: 290px;
	height: 100%;  
    position: relative;
}

.wrap .colGauche img{
    position: absolute;
    margin: -50px 0 0 -81px;
    top: 50%;
    left: 50%;
}

/*-------------------------------------*/

.wrap .colDroit{
	float: left;	
	width: 319px;
	height: 100%;
	border-left: solid 1px #dddddd;
}
.colDroit .contentColDroit{
	padding: 20px 0px 0px 40px;
	position: relative;
	
}
.colDroit .contentColDroit .border{
	border-top: solid 1px #dddddd;
	width: 80px;
	margin-left: 80px;
}
.colDroit .contentColDroit .textError{

}
.colDroit .contentColDroit .textError h3{
	font-size: 14px;
	padding-bottom: 10px;
}


.colDroit .contentColDroit .textError p{
	font-size: 12px;
	line-height: 20px;
}
.colDroit .contentColDroit .textError p a{
	color: #333333;
}

/*-------------------------------------*/
#footer{
	background-color: #2b2b2b;
	width: 100%;
	position: absolute;
	bottom: 0px;
	
}

#footer .footer-content{
	width: 960px;
	margin: 0 auto;
	height: auto;
	padding: 50px 0px 50px 0px;
	background-color: #2b2b2b;
	
}
#footer .logoFooter {
	float:right;
	width: 71px;
	height: 83px;
	padding: 0px 0px 0px 0px;
}


/*-------------------------------------*/

@media screen and (max-height: 680px){

	#footer{
	display: none;
	
	}

}



