

body
{
	background-image: url("bg.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	
}


#ban
{
	width: 750px;
	height: 400px;
	background-image: url("fond.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	position: absolute;
	z-index: 1;
}

#menu
{
	width: 750px;
	font-size: 0,9em;
	top: 20px;
	left: 20px;
	z-index: 1;
	position:relative;
	color: #CE96C2;
}

#menu li 
{
	display: inline;
	text-align: left;
	color: #CE96C2;
	list-style: none;
	font-weight:bold;
	letter-spacing: 1px;
}

#menu li a
{
	color: #CE96C2;
	padding: 10px;
	text-decoration: none;
}


#menu li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}


#colonne
{
	left: 600px;
	top: 450px;
	width: 150px;
	color: #C2B1D5;
	border-left: 1px dashed #79679F;
	position: absolute;
	padding: 5px;
}

#colonne p
{
	font-size: 0.7em;
}

#colonne h3
{
	font-size: 0.8em;
	border-bottom: 1px solid #79679F;
	color: #5E518A;
}

#colonne a
{
	color: #5E518A;
	text-decoration: underline;
}

#colonne img
{
   border: 0px;
   text-align: center;
}

#colonne img a
{
   border: 0px;
}

	/*Corps du contenu*/

#corps
{
	width : 500px;
	top: 300px;
	left: 20px;
	padding: 10px;
	text-align: justify;
	line-height: 1.8em;
	font-size: 0.8em;
	position: absolute;
	z-index: 2;
}

#corps h1
{
	color: #1C1E5A;
	text-align: left;
	padding-left: 30px;
	letter-spacing: 2px;
	font-size: 1.2em;
	font-weight: bold;
}

#corps h2
{
	background-color: #1C1E5A;
	padding-left: 20px;
	color: #947DB3;
	text-align: left;
	font-size: 0.9em;
	font-style: italic;
}

#corps h3
{
	color: #E1A5D1;
	text-align: right;
	font-size: 0.7em;
	font-style: italic;
}

#corps h1 a
{
	color: #1C1E5A;
	text-align: left;
	padding-left: 30px;
	letter-spacing: 2px;
	font-size: 1.2em;
}

#corps h2 a
{
	background-color: #1C1E5A;
	padding-left: 20px;
	color: #947DB3;
	text-align: left;
	font-size: 0.9em;
	font-style: italic;
}


#corps a
{
	color: #597F3C;
	text-decoration: underline;
}

#corps a:hover
{
	color: #597F3C;
	text-decoration: line-through;
}

#corps a:active
{
	color: #597F3C;
	text-decoration: overline;
}

#corps img
{
   border: 0px;
} 

/*Balises de formattage du texte*/

b
{
	color: #E1A5D1;
}

strong
{
	color: #E1A5D1;
}

i
{
	font-style: italic;
}

em
{
	font-style: italic;
	color: #EFC3CE;
}

blockquote
{
	color: #579DC6;
	margin: auto;
	margin-bottom: 10px;
	width: 400px;
	border-left: 2px solid #4992BD;
	font-family: Arial, "Times New Roman", Times, serif;
	font-style: italic;
}

/*Pied de page*/

#pied
{
   width: 400px;
   height: 50px;
   /*background-color: #9B82B8;*/
   padding-right: 10px;
   margin-bottom: 10px;
   margin-top: 10px;
   text-align: right;
   font-size: 0.7em;
   color: #E1A5D1;
   clear: both;
   position: aboslute;
}



/*Tableau se trouvant dans la page portfolio.php*/

table
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

table tr td
{
	width: 250px;
}