/*//////// feuille de style gn rale ///////*/

/* redfinition des balises */
body {
	margin: 0px;
	padding: 0px;
	background-color:#4A6870;
	text-align : center;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 100%;
	color: #000;
	background-position: center;
}
form {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 240%;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 200%;
	padding: 0;
	margin: 0;
}
h3 {
	font-size: 160%;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 8px;
}
h4 {
	font-size: 140%;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 4px;
}

h5 {
	font-size: 120%;
	padding: 0;
	margin-top: 7px;
	margin-bottom: 2px;
}

object {
	padding: 0;
	margin: 0;
	border: 0px;
}
acronym {
	border-bottom: dashed #000000 1px;
	cursor: help;
}
abbr {
	border-bottom: dashed #000000 1px;
	cursor: help;
}
fieldset {
	background-color: #FEFCF2;
	border: 1px solid #FFFFFF;
}
legend {
	padding: 0;
	margin: 0;
} 



/*////////// styles généraux ////////*/

.access {
	display: block;
}
.cache {
	display: none;
}
.block {
	display: block;
}
.float_g {
	float: left;
}
.float_d {
	float: right;
}

.spacer {
	clear: both;
	line-height: 5px;
}

.taille_80 {
	font-size: 80%;
}

.texte_centrer {
	text-align: center;
}
.texte_gauche {
	text-align: left;
}
.texte_droite {
	text-align: right;
}
.texte_justifie {
	text-align: justify;
}
.texte_erreur {
	font-style: italic;
	color: #CC3300;
}
.bold {
	font-weight: bold;
}

.border_img_0 {
	border: 0px;
	text-decoration: none;
	vertical-align: middle;
}
.border_img_0_avec_marges_5 {
	border: 0px;
	text-decoration: none;
	margin: 5px;
	vertical-align: middle;
}

.border_img {
	border-width: 3px;
	border-style: solid;
	border-color: #B4D4D1;
}

.gris {
	color: #666666;
}
.noir {
	color: #000000;
}
.vert {
	color: #b8d587;
}
.vert_moyen {
	color: #64a18f;
}
.vert_moyen_gras {
	color: #64a18f;
	font-weight:bold;
}
.bleu {
	color: #4a6e77;
}
.rouge {
	color: #FF0000;
}


.bordure_fond_1 {
	border-color: #Fef4aa;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 10px;
	color: #000000;
	background-color: #FFFDEA;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
}

.bordure_fond_2 {
	border-color: #b8d587;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 10px;
	color: #000;
	background-color: #d9ecb9;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
}

.fond_color_1 {
	background-color: #b4d4d1;
}
.fond_color_2 {
	background-color: #4a6e77;
	color: #fff;
}
.fond_color_3 {
	background-color: #d9ecb9;
}

.taille_80 {
	font-size: 80%;
}

/*/////////// STYLES DES MODULES ///////////*/

/*//// Mod_actu menu ///////*/
#actu {
	display:block;
	width:188px;
	height:172px;
	overflow:hidden;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	margin-left:4px;
	margin-top:20px;
	margin-bottom:30px;
	font-family: Arial, sans-serif;
}

#actu h2 span {
background-image:url(Image/icon-actualite.gif);
background-repeat:no-repeat;
background-position: 3px 0px;
padding-left:22px;
}
#actu h2 {
background-image:url(Image/fond-mod-actu.gif);
background-repeat:repeat-x;
font-size:1em;
}

#mod_actu {
	display: block;
	padding-right: 0px;
	overflow: auto;
	width: 183px;
	height: 149px;
	padding-left: 5px;
	font-size: 0.7em;
	color: #000000;
	background-color:#FFFFFF;
}
.texte_news {
padding-top:3px;
}
.mod_actu_date {
	padding-top:5px;
}
.mod_actu_titre {
color:#216F35;
font-weight:bold;
}
.mod_actu_contenu {
color:#216F35;
}
.mod_actu_lien {
text-decoration:none;
}

/*//// Mod_actu contenu ///////*/

