@charset "utf-8";
/* CSS Document --------------------------------------------------------------------------------*/

body {
	background-image:none;
}
#page {
	background-image:none;
	width:100%;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à l'entête */
/* -------------------------------------------------------------------------------------------- */

#header {
	background-image:none;
	width:100%;
	padding:0;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au bloc #TOOLS */
/* -------------------------------------------------------------------------------------------- */

#tools {
	right:0;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au bloc #LOCATION */
/* -------------------------------------------------------------------------------------------- */

#location {
	width:100%;
	left:0;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à la navigation */
/* -------------------------------------------------------------------------------------------- */

#navigation {
	width:100%;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au contenu */
/* -------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------- */
/* BOX MODELS */

.col70 {
	width:7%;
}
.col140 {
	width:14%;
}
.col210 {
	width:21%;
}
.col255 {
	width:25%;
}
.col280 {
	width:28%;
}
.col350 {
	width:35%;
}
.col420 {
	width:42%;
}
.col490 {
	width:49%;
}
.col560 {
	width:56%;
}
.col630 {
	width:63%;
}
.col700 {
	width:70%;
}
.col770 {
	width:77%;
}
.col840 {
	width:84%;
}
.col910 {
	width:91%;
}


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



/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au pied de page */
/* -------------------------------------------------------------------------------------------- */

#footer {
	background-image:none;
}



