body {
	font: normal 12px "Comic Sans MS", Geneva, sans-serif;
	color: #F47F1E;
	text-decoration: none;
	background-color: #F4EB95;
}

body {
	/*text-align: center;*/
	padding: 0;
	margin: 0;
}

#entete {
	background-repeat: no-repeat;
}

#nomAsso {
	font-size: 1.3em;
	color: #F47F1E;
	font-weight: normal;
	/*letter-spacing: -1px;*/
	margin: 0 15px 15px 0;
}

#menuConteneur {
	background-image: url(images_orange/motif_navig.jpg);
	background-repeat: repeat-x;
	/*border-bottom: 1px solid #BFD2D8;*/
}

.menuNavig li {
	display: inline;
	list-style-type: none;
	margin-left: 10px;
}

.menuNavig a {
	color: White;
	font-size: 0.76em;
	text-decoration: none;
}

.menuNavig a:hover {
	color: White;
	text-decoration: underline;
}

.menuNavig #selected {
	font-weight: bold;
	font-size: 0.76em;
	color: Maroon;
}

.padding15 {
	padding: 15px;
}

.padding5 {
	padding: 5px;
}

.bloc {
	background-color: #EFE8AD;
	/*color: #7A6643;*/
	font-size: 0.7em;
	text-align: justify;
}

.bloc0 {
	background-color: #F4EB95/*#FFD67D#BFD2D8*/;
	font-size: 0.7em;
	text-align: justify;
}

.bloc1 {
	background-color: #CCCCCC;
	color: #7A6643;
	font-size: 0.7em;
	text-align: justify;
}

.bloc2 {
	background-color: #FFE4C4;
	text-align: justify;
}
.bloc3 {
	background-color: /*#CCCCCC*/#E8E8E8;
	text-align: justify;
}

.blocTop {
	background-image: url(images_orange/top_bloc.gif);
}

.separateurActus {
	margin-top:6px;
	margin-bottom: 0;
	height: 8px;
	padding:0;
	background-image: url(images_bleu/separateur_actus.gif);
	background-repeat: repeat-x;
}

.photoMini {
	border: 3px solid White;
	float: left;
	margin-right: 2px;
}

/*///////////////////////////////
// Textes
////////////////////////////////*/

p {
	font-size: 0.7em;
	color: #6A6A62;
	text-align: justify;
	margin:0 0 10px 0;
}

h1 {
	color: #F47F1E;
	font-size: 1.3em;
	font-weight: normal;
	/*letter-spacing: -1px;*/
	margin:0;
}

.grasSouligne {
	font-weight: bold;
	text-decoration: underline;
}

.textePetit {
	font-size: 10px;
}

.textePetitI {
	font-size: 10px;
	font-style: italic;
	color: #968064;
}

.titreBlocBleu {
	padding:5px;
	color: /*#0080B5*/#74612D;
	font-size: 1em;
	/*font-weight: bold;*/
}

.titreBlocOrange {
	padding:5px;
	color: #FFA200;
	font-size: 1em;
	/*font-weight: bold;*/
}

.titreBlocVert {
	padding:5px;
	color: #7CAE00;
	font-size: 1em;
	/*font-weight: bold;*/
}

.titrePicto {
	background-image: url(images/bonhomme.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	font-size: 14px;
	padding-top: 4px;
	color: #5E4B21;
	height: 18px;
}

A.lienBasBloc {
	font-size: 10px;
	color: Maroon;
	text-decoration: underline;
}
A:hover.lienBasBloc {
	color: Maroon;
	text-decoration: none;
}

A.lienContenu, p a {
	color: #F47F1E;
	text-decoration: underline;
}
A:hover.lienContenu, p a:hover {
	color: Black;
	text-decoration: underline;
}

img, div {
	behavior: url("pngbehavior.htc");
}

/*///////////////////////////////
// PAGE ACTUALITE
////////////////////////////////*/
.hautTableau {
	background-color: #F47F1E;
	background-image: url(images_orange/pix_hautTableau.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.textePublie {
	color: #E16600;
	font-size: 10px;
	font-style: italic;
}

A.lienVoir {
	color: White;
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	/*border-color: #E6F2CA #779F48 #779F48 #E6F2CA;*/
	border-color: White;
	text-decoration: none;
	padding:2px 6px 2px 6px;
}
A:hover.lienVoir {
	color: Black;
}

/*///////////////////////////////
// PAGE PHOTOTHEQUE
////////////////////////////////*/
.conteneurPhoto {
	border: 1px solid White;
	padding:5px;
}


/*///////////////////////////////
// PAGE CONTACT
////////////////////////////////*/
.conteneurContacts {
	border: 1px solid #F28619;
	height: 220px;
	padding: 10px;
	background-image: url(images_orange/bas_contact.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.ombres {
	background-image:url(images_orange/ombres.jpg);
	background-position:top center;
	background-repeat:repeat-y
}