.date_c_actu {
	color: #6C6C6C;
	background-image: url(Image/icon-actualite.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:25px;
	display:block;
	width:auto;
	height:auto;
	margin-top:20px;
}

.boite_c_actu {
	display:block;
	width:710px;
	height:auto;
	background-color: #FFFCF3;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #D9EDBA;
	border-bottom-style: solid;
	border-bottom-color: #B4D4D1;
	border-bottom-width: 1px;
	padding-left:10px;
	padding-right:10px;
}

.boite_c_actu h3 {
margin: 0;
padding: 0;
padding-bottom:15px;
}





/*//// Mod_ariane///////*/
#ariane {
	display:block;	
	width:100%;
	height:26px;
	background-color: #526D74;	
	vertical-align:top;
	float:left;
}
html>body #ariane {
height: auto;
min-height:26px;
}
#ariane div {
	background-image:url(Image/ariane_fond.gif);
	background-repeat:repeat-x;
}
#ariane span {
	display:block;	
	height: 21px;
	width: 100%;
	padding-left: 6px;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size:0.8em;
	font-weight: bold;	
	padding-top:3px;
}
html>body #ariane span {
height: auto;
min-height:21px;
}
#ariane a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#ariane a:hover {

	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.gt {
	font-size: 1.4em;
	font-weight: normal;
}

/*//// Mod_menu///////*/
#menu {
display:block;
width:250px;
margin-left:4px;
}

/* 1er niveau */
#menu ul {
	overflow: hidden;
	width: 100%;
	margin:0px;
	padding:0px;
}

#menu li {
	float: left;
	clear: both;
	display: inline;
	margin: 0 0 2px 0px;
	background: url(Image/bouton1_pixel.gif) repeat-x;
	width: 190px;
}

#menu li a {
	display: block;
	width: 190px;
	text-decoration: none;
	background-image:url(Image/bouton1_haut.gif);
	background-repeat:no-repeat;	
	font-size: 1.1em;
}

#menu li li a {
	font-size: 0.8em;
}
#menu li li li a {
	font-size: 0.7em;
}
#menu li a span {
	display: block;
	padding: 3px 10px 3px;
	color: #000;	
	background: url(Image/bouton1_bas.gif) no-repeat 0 100%;	
}

#menu li.ouvert a span {
	display: block;
	padding: 3px 10px 3px;
	color: #000;	
	background: url(Image/bouton2_bas.gif) no-repeat 0 100%;	
}

#menu li a strong {
	font-weight:normal;
	color: #000000;
}

#menu li a:hover {
	text-decoration: underline;
	color: #000000;
}

#menu li.actif a strong {
	padding-left:20px;	
	background: url(Image/puce-niveau-1.gif) no-repeat 0 5px;
}
#menu li li.actif a:hover {
	text-decoration: underline;
}

/*//////// 2me niveau */
#menu li.actif ul {
	width: 190px;
	padding: 0 0 10px;
	background: #E5F1CB url(Image/bottom_corners_200.gif) no-repeat 0 100%;
}
#menu li.actif ul li {
width: 190px;
line-height: 1.3em;
margin: 0;
border-bottom: 1px solid #FFF;
background: none;
}
#menu li.actif ul li.premier {
padding: 10px 0 0;
background: url(Image/has_sub_ul_top.gif) no-repeat 50% 0 ;
border-bottom: 1px solid #FFF;
}
#menu li.actif ul li.premier a {
	border-top: 1px solid;
	border-color: #FFF;
}
#menu li.actif ul li a {
background: none;
}
#menu li.actif ul li a:hover {
color: #000; background: #FFFBE0;
}
#menu li.actif ul li a span {
padding: 4px 10px 4px 20px;
background: none;
text-transform: none;
}
#menu li.actif ul li.actif a span {
padding: 0 0 0 20px;
background: none;
}
#menu li.actif ul li.actif a strong {
display: block;
margin-left: -10px;
padding: 4px 15px;
color: #000;
background: url(Image/puce-niveau-2.gif) no-repeat 0 10px;
}

/*////////// 3me niveau */

#menu li.actif ul li.actif ul {
padding: 0;
background: #F1F8E1;
}
#menu li.actif ul li.actif ul li {
border-bottom: 1px solid #fff;
}
#menu li.actif ul li.actif ul li a {
border-top: 1px solid #fff;
}
#menu li.actif ul li.actif ul li a span {
padding-left: 35px;
}
#menu li.actif ul li.actif ul li.actif a span {
padding: 0 0 0 35px;
background: none;
}
#menu li.actif ul li.actif ul li.actif a strong {
display: block;
margin-left: -10px;
padding: 4px 17px;
color: #000;
background: url(Image/puce-niveau-2.gif) no-repeat 0 9px;
}

