/***************************** CSS MODELE 1 ********************************/
body{
	color: #aeb3b8;
}

div{
	border: 0px solid black;
}

#abc_bienv{
	position: absolute;
	z-index: 10;
	bottom: 130px;
	font-size: 14px;
	color: #ffffff;
	left: 60px;
}

/***************************** DECOUPAGE DE LA PAGE ********************************/
#abc_contener_div{
	position: relative;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#abc_balise_h1{
	position: absolute;
	width: 990px;
}

#abc_bandeau{
	position: relative;
	width: 990px;
	height: 371px;
}

#abc_page{
	width: 990px;
	height: auto;
	min-height: 234px;
	_height: 234px;
	float: left;
	background-image: url(./images/gpmat/prehome_content_bg.jpg);
}

#abc_gauche{
	position: relative;
	width: 660px;
	float: left;
}

#abc_centre{
	width: 330px;
	float: left;
}

#abc_bas{
	position: absolute;
	top: 578px;
	width: 990px;
}

/***************************** PARTIE HAUTE ********************************/
#abc_balise_h1 h1{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana;
	color: #cccccc;
	font-size: 10px;
}

#abc_langs{
	background-image: url(./images/gpmat/prehome_lang_bg.gif);
}

.lang_fr{
	background-image: url(./images/gpmat/prehome_lang_fr_off.gif);
}

.lang_fr:hover, .lang_fr_on{
	background-image: url(./images/gpmat/prehome_lang_fr_on.gif);
}

.lang_en{
	background-image: url(./images/gpmat/prehome_lang_en_off.gif);
}

.lang_en:hover, .lang_en_on{
	background-image: url(./images/gpmat/prehome_lang_en_on.gif);
}

/***************************** PARTIE GAUCHE ********************************/

/***************************** PARTIE CENTRE ********************************/
.abc_acceder:hover, .abc_produits:hover{
	text-decoration: none;
}

.abc_acceder, .abc_produits{
	position : absolute;
	text-decoration: none;
	top: 15px;
	height: 140px;
	width: 120px;
	color: #5c5b60;
	padding: 50px 0px 0px 15px;
	font-size: 9px;
}

.abc_acceder span, .abc_produits span{
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	font-size: 14px;
}

.abc_acceder{
	left: 355px;
}

.abc_produits{
	left: 495px;
}

#contenu {
	position: relative;
	text-align: justify;
	padding-top: 75px;
	padding-right: 40px;
	height: 125px;
	overflow: hidden;
	font-size: 10px !important;
}

#prehome_slogan{
	position: absolute;
	top: 20px;
	left: 40px;
	width: 200px;
}

#slogan_part1{
	font-size: 15px;
}

#slogan_part2{
	right: 0px;
	font-size: 12px;
	text-align: right;
}

/***************************** PARTIE BAS ********************************/
#abc_copyright{
	padding: 3px 7px 3px 7px;
	font-size: 10px;
	color: #5e6266;
	text-align: center;
}
#abc_copyright a{
	font-weight: bold;
	color: #5e6266;
}

#abc_copyright img{
	margin-bottom: -2px;
}
