/*-- Thème Print du site CHICAM --*/
/*  
Theme Name: CHICAM Print Theme
Description: Simple web2.0 website design.
CSS version: CCS2.1
Date: 28 juin 2011
Version: 1.0
Author: Ackwa
Author URL: http://www.ackwa.fr
*/

/*-------------------------------------------------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

/*-- Générl --*/
html,body{
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	text-align: justify;
	color:#000; 
	background: none;
	margin: 0;
	padding: 0;
    font-size: 12px;
}
.print {
    display: block;
    color: #000;
    background: none;
    visibility: visible;
}
.noprint {
    display: none;
}
h3 {
    margin: 10px 0 5px 5px;
}
img {
    display: none;
}

/*-- HeaderPrint --*/

#headerPrint {
    display: block;
    font-size: 12px;
}
#headerPrint h1 {
    margin-bottom: 10px;
}
table {
    width: 450px;
    margin-bottom: 10px;
}

/*-- Filarianne --*/
#filarianne {
    margin-bottom: 10px;
    font-size: 12px;
}

/*-- Content --*/
#content ul {
    padding:10px 0 8px 40px;
}
#content li {
    padding:0;
    list-style-type: disc;
}

/*-- Text d'accueil --*/
#text_accueil.print span {
    margin-bottom: 10px;
}