/* Bruno Boumrah CSS 2006*/
/*************************/


/* ENVELLOPE */
html, body {
	margin: 0px;
	height: auto;
	width: 100%;
	font: 100%/100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/bg.jpg) repeat-x;
	color: #000000;
	padding: 0px;

}
#site {
	width: 955px;
	height: auto;
	margin: 0px auto;
	background: url(images/fond_principale.jpg) repeat-y;
}
#site #menu {
	height: auto;
	font-size: 16px;
	width: 180px;
	float: left;
}
#site #header {
	height: auto;
	background: url(images/fond_header.jpg) no-repeat right top;
	position: relative;
}

#site #menu ul {
	list-style: none;
	display: block;
	margin: 0px;
	float: left;
	padding: 0px;
	width: 180px;
}
#site #menu li {
	display: block;
	margin: 5px 0px;
	width: auto;
	height: auto;
	padding-top: 7px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font: bold 13px/15px Geneva, Arial, Helvetica, sans-serif;
	padding-left: 35px;
}
#site #menu a {
	font-weight: bold;
	color: #FFFFFF;
}
#site #menu a:hover {
	color: #000000;
}
#footer {
	clear: both;
	height: auto;
	color: #551D0E;
	background: #551D0E url(images/fond_footer.jpg) no-repeat center top;
	font-size: 9px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 5px;
}
#tt {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	height: 85px;
	font-size: 10px;
	color: #FFFFFF;
	margin: 30px auto 0px;
	width: 400px;
}
#plan {
	clear: both;
	text-align: center;
	margin: 0px;
}
#logo {
	display: block;
	text-align: center;
	padding-top: 21px;
	width: 147px;
	margin-left: 412px;
}
#actualite {
	background:url(images/fond_pgactu.jpg) no-repeat;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
#flash {
	width: 727px;
	height: 229px;
	float: left;
	z-index: 0;
}
/* CLASS FONCTIONNELLE */

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.actif {
	color: #F6DD00;
	background: #333333;
}
.bold {
	font-weight: bold;
}
.block {
	display: block;
}
.clear {
	clear: both;
}
.inline {
	display: inline;
}
.lettrine {
	font-size: 1.4em;
}
.italique {
	font-style: italic;
}
.accroche {
	width: auto;
	font: bold 0.8em/1.4em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
}
.align_center {
	text-align: center;
}
.cat {
	height: 400px;
	width: 24%;
	float: left;
	padding: 15px;
	background: url(images/img_cat.gif) no-repeat center bottom;
}
.miniature {
	height: auto;
	width: 33%;
	float: left;
	padding-top: 1px;
	margin-left: 20px;
}
.miniature img {
	border: 2px solid #008322;
	margin: 3px;
	cursor: pointer;
}
.justify {
	text-align: justify;
}
label {
	font-size: 1em;
	text-align: left;
	float: left;
	width: 100px;
	color: #FFFFFF;
	line-height: 1.4em;
	margin: 0px 10px 0px 0px;
	padding: 5px 00px 0px 0px;
}
/* BALISES */
ul {
	display: block;
	font-size: 1em;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px;
	height: auto;
}
h1 {
	display: block;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-top: 0px;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: bold;
}
h2 {
	display: block;
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px;
	color: #000000;
}
h3 {
	padding-top: 14px;
	padding-bottom: 14px;
	margin: 0px;
}
img {
	border-style: none;
}
li {
	list-style:none;
	background: url(images/puce.gif) no-repeat left 3px;
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
}
hr {
	background: #9777A9;
	color: #B295CD;
	border-top: 1px solid #8675A2;
}
form {
	margin: 0px;
}
textarea, input, #go{
	border: 1px solid #078728;
}
textarea {
	width: 280px;
	height: 70px;
	overflow: auto;
	margin-top: 2px;
	margin-bottom: 2px;
}
input {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000000;
}
#go {
	color: #FFFFFF;
	width: 120px;
	height: auto;
	background: #05862A;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
p {
	margin: 0px;
	padding: 4px 0px;
	display: block;
}
address {
	display: block;
	text-align: center;
	color: #108B30;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: normal;
	font-size: 0.65em;
	font-weight: bold;
}
/* LIEN */
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a {
	color: #551D0E;
}
#tt a{
	color: #108B30;
}
#tt a:hover{
	color: #000000;
}
address a {
	color: #07872A;
}
address a:hover {
	color: #000000;
}


/* FIN LIEN ******************************************/

#actu {
	height: auto;
	width: 29%;
	padding: 10px 20px;
}
.principale{
	height: auto;
	padding: 5px 10px 0px 10px;
	font-size: 0.7em;
	color: #000000;
	line-height: 14px;
}
.principale .bloc {
	height: auto;
	text-align: left;
	float: left;
	padding: 10px 10px 10px 40px;
	width: 46%;
}
.strong_maj {
	font-weight: bold;
	text-transform: uppercase;
	color: #3D2700;
}
.info {
	text-align: right;
	font-weight: bold;
	border-bottom: 2px dotted #666666;
	font-size: 0.9em;
	color: #999999;
}
.animation {
	float: right;
	margin-top: 34px;
	margin-right: 150px;
}
.actualites {
	float: right;
	margin-top: 35px;
	margin-right: 150px;
}
.principale img {
	/*	border: 1px solid #079CE0; */
	margin-right: 5px;
	margin-left: 5px;
}
#plan a {
	color: #108B30;
	padding-right: 20px;
	padding-left: 20px;
}
#plan a:hover {
	text-decoration: underline;
}
.Noborder {
	border-style: none;
	border-color: #FFFFFF;
}
strong {
	color: #000000;
}
.bordure {
	border: 1px solid #008322;
}
small {
	font-size: 0.8em;
}
.Bloc_index {
	height: auto;
	text-align: left;
	float: left;
	padding: 10px 10px 10px 60px;
	width: 57%;
}
#fond_index {
	background: url(images/fond_index.jpg) no-repeat 200px bottom;
}
#visuel {
	width: 39%;
}
#photo img {
	cursor: pointer;
}
#fmenu1 {
	background: url(images/menu1.jpg) no-repeat;
}
#fmenu2 {
	background: url(images/menu2.jpg) no-repeat;
}
#fmenu3 {
	background: url(images/menu3.jpg) no-repeat;
}
.vert {
	background: #53AC6A;
	padding-right: 5px;
	padding-left: 5px;
}
#Largeur {
	width: 260px;
}
.blanc {
	background: #FFFFFF;
}
#photo {
	margin-top: 0px;
}
.Nomargin {
	margin: 0px;
}
