/* Feuille de style contenant les proprietes de style de la prehome */

/* Feuille de style contenant les proprietes de style de la prehome */

/* Structure */
body{
	background: url(../img/prehome/bg_prehome.jpg) no-repeat;
}

.content_prehome{
	float:left;
	width:700px;
	height:578px;
}


.content_prehomeManual{
	float:left;
	width:900px;
	height:578px;
}

.footer_prehome{
	float:left;
	font-size:10px;
	padding-left:20px;
}

.footer_prehome a{
	font-size:10px;
	font-weight:normal;
	text-decoration: underline;
}

.logokrups{
	margin:15px;
}

.select_country{
	margin:35px 0 0 80px;
}

.select_country li{
	font-weight:bold;
}

.block_country{
	margin-bottom:28px;
}

.block_country li{
	margin-bottom:1px;
	width:120px;
}

.block_country a{
	font-weight:normal;
	text-decoration: underline;
}

.right_prehome{float:left;width:150px;padding:0}
.left_prehome{float:left;width:150px;padding:0;padding:0 0 0 300px;}
.right_prehome ul{padding:0;}
.left_prehome ul{padding:0;}

a.green{
	text-align: center;
	background-color: black;
	padding: 2px 5px;
	color: #71C100;
	text-decoration: none;
	font-weight: bold;
}
a.green:hover
{
	text-align: center;
	background-color: black;
	padding: 2px 5px;
	color: #FF0700;
	text-decoration: none;
	font-weight: bold;
}
