/* -------------------------------------------BODY*/
body {	
  background: white;
  font-size: 10pt;
}
/* -------------------------------------------FOND */
#background {
  background: url(../images/textpattern/187.gif) no-repeat;
  width:auto;
  margin:0;
}
/* -------------------------------------------CONTENEUR */
#container {
	width: auto;
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none;
	color: black; 
}
/* -------------------------------------------ARTICLE */
.title-article{
        width:100%;
        margin:0;
}
.article{
	background: url(../images/textpattern/187.gif) no-repeat;
        width:100%;
        margin:0;
        padding:0;
}
/* -------------------------------------------ENTETE */
#head {display: none;}
/* -------------------------------------------LOGO */
/* A voir pour le logo */
#logo{display: none;}
/* -------------------------------------------MENU TOP */
#topbar, #topbar-little {display: none;}
/* -------------------------------------------RECHERCHE */
#search {display: none;}
/* -------------------------------------------CHEMIN */
/* position horizontale du chemin au cas par cas */
#path {display: none;}
/* -------------------------------------------MENU GAUCHE */
#sidebar {display: none;}
/* -------------------------------------------PIED DE PAGE*/
/*#address {float: none;}*/
#newsletter, #foot-center, #foot-date, 
#bottom-links {display: none;}
#end {border:0;}
/* ---------------------------------LINK */
a, a.glossaire {
       color:black;
       text-decoration: none;
}
/* -------------------------------------------TITRE */
.article h3{
        margin-left:-30px;
        margin-top:0;
        padding:10px 0 0 30px;
        color: #1e2a66;
        font-size: 12pt;
}
h2{
        text-align:center;
}
/* -------------------------------------------PUCE */
.puce {list-style-image:url(../images/textpattern/63.gif);}
.puce li {margin-top:5px;}
/* -------------------------------------------PRINT */
.no-print {display: none;}