@charset "utf-8";

/* ///////////////////////////////////////////// */
/* A T E L I E R X X I I /////////////////////// */
/* FEUILLE DE STYLES CSS /////////////////////// */
/* ///////////////////////////////////////////// */

/* Base ---------------------------------------- */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #878787;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
p { margin: 0px 0px 15px 0px;}

/* Mise en page -------------------------------- */

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#flash { width:450px; height:363px; float:right; margin: 0px 0px 50px 0px; }

#content { width: 784px; margin: 0 auto; text-align:left; padding-bottom: 30px; }
	#col1 { width: 363px; float:left; }
	#col2 { width: 363px; float:right; }
	
#footer {
	width: 690px;
	height: 110px;
	text-align: left;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 45px;
	padding-left: 210px;
}

#banniere {
	width: 900px;
	height: 100px;
	text-align: left;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Textes -------------------------------------- */

h1 { font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; font-weight:normal; line-height: 24px; color:#167eb9; margin: 0px 0px 15px 0px; }
h2 { font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; font-weight:normal; line-height: 24px; margin: 20px 0px 0px 0px;; }
h3 { font-size: 18px; font-weight:normal; }

/* Autres -------------------------------------- */

.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }
.right { float: right; }
.img { float: left; margin-right: 20px; }
.mar20 {
	margin-left: 20px;}
.mar200 {
	margin-left: 200px;}

.voyage { float: right; margin-right:60px; }

a:link, a:visited, a:active { color: #167eb9; text-decoration: none;}
a:hover { text-decoration: underline; color: #666; }

.home { padding: 10px 0px 0px 40px; font-size: 11px; }