/*
	indez.css
	>>>>>>>>>> am&p <<<<<<<<<<
  */
/* #################################################################################################### */
/* ##############################     Base     ############################## */
body {
	margin: 0; background-color: black;  color: yellow; border: 0px solid silver;
	font-family: arial; font-size: 15px; font-weight: normal; text-decoration: none;
	background-image: url(pics/background_image.jpg);
	}
p	{
	width: auto; Height: auto; border: 0px solid blue; background-color: transparent;
	margin: 10px auto 10px auto; padding: 0px;		/* top-right-bottom-left */
	font-size: 18px; font-weight: normal; color: silver; text-decoration: none;
	text-align: justify;
	}
li	{
	font-size: 18px; font-weight: normal; color: silver; text-decoration: none;
	text-align: left;
	}
/* ########################################     Links (a = anchor)     ######################################## */
a:link 		{color: grey;	font-weight: bold;	text-decoration: none;}
a:visited 	{color :grey;	font-weight: bold;	text-decoration: none;}
a:hover 		{color: silver;	font-weight: bold;	text-decoration: none;}
.fmptopright {
	width: 1000px; Height: auto; border: 0px solid grey; background-color: transparent;
	margin: 10px 10px 0px auto; padding: 0px;		/* top-right-bottom-left */
	text-align: right;
	}
.fmpbottomleft {
	width: 1000px; Height: auto; border: 0px solid grey; background-color: transparent;
	margin: 0px auto 10px 10px; padding: 0px;		/* top-right-bottom-left */
	text-align: left;
	}
.make_email_pic {
	width: 1000px; Height: auto; border: 1px solid white; background-color: transparent;
	margin: 0px auto 10px 10px; padding: 10px;		/* top-right-bottom-left */
	text-align: center;
	font-size: 100px; font-weight: bold; color: white; text-decoration: none; text-align: center;
	}
/* ##################################################     Title     ################################################## */
.toptitlebox {
	width: 1000px; Height: auto; border: 0px solid blue; background-color: transparent;
	margin: 0px auto 20px auto; padding: 0px;		/* top-right-bottom-left */
	text-align: center;
	}
.toptitle {
	width: auto; Height: auto; border: 0px solid red; background-color: transparent;
	margin: 70px 50px 0px 50px; padding: 0px;		/* top-right-bottom-left */
	font-size: 100px; font-weight: bold; color: red; text-decoration: none; text-align: center;
	}
.topsubtitle {
	width: auto; Height: auto; border: 0px solid green; background-color: transparent;
	margin: 10px auto 0px auto; padding: 0px;		/* top-right-bottom-left */
	font-size: 50px; font-weight: bold; color: white; text-decoration: none; text-align: center;
	}
.topslogan {
	width: auto; Height: auto; border: 0px solid grey; background-color: transparent;
	margin: 80px auto 80px auto; padding: 0px;		/* top-right-bottom-left */
	font-size: 25px; font-weight: bold; color: white; text-decoration: none; text-align: center;
	}
.page_title_box {
	width: 1000px; Height: auto; border: 0px solid blue; background-color: transparent;
	margin: 0px auto 0px auto; padding: 0px;		/* top-right-bottom-left */
	text-align: center;
	}
.page_title {
	width: auto; Height: auto; border: 0px solid red; background-color: transparent;
	margin: 40px 50px 30px 50px; padding: 0px;		/* top-right-bottom-left */
	font-size: 40px; font-weight: bold; color: red; text-decoration: none; text-align: center;
	}
/* ##################################################     Box     ################################################## */
.bodybox {
	width: 1000px; Height: 10px; border: 0px solid yellow; background-color: transparent;
	margin: 0px auto 0px auto; padding: 0px;		/* top-right-bottom-left */
	}
.page_body_box {
	width: 1000px; Height: auto; border: 0px solid yellow; background-color: transparent;
	margin: 20px auto 0px auto; padding: 0px;		/* top-right-bottom-left */
	}
.leftmainbox {
	width: 700px; Height: auto; border: 0px solid white; background-color: transparent;
	margin: 0px auto 0px auto; padding: 20px;		/* top-right-bottom-left */
	float: left;
	text-align: center;
	}
.centermainbox {
	width: 800px; Height: auto; border: 2px solid white; padding: 20px; background-color: #FF9900;
	margin: 10px auto 20px auto; padding: 0px;		/* top-right-bottom-left */
	text-align: center;
	}
.page_main_box {
	width: 900px; Height: auto; border: 0px solid white; padding: 20px; background-color: transparent;
	margin: 50px auto 50px auto; padding: 0px;		/* top-right-bottom-left */
	text-align: center;
	}
.section_title {
	width: auto; Height: auto; border: 0px solid grey; background-color: transparent;
	margin: 40px auto 0px auto; padding: 0px;		/* top-right-bottom-left */
	font-size: 23px; font-weight: bold; color: white; text-decoration: none; text-align: left;
	}
.mainboxtitle {
	width: auto; Height: auto; border: 0px solid white; padding: 0px; background-color: transparent;
	margin: 10px auto 10px auto; padding: 0px;		/* top-right-bottom-left */
	font-size: 40px; font-weight: bold; color: yellow; text-align: center;
	}
.mainboxsubtitle {
	width: auto; Height: auto; border: 0px solid white; padding: 0px; background-color: transparent;
	margin: 10px auto 10px auto; padding: 0px;		/* top-right-bottom-left */
	font-size: 25px; font-weight: bold; color: #FFFFBF; text-align: center;
	}
.mainboxslogan {
	width: auto; Height: auto; border: 0px solid blue; padding: 0px;
	margin: 10px auto 10px auto; padding: 0px;		/* top-right-bottom-left */
	background-color: transparent;
	font-size: 20px; font-weight: bold; color: #FFFFBF;
	text-align: center;
	}
.menubox {
	width: 200px; Height: auto; border: 0px solid silver;
	margin: 0px auto 0px auto; padding: 0px;		/* top-right-bottom-left */
	float: right;
	background-color: transparent;
	font-size: 15px; font-weight: bold; color: white;
	text-align: center;
	}
.menu {
	width: 150px; Height: auto; border: 1px solid white; padding: 2px;
	margin: 10px auto 10px auto; padding: 0px;		/* top-right-bottom-left */
	background-color: transparent;
	font-size: 20px;
	text-align: center;
	}
/* ##################################################     Links     ################################################## */
.retour {
	font-size: 16px; font-weight: normal; color: grey; text-decoration: none;
	width: auto; Height: auto; padding: 2px 5px 2px 5px; border: 1px solid grey;
	background-color: transparent;
	text-align: center;
	}
/* ##################################################     Pics     ################################################## */
.logo_home {
	width: 100px; Height: auto; border: 0px solid white; background-color: transparent;
	margin: 0px auto 20px auto; padding: 0px;		/* top-right-bottom-left */
	}
.logo_page {
	width: 100px; Height: auto; border: 0px solid white; background-color: transparent;
	margin: 0px auto 20px auto; padding: 0px;		/* top-right-bottom-left */
	}
.email_pic {
	width: auto; Height: 25px; border: 0px solid white; background-color: transparent;		/*	width: 30%;*/
	margin: 0px auto 20px auto; padding: 0px;		/* top-right-bottom-left */
	}
.imagecenter50 {margin: 0px; padding: 0px; border: 0px solid white; text-align: center; width: 50%;}
.imagecenter70 {margin: 0px; padding: 0px; border: 0px solid white; text-align: center; width: 70%;}
.imagecenter100 {margin: 0px; padding: 0px; border: 0px solid white; text-align: center; width: 100%;}
/* #################################################################################################### */
