/*
Feuille CSS
Auteur: Steven Durand
mail: steven.durand@polytechnique.edu
Site de jeunesse 2000 Toulouse
*/
@CHARSET "ISO-8859-1";

.container
	{
	margin: 0 auto;
	width: 800px;
	position: relative;
	background: white;
	padding:0;
	text-align: left;
	border:none;
	}
body
	{
	margin-left:auto;
	margin-right: auto;
	padding: 0;
	color: black;
	font: 11px Eras Medium ITC;
	background: white;
	text-align: center;
	}
	
.header
	{
	border: none;
    background: url("image/banniere.jpeg") top no-repeat;
    width: 800px;
    height: 120px;
    margin: 0;
    }
    
.texte
	{
	border: black 1px solid;
	background: white;
	width: 800px;
    }
    
.bas
	{
	border: black 1px solid;
	background: url("image/footer.jpeg") bottom no-repeat;
	width: 800px;
	height: 75px;
    }
table
	{
	border: 0px;
	padding: 3px;
	}
	
tr	{
	padding: 3px;
	}
	
td	{
	padding: 3px;
	}
	
.cote
    {
	padding-top:5px;
	margin-top:5px;
	font: 11px Eras Medium ITC;
	color: black;
	vertical-align:top;
	padding: 4px;
	width: 180px;
   	display: block;
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	font-size: 12px;
	}
	
.cote a
{
	text-decoration: none;
	color: black;
	padding-top: 8px;
	margin-top: 8px;
}
.index1 a
{
	text-decoration: none;
	color:black;
}
.index2 a
{
	text-decoration : none;
	color:black;
	font: velvenda cooler, arial;
}
.corps
	{
	margin-top:5px;
	padding-top: 25px;
	margin-left: 7px;
    text-align: justify;
	width:550px;
	border:none;
	font: 14px Eras Medium ITC;
    vertical-align: top;
	}

.lien
{
	text-decoration: none;
	font-weight: bold;
	color: black;
	line-height:20px;
}

.corps h1
{
	font: 18px Eras Medium ITC;
	font-weight: bold;
	color: black;
	text-align: center;
}

.corps h2
{
	font: 14px Eras Medium ITC;
	text-decoration: underline;
}

.corps b
{
	text-decoration: none;
	font: 14px Eras Medium ITC;
	font-weight: bold;
	color: black;
}

.orange
{
	font : 15px Eras Medium ITC;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.cote h2
{
	font: 14px Eras Medium ITC;
	text-decoration: underline;
}
hr
	{
	margin: 5px;
	margin-left: 30px;
	width: 60%;
	height: 1px;
	border:none;
	background-color: white;
	}
	
.photo {
border: none;
padding-left:50px;
padding-top: 50px;
vertical-align:top;
}

.image_accueil {
border: 1px solid black;
} 
