body {
	background-image: url(images/bg.png);
	color: black;
	font-size: 10px;
	font-family: "Verdana";
}

/*Organisation du site*/

#all {
	padding-top: 0px;
	margin: auto;
	margin-top: 0px;
	width: 755px;
	background: #BA460B;
	border: solid;
	padding-left: 5px;
}
html>body #all {
	min-height: 800px;
}

#header {
	width: 771px;
}

#menu {
	width: 850px;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: 10px;
}

#menu img {
	overflow:hidden;
}

#menugauche {
	float: left;
	margin-left: 0px;
	width: 125px;
	border: 1px solid #A03000;
	padding: 1px;
}

#content {

}

#defiler {
	margin-left: 133px;
	text-align: center;
}

#bas {
	clear: left;
	text-align: center;
}

/*Fin organisation du site


/*Design du site*/

a {
	font-weight: bold;
	text-decoration: none; 
	color: #501010;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #501010;
}

img {
	border : none;
	vertical-align: center;
}
#formcenter {
	text-align: center;
	width: 605px;
	margin-left: 133px;
	border: 1px solid #A03000;
	margin-top: 5px;
	margin-bottom: 4px;
}
html>body #formcenter {
	width: 605px;
	margin-top: 5px;
} 
input {
	color:#841A1A;
	font-size:12px;
	border-color: #A10707;
	border-style: solid;
	border-width: 1px;
}
textarea {
	color:#841A1A;
	font-size:12px;
	border-color: #A10707;
	border-style: solid;
	border-width: 1px;
}
iframe {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
p { 
	margin-top: 0px; 
	text-align: justify;
	color: black;
}

/*Fin design du site*/

/*Blocs particuliers*/

.contact {
	width:414px;
	text-align: center;
	border-color: #9878FA;
	border-style: solid;
	border-width: 1px;
	margin: auto;
}
.imageflottante {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	width: 130px;
	height: 97px;
	border: 1px solid black;
}

/* Listage des vidéos */
.item1 {
	border-color: #A03000;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
}
.item2 {
	background-color: #C64600;
	border-color: #A03000;
	border-style: solid;
	border-width: 1px 0px 1px 1px;
}
.item1, .item2 {
	text-align: left;
	padding-left: 2px;
	padding-right: 10px;
	margin-left: 133px;
	height: 103px;
	width: 605px;
}
html>body .item1, .item2 {
	width: 595px;
}

.news{
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial;
	width: 605px;
	border: 1px solid #A03000;
	margin-left: 133px;
	margin-top: 5px;
	margin-bottom: 14px;
}
.attention{
	text-align: center;
	width: 605px;
	margin-left: 133px;
	margin-top: 5px;
	margin-bottom: 4px;
	border: 1px solid #A03000;
	padding-left: 5px;
	padding-right: 5px;
}
html>body .attention {
	width: 595px;
}

.video{
	margin-bottom: 8px;
	margin-left: 8px;
	border: 1px solid #A03000;
	width: 605px;
	text-align: center;
}

/*Fin bloc particulier*/