@charset "iso-8859-1";



@import url(_elements.css);

@import url(structure.css);

@import url(navigation_elements.css);

@import url(form.css);

@import url(boxes.css);

@import url(publication_methods.css);

@import url(agenda.css);

@import url(divers.css);

@import url(annuaires.css);

@import url(tourisme.css);

@import url(markets.css);

@import url(histoire.css);


/* COMMON STYLES */

* {/*reset d'un certain nombre de styles css par defaut*/

	margin: 0;

	padding: 0;

	border: 0;

	font-style: normal;

	text-decoration: none;

}



body {

	background:#FFF url(/images/ndr/background.jpg) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:65%;/* IE gère mal les tailles de texte en EM si aucune valeur en % ne les précèdes */
	line-height:160%;/*Opéra gère mal les hauteurs de lignes en EM*/
        color:#000000;
        text-align:justify;
        width:100%;
        margin:0;
        padding:0;

}

img {

	border:1px solid #507800;
        padding:5px;
        background:white;
	vertical-align: bottom;

}

.clear {

	clear: both;
        line-height:0;
        height:0;
        border:0;
visibility:hidden;

}
.picture{width:148px;margin-left:8px;}
