/* CSS Document */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none}

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

body{
	margin:0px;
	color:#FFFFFF;

	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	background-color:#000;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:left top;

}
a{
	
	color:#FEC500;
}
a:hover{
	text-decoration:underline;
	color:#967511;
}

#conteneur{
	width: 952px;
	height:100%;



}
#colonne_gauche{
	width:249px;
	float:left;
	}
#colonne_droite{
	width:703px;
	float:left;
	}
#menu a{

	position:absolute;
	}
a.accueil{
	
	}
a.terrains{
	margin-top:35px;
	}
a.modeles{
	margin-top:70px;
	}
a.inventaire{
	margin-top:105px;
	}
a.contact{
	margin-top:139px;
	}
	
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:25px;
	}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#E3B102;
	font-weight:bold;
	border-bottom:1px solid #4C4C4C;
	margin-bottom:10px;
	padding-bottom:5px;
	

	}
.jaune{
	color:#E3B102;
	}
.espacement_contenu{
	padding:10px;
	}
.description a{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	}
#footer{
	font-size:11px;
	border-top: 1px solid #6B6A68;
	color:#6B6A68;
	padding-top:10px;
	margin-top:70px;
	padding-bottom:100px;
	}
#footer a{
	color:#6B6A68;
	}

#footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}
.carte{
	background-image:url(../images/photo_contact.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:703px;
	height:352px;
	}
#terrains{
	background-image:url(../images/photo_terrains.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:703px;
	height:947px;
	
	}
.espacement_terrains{
	color:#000000;
	padding:25px;
	padding-top:140px;
	
	}
.espacement_terrains h1 {
		color:#000000;
	}