/* CSS Document */
div#Accueil{
	float:right;
	width:100px;
	padding-top: 100px;
}
div#foto{
	width: 260px;
	background-image: url(titPhoto.png);
	background-repeat: no-repeat;
	height: 180px;
	float: right;
}
a{
	text-decoration:none;
	color: #CCFF33;
	background-position:left;
	background-repeat:no-repeat;
	padding-left:8px;
}
a:hover{
	color:#F96;	
}
div#lo a{
	text-decoration:none;
	color: #CCFF33;
	background-image:url(images/fleche.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:16px;
}

div#lo a:hover{
color: #FFFF99;
text-decoration:underline;
padding-left:16px;

background-position:left;
background-repeat:no-repeat;
}

body
{	
	
	background-image: url(fondSite.png);
	background-repeat: no-repeat;	
	padding: 0;
	text-align: left;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif;
	background-color: #2a030e;

}

div#conteneur
{
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
div#gauche{
	margin-right:auto;
	margin-left:50px;
	width: 270px;
	float: left;
	height: 480px;
}
div#gauche h2{
	color:#F33;
}
div#gauche a{
	color:#CF3;
}
div#gauche a:hover{
	color:#C0C0C0;
}
div#noel
{
	width: 770px;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #fff;
	background: #fff;
	background-color: #FFFF3E;
}

h1#header
{
	height: 140px;
	background: url(labelTitre.png) no-repeat left top;
	margin: 0 0;
	text-align: center;
	background-position: 480px 0;
}

h1#header a
{
	width: 400px;
	height: 70px;
	display: block;
	color:#6F6;
	top: 15px;
	float: right;
}/* On donne les mêmes dimensions au lien, chose
 possible grâce à la propriété display: block ; qui transforme le lien
  en élément de type block, auquel on peut donner des propriétés de taille.
   On met aussi l'image de fond qui a les mêmes dimensions que le cadre ainsi créé */
/* Le text-indent négatif est fait pour pouvoir ne
 cacher le texte hors de la page, ce que nous voulons. Ainsi il reste
  exploitable pour les syntèses vocales */


div#contenu
{
	padding: 0 10px 0 10px;
	margin-left: auto;
	width: 860px;
}

div#contenu h2
{
	padding-left: 2px;
	line-height: 25px;
	font-size: 1.1em;
	color: #ff6600;
	text-align: left;
}

div#contenu h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #fff;
	border-left: 3px solid #6fc;
	color: #FFFFFF;
}

div#contenu p
{
	text-align: justify;
	line-height: 1.6em;
	max-width: 700px;
	padding-left: 0px;
	padding-right: 0px;
	color: #FFEA93;
	}
#footer {
	margin: 0;
	padding: 0 0;
	font-size: 1em;
}

p#footer
{
	margin: 0;
	padding-right: 0px;
	line-height: 30px;
	text-align: center;
	color: #FFCC00;
}

pre
{
	overflow: auto ;
	background: #6fc;
	border: 2px solid #6fc;
	padding: 5px 0 0 5px ;
	font-size: 1.2em;
}


pre span
{
	color: #66FFCC;
}

pre span.comment
{
	color: #F8ED3D;
}
.bordG
{
	border-left:2px solid #000;
}		
	

