/* ### lavernee.net ###*/
/* ### PRINT stylesheet ###*/



/* ###################### SOMMAIRE ###################### */
/* $1. Balises de base */
/* $2. Styles du teaser */
/* $3. Blocs de mise en page */
/* $4. Menu niveau 1 */
/* $5. Menu niveau 2 */
/* $6. Styles accueil */
/* ###################################################### */



/* ###################### $1. Balises de base ###################### */
@import url(reset.css);

body {
	font-family:"Lucida Sans",sans-serif;
	font-size:62.5%;
	line-height:1.5em;
	height:100%;
	color:#262626;
	background:##664A2E;
}

a {
	color:#AD7A3C;
	text-decoration:underline;
}

a:hover {
	color:#09579d;
	text-decoration:underline;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

big {
	font-size:1.7em;
	font-weight:bold;
}

sub {
	font-size:0.8em;
	position:relative;
	top:0.3em;
}

sup {
	font-size:0.8em;
	position:relative;
	top:-0.3em;
}

h1 {
	font-family:"Georgia", serif;
	font-size:1.6em;
	font-weight:normal;
	text-transform:uppercase;
	line-height:1.15em;
	color:#4B3321;
	padding:0 0 6px 0;
	margin:0 0 15px 0;
	border-bottom:1px #C4AB84 solid;
}

h2 {
	font-family:"Georgia", serif;
	color:#4B3321;
	font-size:1.6em;
	font-weight:normal;
	margin:30px 0 10px 0;
	padding:0 0 0 22px;
	background:url(../img/picto_fleche_fonce.gif) no-repeat 0% 50%;
}

h3 {
	font-family:"Georgia", serif;
	font-size:1.4em;
	font-weight:normal;
	color:#4B3321;
	margin:20px 0 10px 0;
	clear:none;
}

p {
	margin:0 0 15px 0;
	padding:0;
}

#colonne_principale img {
	float:right;
	padding:4px;
	margin:0 10px 2px 0;
	background:#C4AB84;
}

ul {
	padding:0;
	margin:15px 0 20px 15px;
}

li {
	padding:0 0 0 15px;
	margin:2px 0 2px 0;
	background:#fff url(../img/puce_niv1.gif) no-repeat 0% 7px;
}

/* hack IE 6 */
* html body ul {
	padding-left:15px;
}

ul ul {
	padding:0;
	margin:0 0 10px 0;
}

ul ul li {
	background:url(../img/puce_niv2.gif) no-repeat 0% 7px;
}

blockquote {
	display:block;
	float:right;
	width:200px;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3em;
	text-align:right;
	color:#f9810e;
	padding:0 90px 0 0;
	margin:10px 0 5px 5px;
	background:url(../img/quotes.gif) no-repeat 100% 0%;
}

table {
	width:100%;
	margin:10px 0 15px 0;
	margin-bottom:25px;
	border:1px solid #edd4d3;
	border-collapse:collapse;
}

table td, table th {
	font-size:0.9em;
	padding:10px;
	vertical-align:baseline;
	border:1px solid #edd4d3;
}

table th {
	font-size:1em;
	text-align:left;
	font-weight:bold;
	color:#900;
}

caption {
	display:none;
}

.noDisplay {
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.stopFloat {
	clear:both;
}

.stopFloat:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.stopFloat {display:inline-table;}

/* Hides from IE-mac \*/
* html .stopFloat {height: 1%;}
.stopFloat {display: block;}


/* ###################### $3. Blocs de mise en page ###################### */
#header {
	height:90px;
	margin:0 0 20px 0;
	background:#fff url(../img/fond_entete.gif) repeat-x 0% 100%;
}

#header h1 {
	width:167px;
	height:60px;
	padding:0 10px 0 0;
	margin:0;
	background:#fff url(../img/logo_lavernee.net.gif) no-repeat 0% 80%;
	border:0;
}

#header h2 {
	display:none;
}

#contenu {
	width:100%;
}

#colonne_gauche {
	display:none;
}

#accueil #colonne_gauche {
	width:60%;
}

#colonne_principale {
	width:100%;
}

#footer {
	display:none;
}


/* ###################### $4. Menu niveau 1 ###################### */
#menuNiv1 {display:none;}