@charset "iso-8859-1";

body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;   
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: #dea ;
}
/* On définit les marges haute et basse à 10px et les marges droite et gauche à 0 */
/* On met le padding à 0 pour le navigateur Opera qui définit des padding par défaut pour le body */
/* On utilise text-align: center ; pour Internet Explorer, c'est la seule façon de centrer les éléments de type block avec ce navigateur */

h1#header
{
  padding: 0;
  margin: 0;
	height: 200px ;		
	background: url(../images/header.png) no-repeat left top ;
}
/* On définit la hauteur de la partie header, contenant le titre du site */

ul#menu
{
	height: 35px ;
	margin: 0 ;
	padding: 0 ;
	background: url(../images/menu_button_hover.png) repeat-x ;/* 0 -25px ;*/
	list-style-type: none ;
}
/* On donne une hauteur au menu, correspondant a la taille de l'image utilisée en fond, on met ensuite l'image de fond avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */
ul#menu li
{
	float: left ;
	text-align: center ;
}/* On rend les li en flottant pour pouvoir les afficher horizontalement, on cache les puces, et on centre le texte */

ul#menu li a
{
	width: 139px ;
	line-height: 25px ;
	font-size: 0.9em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #dea ;
}/* C'est sur les liens que le gros du travail est effectué, largeur, hauteur de ligne, taille de police, graisse de police, espacement des lettres, couleur, bordure et decoration du texte. Nous pouvons dimensionner les a grâce à la propriété display: block ; */

ul#menu li a:hover
{
  color: #fff;
	background: url(../images/menu_button.png) repeat-x 0 0 ;
}


div#conteneur
{
	width: 990px ;
	margin: 0 auto ;
	text-align: left ; 
	border: 2px solid #ab4 ;
	background-image: url(../images/beige048.gif);/*url(/images/urbtextbbeige048.gif); /*#fff ;*/
}
/* On définit la largeur de la division qui contient l'ensemble de la page à 770 pixels */
/* margin: 0 auto ; est la méthode correcte pour centrer les éléments de type block (comme les divisions), nous centrons donc cette division */
/* Il faut rétablir l'alignement à gauche que nous avons changé plus haut */

div#contenu
{
	padding: 0 30px 0 100px ;
	/*background: url(bg_page.gif) no-repeat 15px 15px ;*/
}	  	  
	  
div#contenu h1
{
	font-weight: bold ;
	font-size: 1.8em;
	color: #000;
}	  
	   
div#contenu h2
{
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	/*background: url(little_apple.gif) no-repeat left bottom ;*/
	color: #9b2 ;
	border-bottom: 1px solid #9b2 ;
}		

div#contenu h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #9b2 ;
	border-left: 3px solid #9b2 ;
	color: #9b2 ;
	/*text-shadow: 0.2em 0.2em*/
}						
	  
div#contenu h4
{
	font-weight: bold ;
}

div#contenu p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}

div#contenu a
{
	color: #0000FF;
	text-decoration: none;
}

div#contenu a:hover
{
	color: #000099;
	text-decoration: none;
}
/* On met en forme les liens contenu dans la page */

table#contenu td
{		
	text-align: center ;
	padding: 25px ;
}	

p#footer
{
	margin: 0 ;
	padding-right: 10px ;
	line-height: 30px ;
	text-align: right ;
	color: #8a0 ;
}


pre
{
	overflow: auto ;
}

/* En passant on définit l'overflow de la balise pre à auto pour permettre d'afficher des barres de défilement si le texte contenu dans cette balise est trop grand */
* html pre
{
	width: 636px ;
}
/* On dois donner une largeur au pre à cause d'Internet Explorer, on ne va donc l'appliquer qu'à Internet Explorer en utilisant un "hack", la combinaison " * html " permet de n'appliquer ce qui suis qu'à Internet Explorer */
			
.center
{
	text-align: center ;	
}	

.left
{
  text-align: left;
}

.bold
{
	font-weight: bold ;		  
}	

.underline
{
  text-decoration: underline ;
}	

.title
{
  font-size: 1.2em ; 
  font-weight: bold;
  text-decoration: underline ;
}


/* CSS page histo */
table#histo
{
  padding: 10px;
}

/* CSS page activité */
table#activite
{
  padding: 10px;
}

/* CSS page Savoir faire */

table#savoirfaire td
{
  border:2px solid #ffdab2; 
  margin: 5px;
  /*padding: 25px;*/
  background-color: #e6b38e;
  height: 25px;
  width: auto;
}

table#savoirfaire a
{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 25px ;
	font-size: 0.9em ;
	font-weight: bold ;
  text-decoration: none;
  background-image: url(../images/menu_button_hover.png);
  color: #fff;
}

table#savoirfaire a:hover
{
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 25px ;
  background: url(../images/menu_button.png);
}


table#rea
{
  font-size: 1em;
  width: 850px;
}

table#rea td
{
  padding: 25px;
}

/* CSS page Réalisation */

table#realisation
{
  padding: 25px;
  width: 890px;
}

/* CSS page situation */

table#situation
{
  width: 850px;
}

table#situation td
{
  padding: 25px;
}

/* CSS page contact */

table.contact 
{
  margin: 0 25px 0 25px;
  width: 650px;
}

table.contact td
{
  border:2px solid #ffdab2; 
  /*padding: 25px;*/
  background-color: #e6b38e;
  width: auto;
  padding: 5px;
}

table.contact caption
{
  margin: 0 2px 0 2px;
  padding-left: 2px;
  font-size: 0.9em ;
  font-weight: bold ;
  text-align: left;
  border:2px solid #ffdab2;
  color: #fff;
  background: url(../images/menu_button_hover.png);
}

