/*
	indez.css (dans le répertoire avec index.html)
	
	>>>>>>>>>> Artist Management & Projects <<<<<<<<<<
*/
/* #################################################################################################### */
body { 
	margin: 0; background-color: black;  border: 0px solid silver; color: yellow;
	font-family: arial; font-size: 15px; font-weight: normal; text-decoration: none;
	}
a:link {
	color: white; font-weight: bold; text-decoration: none;
	}
a:visited {
	color: white; font-weight: bold; text-decoration: none;
	}
a:hover {
	color: silver; font-weight: bold; text-decoration: none;
	}
/* ####################################################################################################
	background-image: url(pics/bouteillespercutees.jpg);
   #################################################################################################### */
.toptitlebox {
	width: 1000px; Height: auto; border: 0px solid blue;
	margin: 20px auto 0px auto; padding: 0px;		/* >>>>> top right bottom left <<<<< */
	background-color: transparent;
	text-align: center;
	}
.topsubtitle {
	width: auto; Height: auto; border: 0px solid green;
	margin: 30px auto 0px auto; padding: 0px;		/* >>>>> top right bottom left <<<<< */
	background-color: transparent;
	font-size: 30px; font-weight: bold; color: white;
	text-align: center;
	}
.bodybox {
	width: 1000px; Height: 240px; border: 0px solid yellow;
	margin: 0px auto 0px auto; padding: 0px;		/* >>>>> top right bottom left <<<<< */
	background-color: transparent;
	}
.centermainbox {		/* >>>>> pour un corps seul au centre sans menus <<<<< */
	width: 800px; Height: auto; border: 0px solid white; padding: 20px;
	margin: 10px auto 0px auto;		/* >>>>> top right bottom left <<<<< */
	background-color: black;
	text-align: center;
	}
.fmptopright {
	width: 1000px; Height: auto; border: 0px solid white;
	margin: 10px 10px 0px auto; padding: 0px;		/* >>>>> top right bottom left <<<<< */
	background-color: transparent;
	text-align: right;
	}
.fmpbottomleft {
	width: 1000px; Height: auto; border: 0px solid white;
	margin: 0px auto 10px 10px; padding: 0px;		/* >>>>> top right bottom left <<<<< */
	float: left;
	background-color: transparent;
	text-align: left;
	}
.greylink {
	font-size: 16px; font-weight: normal; color: grey; text-decoration: underline;
	}
/* #################################################################################################### */
.toptitle {
	width: auto; Height: auto; border: 0px solid red;
	margin: 20px; padding: 0px;						/* >>>>> top right bottom left <<<<< */
	background-color: transparent;
	font-size: 60px; font-weight: bold; color: white;
	text-align: center;
	}
.topslogan {
	width: auto; Height: auto; border: 0px solid grey;
	margin: 20px auto 20px auto; padding: 0px;		/* >>>>> top right bottom left <<<<< */
	background-color: transparent;
	font-size: 30px; font-weight: bold; color: white;
	text-align: center;
	}
.leftmainbox {		/* >>>>> pour un corps à gauche avec menus à droite <<<<< */
	width: 700px; Height: auto; border: 0px solid white;
	margin: 10px auto 20px auto; padding: 20px;		/* >>>>> top right bottom left <<<<< */
	float: left;
	background-color: transparent;
	text-align: center;
	}
.mainboxtitle {
	width: auto; Height: auto; border: 0px solid white; padding: 0px;
	margin: 10px auto 10px auto;		/* >>>>> top right bottom left <<<<< */
	background-color: transparent;
	font-size: 40px; font-weight: bold; color: yellow;
	text-align: center;
	}
.mainboxsubtitle {
	width: auto; Height: auto; border: 0px solid white; padding: 0px;
	margin: 10px auto 10px auto;		/* >>>>> top right bottom left <<<<< */
	background-color: transparent;
	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;		/* >>>>> 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: 10px auto 10px 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;		/* >>>>> top right bottom left <<<<< */
	background-color: transparent;
	font-size: 20px;
	text-align: center;
	}
p	{
	width: auto; Height: auto; border: 0px solid blue; padding: 0px;
	margin: 10px auto 10px auto;		/* >>>>> top right bottom left <<<<< */
	background-color: transparent;
	font-size: 18px; font-weight: normal; color: black;
	text-align: justify;
	}
.imagecenter50 {
	margin: 0; padding: 0px; border: 0;
	width: 50%;
	text-align: center;
	}
.imagecenter70 {
	margin: 0; padding: 0px; border: 0;
	width: 70%;
	text-align: center;
	}
.imagecenter100 {
	margin: 0; padding: 0px; border: 0;
	width: 100%;
	text-align: center;
	}
.yellowlink {
	font-size: 16px; font-weight: normal; color: yellow; text-decoration: underline;
	}
/* #################################################################################################### */
