/* Feuille de style css de positionnement.
   Cette feuille de style provient du gabarit03 d'Alsacréations.
   Elle a été modifié par jQz. */
   
html, body {
	height: 100%;
}

#global {
	min-height: 100%;
	width: 750px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-left: 4px solid #592a20;
	border-right: 4px solid  #592a20;
}

#entete {
	padding: 0px;
}

#navigation {
	width: 622px;
	margin-left: auto;
	margin-right: auto;
}

ul#menu_navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

ul#menu_navigation li {
	float: left;
	width: 100px;
	border: 1px solid #999;
	background-color: #9fc21d;
}

ul#menu_navigation li a {
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

ul#menu_navigation li a:hover, ul#menu_navigation li a:focus, ul#menu_navigation li a:active {
	background-color: #b7d700;
	color: #000;
	text-decoration: none;
}


#contenu {
	padding: 10px 20px;
}

#contenu > :first-child {
	margin-top: 10px;
}

#contenu p {
	text-align: justify;
}

#bloc_conteneur {
	position: relative;
	top: 20px;
	width: 708px;
	height: 100px;
	z-index: 0;
}

#test_un {
	width: 300px;
	background-color: #fff; /* For IE */ 
	border: 1px solid #7aab4f;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-khtml-border-radius: 11px;
	border-radius: 11px;
	behavior: url(Templates/border-radius.htc); 
	float: left;
}

#test_deux {
	width: 300px;
	background-color: #fff; /* For IE */ 
	border: 1px solid #7aab4f;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(Templates/border-radius.htc); 
	float: right;
}

p.image_droite {
	margin: 10px;
	float: right;
	border-bottom: 4px solid #ddd;
}

p.image_gauche {
	float: left;
	margin: 10px;
	border-bottom: 4px solid #ddd;
}

span.legende_image {
	font-size: 0.9em;
}

#galerie_images {
	width: 710px;
	height: 600px;
	border: 1px solid #aaa;
}

#onglets
{
	list-style-type: none;
	padding-bottom: 24px;
	background-color: #9fc21d;
	border-bottom: 1px solid #ddd;
	margin-left: 0;
}

#onglets li {
	float: left;
	height: 21px;
	background-color: #ddd;
	margin: 2px 2px 0 10px !important;
	border: 1px solid #ddd;
}

#onglets li.active {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

#onglets a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 12px;
	line-height: 0px;
}

#onglets a:hover {
	background-color: #fff;
}

#tabnav a span { 
    display: block; 
    position: absolute; 
    top: 35px; 
    left: -5000px; 
    width: 750px; 
    text-align: left; 
    color: #000;
} 

#tabnav a:hover span, #tabnav a:focus span { 
    left: 0;
}

.galerie_image {
	padding: 0px 40px;
}

p.miniature  img {
	float: left;
	margin: 5px;
	width: 200px;
	height: 150px;
	border: 4px solid transparent;
}

p.miniature a:hover img, a:focus img {	
	border: 4px solid #ddd;
}

.spacer {
	clear: both;
}

#pied_de_page {
	clear: both;
	padding: 15px 20px;
	background-color: #9fc21d;
	text-align: center;
}

#pied_de_page a {
	color: #000;
}

#pied_de_page a:hover {
	text-decoration: none;
}