/* =========================
     présentation 1
========================= */
/*  généralités */
body {
	margin: 0px;
}
#container {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div.clear {
	clear: both;
}
#entete {
	min-height: 95px;
	margin: 2px 4px;
}

#menu {
	height: 25px;
	margin: 2px 2px;
}

#main {
	margin: 2px 2px;
}

#basPage {
	height: 20px;
	margin: 2px 4px;
}

/*  généralités */
div, p, li, strong, a {
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
}
p {
	margin: 2px 0px;
}
h1 {
	font-size: 32px;
	line-height: 38px;
	font-weight: normal;
	text-align: center;
}
h3 {
	text-align: center;
	font-size: 13px;
	margin-top: 8px;
	margin-bottom: 5px;
	font-weight: normal;
}
h6 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
}

/* liens */
a {
	text-decoration: none;
	color: #000;
}
a:link {
}
a:hover {
	text-decoration: underline;
}
a:active {
}
a:visited {
}

/* couleurs des fonds et des textes */
body {
	background-color: #111;
}
div, p, td, li, a {
	color: #eee;
}
/* fancybox */
div.fancybox-title {
	color: #111;
	text-align: center;
}

input, textarea {
	background-color: #eee;
	border-radius: 5px; 
}

/* entete */

#entete #drapeaux {
	float: right;
	height: 18px;
}
#entete #drapeaux img {
	height: 15px;
	margin-left: 2px;
	margin-right: 2px;
}
#entete #logo {
	float: left;
	width: 8%;
}
#entete #logo img {
	max-width: 80px;
	max-height: 80px;
	margin-left: 1px;
}
#entete a:hover {
	text-decoration: none;
}
#entete #titre {
	clear: right;
	text-align: center;
}

/* menu */
#menu {
	clear: both;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	float: left;
	width: 114px;
	padding: 4px 4px;
	margin: 2px 9px;
	border: 1px solid #aaa;
	border-radius: 5px;
}
#menu ul li a {
	text-align: center;
	display: block;

	vertical-align: bottom;
	font-size: 15px;
}
#menu ul li a.it-menu-actif {
	font-weight: bold;
}

/* main */
#main {
	clear: both;
}
#main #imageMultiItems, #main #imageOneItem {
	float: left;
	width: 280px;
	margin-right: 20px; 
}

#main #imageMultiItems img, #main #imageOneItem img {
	float: left;
	max-width: 280px;
	margin-bottom: 8px;
}
#accueil-img {
	text-align: center;
}
#accueil-img img {
	border-radius: 5px;
}
#galerieMain {
	margin-left: 40px; 
	margin-top: 10px;
}
#galerieMain div.galerieItem {
	float: left;
	margin: 25px 10px 5px 10px;
}
#galerieMain div.galerieItem div.galerieImage img {
	width: 160px;
}
#galerieMain div.galerieItem div.galerieNom {
	text-align: center;
	margin: 10px 0px;
}
#imageMain {
	margin-left: 40px; 
}
#imageMain div.imageItem {
	float: left;
	margin: 14px 11px;
}
#imageMain div.imageItem img {
	width: 128px;
}
#imageMain select {
	margin-left: 10px;
	background-color: #111;
	color: #eee; 
	cursor: pointer;
}

.galerieItem img, .imageItem img {
	border-radius: 5px;
}

#main #imageMultiItems img, #main #imageOneItem img {
	border-radius: 5px; 
}

#main #texteMultiItems, #main #texteOneItem {
	margin-top: 15px;
	margin-left: 300px; 
	margin-right: 10px; 
	text-align: justify;
}

#main #texteMultiItems div.pageItem {
	border-top : 1px solid #eee;
	padding-top: 4px; 
	padding-bottom: 4px; 
}
#main #texteMultiItems div.pageItem:last-of-type {
	border-bottom : 1px solid #eee; 
}
#main #texteMultiItems div.titreItem {
	padding-top: 2px;
	padding-bottom: 4px;
	font-weight: bold;
}

#main div#titre-contact {
	text-align: center; 
	font-weight: bold;
	padding-bottom: 3px; 
}
#main div#texte-contact {
	padding-top: 2px; 
	padding-bottom: 3px; 
}
#main table#contact td {
	width: 260px;
	padding: 4px 10px;
	vertical-align: bottom;
}
#main table#contact td:first-of-type {
	vertical-align: top;
}

#main table#contact td:first-of-type {
	width: 242px;
}

#main table#contact input.contact-saisie , #main table#contact div.contact-saisie, #main table#contact textarea {
	width: 220px;
	padding: 2px;
	background-color: #eee;
	color: #333;
	border-radius: 5px;
}

#main .legale h4 {
	margin-top: 2em;
}
#main .legale h4:first-of-type {
	margin-top: 0em;
}
#main .legale p {
	margin-left: 40px;
}

/* bas de page */
div#basPage {
	clear: both;
	border-top: 1px solid #eee;	
}
div#basPage div {
	float: left;
	width: 32%;
	margin-left: 2px;
	text-align: center;
}

/* ------------------------------------
   Adaptation moins de 600px de large (mode adapté à 480px)
------------------------------------- */
@media only screen and (max-width: 599px) {
	#container {
		width: 480px
	}
	#menu ul li {
	margin-left: 17px;
	margin-right: 17px;
	}
	#entete #logo img {
		max-width: 40px;
		margin-top: 12px;
		margin-left: 1px;
		border-radius: 3px;
	}
	#main { 
		min-height: 231px;
	}
	#main  #imageMultiItems, #main  #imageOneItem { 
		display: none;
	}
	#main  #texteMultiItems, #main  #texteOneItem { 
		margin-left: 10px;
	}
	#accueil-img img {
	width: 476px;
	}
}
/* ------------------------------------
    Adaptation entre 600px et 800px de large (adapté à 600px)
------------------------------------- */
@media only screen and (min-width: 600px) and (max-width: 799px) {
	#container {
		width: 600px
	}
	#entete #logo img {
		max-width: 48px;
		margin-top: 6px;
	}
	#menu ul li {
	margin-left: 12px;
	margin-right: 12px;
	}
	#main { 
		min-height: 288px;
	}
	#accueil-img img {
	width: 596px;
	}
}
/* ------------------------------------
    Adaptation entre 800px et 1024px de large (adapté à 800px)
------------------------------------- */
@media only screen and (min-width: 800px) and (max-width: 1023px) {
	#container {
		width: 800px
	}
	#entete #logo img {
		max-width: 64px;
		border-radius: 5px;
	}
	#menu ul li {
	margin-left: 18px;
	margin-right: 17px;
	}
	#main { 
		min-height: 384px;
	}
	#accueil-img img {
		width: 796px;
	}
}
/* ------------------------------------
    Adaptation 1024px et plus de large 
------------------------------------- */
@media only screen and (min-width: 1024px) {
	#container {
		width: 1000px
	}
	#entete #logo img {
		max-width: 80px;
		border-radius: 6px;
	}
	#main { 
		min-height: 480px;
	}
	#accueil-img img {
	width: 996px;
	}
}

