@charset "utf-8";
#conteneur {
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
}
#banniere {
	width: 99%;
	background-position: center;
	text-align: center;
}
#conteneur #banniere a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 100%;
}
#menu {
	-moz-border-radius : 10px;
	-moz-box-shadow : 4px 4px #b0b0b0;
	-webkit-box-shadow : 4px 4px #b0b0b0;
	text-align: center;
	width: 80%;
	margin-top: 30px;
	margin-bottom: 30px;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bkgd.png);
	background-repeat: repeat;
}
.espace {
	margin-right: 6px;
}
.espace_barre {
	padding-right: 10px;
	color: #FFF;
	font-size: 18px;
	font-style: italic;
}
#conteneur #menu ul {
	list-style-type: none;
	margin: 0px;
	text-align: center;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 12px;
}
#conteneur #menu ul li {
	display: inline;
	text-align: center;
}
#conteneur #menu ul a {
	color: #0C0;
	text-decoration: none;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
}
#conteneur #menu ul a:visited {
	color: #9C0;
}
#conteneur #menu ul a:hover {
	color: #CBFCBE;
}
#contenu {
	width: 80%;
	background-image: url(../images/bkgd.png);
	-moz-border-radius : 10px;
	-moz-box-shadow : 4px 4px #b0b0b0;
	-webkit-box-shadow : 4px 4px #b0b0b0;
	margin-right: auto;
	margin-left: auto;
	color: #CCC;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 30px;
}
#conteneur #contenu h1 {
	color: #AEFFBE;
	text-align: center;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
#conteneur #contenu h2 {
	padding-left: 30px;
	color: #FFF;
}

#conteneur #contenu h3 {
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
}


#conteneur #contenu p {
	padding-right: 20px;
	padding-left: 20px;
}
#conteneur #contenu p strong {
	font-weight: bold;
	color: #FFF;
}
#conteneur #contenu a {
	text-decoration: none;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 1px;
	padding-left: 1px;
}
#conteneur #contenu a:hover {
	color: #0C0;
}




#pied_de_page {
	width: 50%;
	background-image: url(../images/bkgd.png);
	-moz-border-radius : 10px;
	-moz-box-shadow : 4px 4px #b0b0b0;
	-webkit-box-shadow : 4px 4px #b0b0b0;
	margin-right: auto;
	margin-left: auto;
	color: #CCC;
	background-repeat: repeat;
	padding-bottom: 20px;
	padding-top: 1px;
	text-align: center;
	font-size: 0.85em;
}
#conteneur #pied_de_page p strong a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	text-decoration: blink;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#conteneur #pied_de_page p strong a:hover {
	color: #0C0;
	text-decoration: none;
}




body {
	background-image: url(../images/sangrios_design/fonds/sandra_fond_cool.JPG);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
}
.texte_center {
	text-align: center;
}

.image_center {
	display: block;
	left: auto;
	top: auto;
	width: auto;
	margin: auto;
}
.image_flottante_droite {
	display: block;
	float: right;
	padding: 15px;
}

.sous_titres {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	padding-left: 40px;
}
#conteneur #contenu .sous_titres a {
	color: #FFF;
}
#conteneur #contenu .sous_titres a:hover {
	color: #0C0;
}


.remonte {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	float: right;
	padding-right: 45px;
}
#conteneur #contenu .remonte a {
	color: #FFF;
}

#conteneur #contenu .remonte a:hover {
	color: #0C0;
}



.image_100_pr-ct {
	left: auto;
	right: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	height: auto;
}
