/* CSS Document */

body {
	background-image:url(images/fond.gif);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	color: #ffffff;
	text-align: center;
}
p {
	color: #ffffff;
	font-size: 100%;
	margin-bottom: 1em;
}


/*titres---------------------*/

h1 {
	font-size: 100%;
	color: #9e0c0f;
	text-transform: uppercase;
	line-height: 1.5em;
	border-top: solid 1px #9e0c0f;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #9e0c0f;
	line-height: 1.5em;
}
h3 {
	font-size: 90%;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.5em;
	border-top: solid 1px #ffffff;
}


/*liens------------------------*/

a.lienmenu {
	color: #ffffff;
	text-decoration: none;
}
a.lienmenu:hover { 
	color: #9e0c0f;
	text-decoration: none;
}
a.lienexterne {
	color: #cc33cc;
	text-decoration: none;
}
a.lienexterne:hover { 
	color: #ffffff;
	text-decoration: none;
}
a.lieninterne {
	color: #9e0c0f;
	text-decoration: none;
}
a.lieninterne:hover { 
	color: #ffffff;
	text-decoration: none;
}
a.geb {
	color: #ffffff;
	text-decoration:none;
}
a.geb:hover { 
	color: #ffffff;
	text-decoration: none;
}



/*class---------------------*/

.orange {
	color: #f78c20;
	text-decoration: none;
	font-size: small;
}
.rougesanslien {
	color: #9e0c0f;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}
.violet {
	color: #791a83;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.paragraphe {
	margin-bottom: 2.5em;
}
.paragraphe2 {
	margin-bottom: 6em;
}
.photo {
	float: left;
	padding: 0 3% 1em 0;
}
.photodroite {
	float: right;
	padding: 0 0 1em 3%;
}
.center {
	text-align: center;
}
.pied {
	position: relative;
	float: left;
	clear: right;
	color: #ffffff;
	font-size: 1em;
	border-top: solid 1px #ffffff;
}


/*listes----------------------------*/

li {
  font-size: 100%;
  display: list-item;
  list-style-type: none;
  line-height: 1.5em;
} 

#navlist {
  border-bottom: 1px solid #9e0c0f;
  margin: 1em 0;
  width: 100%;
  padding: 0;
}
#navlist li {
  list-style: none;
  margin: 0;
  padding: 0.25em;
  border-top: 1px solid #9e0c0f;
}
#navlist li a { text-decoration: none; }



/*boites-----------------------------*/

#conteneur {
	position: relative;
	visibility: visible;
	width: 760px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	padding: 2px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 752px;
	clear: left;
}
#bandeau {
	position: relative;
	float: left;
	width: 100%;
	border: solid 1px #9e0c0f;
}
#boite1 {
	position: relative;
	float: left;
	width: 20%;
	text-align: left;
	margin-top: 2em;
	background-color: #000;
}
#boite2 {
	position: relative;
	float: right;
	width: 75%;
	text-align: left;
	margin-left: 1em;
	margin-top: 4em;
	background-color: #000;
}
#boite4 {
	position: relative;
	float: right;
	width: 100%;
	text-align: left;
	clear: left;
}
#center {
	position: relative;
	float: center;
	width: 100%;
	text-align: center;
}

#spacer {
  clear: both;
}
hr {
  clear: both;
  visibility: hidden;
}
