@charset "UTF-8";
/* CSS Document */

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-image: url(images/ligne-accueil.jpg);
	background-repeat: repeat-x;
}
body-pages{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}
template {
	background-image: url(../images/ligne.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: center;
	font-weight: bold;
}


.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	text-decoration: none;
}
a.titre:link {
	text-decoration: none;
}
a.titre:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	text-decoration: underline;
}
a.titre:visited {
	text-decoration: none;
}
.sous-titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: 22px;
}
a.sous-titre:link {
	text-decoration: none;
}

a.sous-titre:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	line-height: 22px;
	text-decoration: none;
}
a.sous-titre:visited {
	text-decoration: none;
}

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
.texte-gras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	text-decoration: none;
}

a.texte:link {
	text-decoration: none;
}
a.texte:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
}
a.texte:visited {
	text-decoration: none;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
a.description:link {
	text-decoration: underline;
}
a.description:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
a.description:visited {
	text-decoration: underline;
}
.adresse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
a.adresse:link {
	text-decoration: underline;
}
a.adresse:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	color: #F47D30;
	text-decoration: underline;
}
a.adresse:visited {
	text-decoration: underline;
}


.items {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-align: center;
	letter-spacing: 3px;
	line-height: 60px;
	vertical-align: bottom;
}
a.items:link {
	text-decoration: none;
}
a.items:hover {
	font-size: 28px;
	color: #F47D30;
}
a.items:visited {
	text-decoration: none;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-align: left;
	letter-spacing: 3px;
	line-height: 48px;
	vertical-align: bottom;
	text-indent: 15px;
}
a.menu:link {
	text-decoration: none;
}
a.menu:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #F47D30;
	text-align: left;
	letter-spacing: 3px;
	text-decoration: none;
	line-height: 48px;
	vertical-align: bottom;
}
a.menu:visited {
	text-decoration: none;
}
.main-table {
	background-image: url(../images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clip: rect(0px,auto,auto,auto);
	background-attachment: scroll;
	height: 700px;
	width: 809px;
	color: #FFF;
}
.pages {
	background-image: url(../images/ligne.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}
.footer {
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #96B367;
	height: 100%;
}
.logo {
	background-image: url(../images/entete.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.entete {
	background-image: url(../images/entete.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.liste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	list-style-type: disc;
	list-style-position: outside;
}
a.liste:link {
	text-decoration: none;
}
a.liste:hover {
	text-decoration: underline;
}
a.liste:visited {
	text-decoration: none;
}
.option-table  {
	background-position: center bottom;
	background-color: #FBD2B7;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	width: 165px;
}
