@charset "utf-8";

/* CSS Document for SSPH+-Frontpage */



* {

	margin : 0px; /* pour éviter les marges */

	/*padding: 0px;*/

}



body {

	background-image: url("../images/background.gif");

	background-color: #c9dcde;

	background-repeat: repeat-x;

	text-align: center; /* To correct the IE center bug. */

	font-family: Myriad, Tahoma, Verdana, Arial, sans-serif;

	font-size: 11px;

	color: #FFFFFF;

}



a:link, a:visited { color: #FFFFFF; text-decoration: none; }

/*a:hover { text-decoration: overline underline; }*/
a:hover { color: #FFEFC8;}

a img { border: none; }



/* To center the whole content*/

.center {

	position: relative;

	width: 1037px;

	height: 750px;

	margin-left: auto;

	margin-right: auto;

	margin-top: 50px;

	padding-left: 16px; /* To avoid writting in the shadow of background image*/

	background-image: url(../images/frontpage_backgound.png);

	background-repeat: no-repeat;

	text-align: left; /* To correct the IE center bug. */

}



/*-------------Content-Start-------------------*/

#content_frontpage {

	width: 1013px;

	height: 651px;

	background-image: url(../images/frontpage_backgound_image.png);

	background-repeat: no-repeat;

}

#logo {

	float: left;

	width: 299px;

	height: 174px;

	padding-top: 30px;

	padding-left: 20px;

}



#language_list {

	padding-top: 30px;

	margin-left: 860px;

	color: #000000;

}

a.language_list:link, a.language_list:visited { color: #000000; text-decoration: none; }



#enter_welcome {

	margin-top: 220px;

	margin-left: 180px;

	font-size: 30px;

	font-weight: bold;

}

#enter_willkommen {

	margin-top: 30px;

	margin-left: 60px;

	font-size: 30px;

	font-weight: bold;

}

#enter_benvenuto {

	margin-top: 25px;

	margin-left: 430px;

	font-size: 30px;

	font-weight: bold;

}

#enter_bienvenue {

	margin-top: 30px;

	margin-left: 170px;

	font-size: 30px;

	font-weight: bold;

}

/*-------------Content-End-------------------*/



/*-------------Footer-Start-------------------*/

#footer_frontpage {

	width: 1000px;

	height: 245px;

	margin-top: 41px;

	margin-left: 3px;

	padding-bottom: 70px;

	background-image: url(../images/frontpage_footer.png);

	background-repeat: no-repeat;

}

#footer_members {

	width: 967px;

	height: 105px;

	margin-top: 25px;

	margin-left: 16px;	

}

#footer_address {

	margin-top: 40px;

	text-align: center;

	font-size: 12px;

}

/*-------------Footer-End-------------------*/