@charset "iso-8859-1";

@import url(_elements.css);
@import url(structure.css);
@import url(mdl_home.css);
@import url(mdl_standard.css);
@import url(boxes.css);
/*@import url(navigationElements.css);*/
@import url(form.css);

/* ---------------------
INITIALISATION DES STYLES
------------------------*/
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/* --------------
ZONE EXTERIEURE
-----------------*/
body {
    /* Image de l'arrière-plan de la page */
    background: url(/images/layout/background_encre.jpg) top center no-repeat;
    font-family: 'Varela Round', Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height:120%;
    color: #666;
}
body.standard {
  background: url(/images/layout/section_background.jpg) top center no-repeat;
}
/* ---------------
APPARENCE DES IMAGES
-----------------*/
img {
	border:0;
	vertical-align: bottom;
}

/* --------------
CALAGE DES BLOCS
-----------------*/
.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}