/*----------------------------------------------------------------------
	Formatage générale de la page
-------------------------------------------------------------------------*/


#global {
	margin: auto;	
	width: 932px;		
}

#formulaireConnexion{
	text-align: center;
}

#menu {
	float:left;
	width: 150px;
	height: 231px;
	padding-top: 225px;
	padding-left: 20px;
	padding-right: 17px;
	padding-bottom: 20px;
	background-image: url(../images/welcome/new/menu.jpg);
	text-align: center;
}

#header {
	float: left;
	width:745px;
	height:68px;
	background-image: url("./../images/welcome/head.png");
}

#connexion{
	margin-top: 42px;
	margin-left: 20px;
}
#banner{
	float: right;
	margin-top: 40px;
}

#content {
	float: left;
	width: 612px;
	height: 408px;
	background-image: url(../images/welcome/new/body.jpg);
	font-size: 13px;
}

#contentAccueil {
	float: left;
	width: 572px;
	height: 368px;
	background-image: url(../images/welcome/new/content.jpg);
	font-size: 14px;
	padding: 20px;
}

#contentDescription {
	margin-left: 300px;
	height: 110px;
	width: 280px;
	margin-top: 50px;	
}	

#contentNews {
	margin-left: 300px;
	margin-top: 50px;
	height: 155px;
	width: 280px;
	overflow: auto;
}	

#skycrapper {
	float: right;
	width: 128px;
	height: 606px;
	background-image: url("./../images/welcome/skycrapper.png");	
	padding-top: 10px;
	padding-left: 5px;
}

#blocInfo1{
	float: left;
	width: 229px;
	height: 168px;
	background-image: url("./../images/welcome/bloc1.png");	
	padding: 20px;
}

#blocInfo2{
	float: left;
	width: 231px;
	height: 167px;
	background-image: url("./../images/welcome/bloc2.png");
	padding-right: 17px;	
	padding-top: 20px;
	padding-left: 17px;	
	padding-bottom: 20px;
}
#blocInfo3{
	float: left;
	width: 231px;
	height: 167px;
	background-image: url("./../images/welcome/bloc3.png");	
	padding-right: 17px;	
	padding-top: 20px;
	padding-left: 17px;	
	padding-bottom: 20px;
}	
.textBloc{
	overflow: auto;
	width:100%;
	height: 100%;
}	
	
#accesRapide{
	color: black;
	text-decoration: none;
}


#formulaireConnexion input {
	margin:2px;
}

.listeLigne {
	font-size: 18px;
}

.listeLigne li{
	display: inline;
}
