
header, footer, section, aside, nav, article {
display: block;
}

body { 
background: #ffffff; /*#aa7c36, couleur brun logo: #8a6c00*/
font-family: Helvetica,Arial,sans-serif;
color: #444;
font-size: 14px;
line-height: 18px;
background-image: url('../images/');
background-position: center top;
background-repeat: no-repeat;
}
	
#wrapper { /*carre central qui contient tout le contenu*/
margin: 5 auto;
width: 1020px; /*ne prend pas en compte margin, padding et border*/
background: #ffffff; /*#fee6bd*/
background-image: url('../images/'), url('../images/'); /*pas pris en compte par ie<9*/
background-position: left top, left 0px;
background-repeat: no-repeat, repeat;
padding: 0 0px;
border: 20px solid #ffffff;
border-radius: 0px;
border-radius: 0px;
border-radius: 0px;
box-shadow: 0px 0px 0px #777;
box-shadow: 0px 0px 0px #777;
box-shadow: 0px 0px 0px #777;
text-align: center;
}

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
color: #333;
margin: 10px 0 10px 0;
text-shadow: 0px 2px 3px #ddd;
line-height: 150%;
}
h1 {
	font-size: 2em;
}
a {
color:#847baf;
}

a:hover {
color: #6aa097;
}

header {
padding: 0;
}
header a{
	display: block;
	text-align: right;
	text-decoration: none;
}

header #logo_giron {
width: 784px;
border: 0;
margin: 10px -10px 10px 0;
}

nav {
	font-weight : bold; /* on met le texte en gras */
	padding : 0;
	margin-top: 10px;
	font-size: 1.2em;
}

nav ul {
	padding : 0;
	margin : 0;
	list-style : none; /* on supprime le style par défaut de la liste */
	line-height : 31px; /* on définit une hauteur pour chaque élément */
}

nav li {
	padding: 0;
	margin: 0;
	display: inline;
	position: relative;
	z-index: 10; /*pour que le menu deroulant s'affiche en dessus du reste. Il faut mettre ici à cause de ie7 car on a un position:relative -> new stacking context*/
}
nav a { /* Contenu des listes */
	display: inline-block;
	text-decoration: none;
	color: #fee6bd;
	padding: 0 15px;
	margin: 0 15px;
	
	background: #8b5c31; /*couleur vert du logo #35d613, brun du logo #7d5900,  #00722d, #9b6c41*/
	border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 7px #333;
	box-shadow: 0px 0px 7px #333;
	box-shadow: 0px 0px 7px #333;

}
nav a:hover {
	color: #fee6bd;
	background-color: #bb8c61;
	box-shadow: 0px 0px 7px #333;
	box-shadow: 0px 0px 7px #333;
	box-shadow: 0px 0px 7px #333;
}

nav li ul { 
	display: none;
	text-align: left;
	min-width: 100%;
	white-space: nowrap;
	position: absolute; /*pour le jquery (autre code en comment)*/
	left: 0; /*pour le jquery (autre code en comment)*/
}

	display: block;
	position: absolute;
	left: 0;
}remplacé par le jquery script*/

nav li ul li {
	display: block;
}

nav li ul li a {
	display: block;
	margin-top: 5px;
}

#main {
display: block;
overflow: hidden;
border-radius: 20px;
border-radius: 20px;
border-radius: 20px;
box-shadow: 0px 0px 12px #333;
box-shadow: 0px 0px 12px #333;
box-shadow: 0px 0px 12px #333;
background: white;
width: 880px; /*880 +2*20padding = 920 (largeur du wrapper)*/
margin: 30px 0;
text-align: justify;
padding: 20px;
}
#main img { /*aussi utilisé par l'image de la news*/
border: none;
box-shadow: 3px 3px 7px #777;
box-shadow: 3px 3px 7px #777;
box-shadow: 3px 3px 7px #777;
}
#main #gmap_canvas img {
box-shadow: none;
box-shadow: none;
box-shadow: none;
}

#homepage_content {
float: left;
border-right: 1px #beac8d solid;
width: 540px;
padding: 0 20px 0 0;
}
#homepage_content article {
	clear: both;
	padding: 0 0 10px 0;
}
#homepage_content p {
	min-height: 105px;
	margin: 0;
}
#homepage_content img.delimiteur {
	clear:both;
	display: block;
	width: 400px;
	height: 1px;
	margin: 10px auto;
	box-shadow: none;
	box-shadow: none;
	box-shadow: none;
}

#main aside {
float: right;
overflow: hidden;
width: 300px;
}

#main aside h3 {
font-size: 18px;
line-height: 1.5em;
text-shadow: 0px 2px 3px #ddd;
}

#main aside ul {
list-style: disc;
margin-bottom: 20px;
text-align: left;
text-justify: none;
padding:0px;
padding-left:20px;
margin:0px;
}
#main aside li {
	margin-bottom: 4px;
}

.alignleft, /*utilisé par l'image de la news*/
img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}

.alignright,
img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

footer #copyright {
text-align: center;
padding: 10px 0;
overflow: hidden;
}
footer #sponsors {
border-radius: 20px;
border-radius: 20px;
border-radius: 20px;
box-shadow: 1px 1px 12px #555;
background: white;
padding-top: 10px;
padding-bottom: 5px;
}
footer #sponsors table {
border-spacing: 10px 2px; /*espace entre deux cellules du tableau*/
table-layout: fixed;
width: 100%;
margin: 0 auto;
}
footer #sponsors img {
border: 0;
max-height: 60px;
max-width: 120px;
}

