/* 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:#000000;
	background-image:url(../images/background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#4B0000;

	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}
a{
text-decoration:none;
color:#000000;
}
h1{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	padding-bottom:15px;
}
h2{
	background-image:url(../images/puce.jpg);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	padding-left:20px;
	margin-left:20px;
	font-size:13px;
	font-weight:normal;
}
h3{
	color:#891900;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
}
h4{
	color:#353535;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../images/ligne_titre.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:450px;
}

.galerie {
	background-color: #891901;
	padding: 2px;
	border: 1px solid #666666;
}


#conteneur{
	width: 990px;
	height:100%;
	margin:0px auto;
	
}
.bg_header{
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:192px;
}
.bt_header{
color:#757575;
font-size:10px;
margin-left:20px;
}
.bt_header a{
color:#757575;

}
.bt_header a:hover{
color:#333333;

}
.gauche_header{
	float:left;
}
#texte_header{
	padding-top:4px;
	margin-left:5px;
	float:left;
	width:480px;
	color:#585858;
	line-height:16px;
	margin-top:40px;
	font-family:"Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
#menu{
	background-image:url(../images/logo_bg_menu.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
}
#menu a{
	color:#FFFFFF;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	display:block;
	padding:5px;
	width:110px;
	

}
#menu a:hover{
	color:#000000;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	display:block;
	padding:5px;
	width:110px;
	

}
.espacement_menu{
	padding-left:40px;
	margin-top:20px;
}
.ligne{
	padding-left:10px;
	padding-right:20px;
}
#contenu{
	margin:4px;
	color:#e3e3e3;
	font-family:"Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	
}
#contenu li{
	padding:5px;
}
.espacement_contenu{
	margin-top:30px;
	margin-left:10px;
}
#footer{
	padding-bottom:100px;
	text-align:center;
	color: #D20000;
}
