﻿* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	background-color: #ACC8EF;
	font-family: Verdana, Helvetica;
	color: #00000;
	padding: 0;
	margin: 0
	}	

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

a {
	color: #000000;
	text-decoration: underline;
}

#options{
	padding-top: 15px;
}

hr
{
	margin-top: 15px;
	margin-bottom: 15px;
}

h2
{
	margin-top:15px;
}

h3
{
	padding-bottom:5px;
}

a img {
	border: none;
}

.effacer {
	display: none;
}


/* Index */

#evitliens {
	display: none;
}
/* Bloc général */


#conteneur {
	width: 765px;
	margin: auto;
	background: #ACC8EF url(../img/template/page.jpg) repeat;
	padding-bottom: 3em;
}

/*Affichage de la bannière */
#banniere {
	background: #ACC8EF url(../img/template/banniere_mp3.jpg) no-repeat;
	width: 764px;
	height: 199px;
}

#banniere a {
	display: block;
	width: 365px;
	height: 165px;
}

/*Pied de page */
#credit {
	width: 768px;
	height: 32px;
	background: #ACC8EF url(../img/template/page_dessous.jpg) no-repeat;
	margin: auto;
	position: relative;
	bottom: 10px;
	left: 2px;
	clear: both;
	text-align: right;
	padding-top: 20px;
}

#credit a
{
	text-decoration: none;
	color:white;
}

/* mise en forme du contenu */

#contenu {
	background-repeat: repeat-y;
	width: 570px;

}

#centrer{
	text-align:center;
	padding-left:155px;
}

#contenu h2 {
	font-size: 120%;
	margin-bottom: 20px;	
}

#contenu h2:first-letter {

}

.partage
{
	padding-left:8.5px;
}

h1{
text-decoration: underline;
}

h2{
text-decoration: underline;
}

.grand_travaux
{
	width:100%;
	height:100%;
}

.petit_travaux
{
	width:30%;
	height:30%;
}

/* mise en forme des liens */

/*#center {
text-align: center;
}*/

.lien {
	width: 85%;
	margin: auto;
	border-bottom: 1px solid #00000;
	margin-bottom: 2.5em;
}

.lien h3 {
	color: #000000;
	font-size: 120%;
}

.lien strong {
	color: #000000;
}

/* portfolio */

.conteneur_travaux {
	background-repeat: repeat-y;
	width: 540px;
	margin: auto;
}

.mini_travaux {
	display: inline;
}

.grand_travaux {
	margin-left: auto;
}