iframe {
display: block;
margin: 0 auto;
box-shadow: 3px 3px 7px #777;
box-shadow: 3px 3px 7px #777;
box-shadow: 3px 3px 7px #777;
}
#gmap_canvas {
	height:400px;
	width:100%;
	box-shadow: 3px 3px 7px #777;
	box-shadow: 3px 3px 7px #777;
	box-shadow: 3px 3px 7px #777;
}

.gallery_title {
font-weight: bold;
text-align: center;
padding: 0;
width: 780px;
margin: 0 auto;
}
a.button_back {
display: block;
float: left;
width: 44px;
height: 44px;
text-decoration: none;
background: #000 url('../images/prev_photo_24px.png') no-repeat 50% 50%;
opacity: 0.6;
border-radius: 10px;
border-radius: 10px;
border-radius: 10px;
}
a.button_back:hover {
opacity: 0.8;
}
ul.galerie_liste_dossier {
	list-style-type: none; /* on supprime le style par défaut de la liste */
	margin: 0;
	padding: 0;
}
ul.galerie_liste_dossier h2 {
	font: bold 20px/1.5;
}
ul.galerie_liste_dossier li div {
	float: left;
	height: 100px;
	width: 150px;
	text-align: center;
	margin: 0 15px 0 0;
}
ul.galerie_liste_dossier li div img {
	max-height: 100px;
	vertical-align: middle;
}
ul.galerie_liste_dossier li p {
	font: 200 12px/1.5;
	font-style: italic;
	margin: 10px 0;
}
ul.galerie_liste_dossier li {
	overflow: hidden;
}
ul.galerie_liste_dossier li a {
	display: block;
	height: 100px;
	padding: 10px;
	text-decoration: none;
}
ul.galerie_liste_dossier li a:hover {
	background: #eee;
}

#table_photos {
border-spacing: 15px;
text-align: center;
margin: 0 auto;
width: 100%;
}

table.benevoles {
text-align: center;
border-spacing: 0; /*border-collapse merde avec firefox quand y a des colspan*/
line-height: 2;
}

table.benevoles th {
background: #fed923; /*#fed923 jaune*/
border: 0 solid white;
border-bottom-width: 3px;
border-top-width: 3px;
font-weight: bold;	
}

table.benevoles th.lieu {
width: 150px;
}

table.benevoles th.heures div {
position: relative; /*au lieu d'une marge négative que ie7 ne supporte pas*/
left: -13px;
width: 26px;
}

table.benevoles td {
	border: 3px solid white;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	background: #eee;
}
table.benevoles td.libre {
background: lightgreen;
}
table.benevoles td.plein {
background: tomato;
}
table.benevoles td.remplissage {
background: lightgray;	
}
table.benevoles td.blanc {
background: #eee;
}

table.benevoles td a {
	display: block;
	text-decoration: none;
	color: black;
}
table.benevoles td a:hover {
	box-shadow: 0px 0px 8px black inset;
	box-shadow: 0px 0px 8px black inset;
	box-shadow: 0px 0px 8px black inset;
}

#div_formulaire {
	display: none;
}
.validateTips { /*ne pas mettre #div_formulaire à cause des regles de calcul de spécificité de css, précédence sur addClass(.ui-state-highlight)*/
	border: 1px solid transparent;
}

p#loading_gif {
  height:300px;
  line-height:300px;
  text-align:center; /* centrage horizontal d'un élément en-ligne */ 
}
p#loading_gif img { 
	vertical-align:middle;
	box-shadow: none;
	box-shadow: none;
	box-shadow: none;
}

footer a.lienAdmin {
	text-decoration: none;
	color: #fed923;
}
footer a.lienAdmin:hover {
	cursor: text;
	color: #fed923;
}

img.photo_comite {
	width: 880px;
	margin-bottom: 10px;
}

table.comite ul {
	list-style: none;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
table.comite td{
	width: 290px;
}
table.comite {
	margin-bottom: 20px;
	font-size: 1.0em;
}
table.interligne {
	border-collapse: collapse;
}
table.interligne td{
	background: #eee;
	border-bottom: 8px solid white;
	padding: 2px 10px;
}
ul.commissions{
	list-style-type: none;
	margin-top: -20px;
	padding: 0;
}
ul.commissions li {
	float: left;
	margin: 20px 20px 0 0px;
	padding: 10px 20px;
	background: #eee;
	width: 230px;
}
ul.commissions li div {
	clear: both;
}
ul.commissions li ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-bottom: 90px;
}
ul.commissions li ul li {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	width: auto;
	height: auto;
}

#div_repas {
	width: 860px;
	margin: 30px auto;
}
#div_repas ul {
	list-style: none;
	text-align:center;
}
#div_repas ul li {
display: inline;
position: relative;
	margin-right: 20px;
}
#div_repas ul li div {
	display:inline-block;
	vertical-align: top;
	padding: 20px;
	text-align: center;
	width: 200px;
	background: #eee;
}

.droite {
	text-align: right;
}
.gauche {
	text-align: left;
}

table.sponsors {
margin-bottom: 12px;
}
table.sponsors td {
	height: 120px;
}
table.sponsors td.sponsor_text {
	width: 230px;
}
table.sponsors td.sponsor_img {
	width: 190px;
	text-align:center;
}
table.sponsors img {
	max-width: 150px;
	max-height: 100px;
}
td.heure_prg {
	width: 100px;
}

#countdown {
	font-size: 20px;
	padding: 10px;
	height: 40px;
}
p.success_msg,
p.error_msg {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
p.success_msg {
	
}

#main img.sansOmbre {
	box-shadow: none;
	box-shadow: none;
	box-shadow: none;
}