/*////////MOD contact //////*/

#contact label{
	float: left;
	width: 13em;
	text-align: right;
	margin-right: 0.5em;
}

.input_text2 {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}


/*/////////// STYLES des blocs ///////////*/

#page {
	width : 100%;
	text-align : left;
	margin: auto;
	height: auto;
	background-color: #FFFBE0;
}

#bandeau {
	width : 100%;
	text-align : left;
	margin: 0;
	height: 194px;
	background-color: #FFFBE0;
	background-image: url(Image/fond_haut.jpg);
	background-repeat: no-repeat;
}

#meteo {
	width : 124px;
	height: 124px;
	background-image: url(Image/fond-meteo.png);
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-right: 3px;
	padding-top: 12px;
	padding-left: 12px;
	margin-left: 30px;
}
#bandeau h1 {
	width : auto;
	text-align : left;
	height: auto;
	margin-left: 14px;
	margin-top: 14px;
}
#bandeau h1 img {
	border: 0;
}

#fond_bandeau {
	display:block;
	position:relative;
	top:194px;
	background-image: url(Image/fond_bas_bandeau.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:26px;
}

#col_g {
	display:block;
	width:20em;
	height:auto;
	/*background-image:url(Image/background-menu.gif);
	background-repeat:repeat-y;*/
	overflow:hidden;
	float:left;
}

#contenu {
	display:block;
	width:90%;
	height:auto;
	overflow:hidden;
	float:left;
	border: 2px solid #FFF;
	background-color: #FFFBE0;
	font-size:90%;
	background-image:url(Image/haut_contenu.gif);
	background-position: 0 0;
	background-repeat:repeat-x;
	padding-left:10px;
	padding-right:10px;
}

#contenu h3 {
color:#1F7576;
font-variant:small-caps;
}

#contenu h4 {
color:#1F7576;
font-variant:small-caps;
}

#contenu h5 {
color:#1F7576;
font-variant:small-caps;
font-weight:normal;
}

#contenu a {
color: #4e6e77;
}

#contenu a:hover {
color: #b4d4d1;
}

#contenu a:visited {
color: #828ea6;
}

#titre_contenu {
	background-image:url(Image/puce-logo-pays-de-sault.jpg);
	background-position: 0px 4px;
	background-repeat:no-repeat;
	padding-left:40px;	
	padding-bottom:4px;
	color: #1F7576;
	vertical-align: middle;
	margin-top:22px;
	margin-bottom:8px;
}

.titre_accueil {
	padding-bottom:4px;
	color: #1F7576;
	margin-top:22px;
	margin-bottom:8px;
	text-align: center;
	font-size: 180%;
}

#pied {
	display:block;
	clear:both;
	width:100%;
	height:auto;		
}

#pied_1 {
float:left;
display:block;
width:12em;
vertical-align:middle;
margin-top:5px;
margin-bottom:8px;
margin-left:20px;
}


#pied_2 {
	display:block;
	width:100%;
	height:auto;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	background-image:url(Image/fond_pied.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	text-transform:uppercase;
	padding-top: 8px;
}
html>body #pied_2 {
height: auto;
min-height:50px;
}

#pied_2 a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding-top: 10px;
}

#pied_2 a:hover {
text-decoration:underline;
}

#pied_3 {
	float:left;
	display:block;
	width:199px;
	vertical-align:middle;
	margin-top:4px;
	margin-bottom:14px;
	margin-left:20px;
	text-align:center;
}
#pied_4 {
	display:block;
	width:100%;
	height:auto;
	clear:both;
	background-color:#FFF;
	text-align:right;
	font-size:0.7em;
	padding-right:15px;
	padding-top:4px;
}
html>body #pied_4 {
height: auto;
min-height:60px;
}

#pied_4 a {
	color:#000000;
	text-decoration:none;
}

#pied_4 a:hover {
text-decoration:underline;
}
#presentation {
	display: block;
	width: 350px;
	height: 222px;
}
.r1 {
	float: left;
	display: block;
	width: 25%;
	color: #993333;
}
.r2 {
	float: left;
	display: block;
	width: 28%;
	padding-left: 10px;
	color: #993333;
}
.r3 {
	float: left;
	display: block;
	width: 27%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 60px;
}
#anim {
	display:none;
}
#rando {
	text-align: center;
}

