
/*###############################################
################################################
###
###  STRUCTURE
###
###############################################
##############################################*/

body{
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	font-size: 11px;
	color: #906865;

	margin: 0;
	padding: 0;
	height: 100%;
}

.menu_n1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #68C9D0;
	text-transform: uppercase;
}

.menu_n1_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7D9828;
	text-transform: uppercase;
}

.menu_n2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #68C9D0;
}

.menu_n2_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7D9828;
}

.page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #68C9D0;
}

.page_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D9828;
}

.texte_marron {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #906865;
}

.titre {
	font-family: Verdana;
	font-size: 12px;
	color: #5597D1;
	font-weight: bold;
}

.outils {
	font-family: Verdana;
	font-size: 10px;
	color: #906865;
	font-weight: bold;
}

.access_pass {
	font-family: Verdana;
	font-size: 10px;
	color: #7D9828;
}

.copyright {
	font-family: Verdana;
	font-size: 9px;
	color: #906865;
}

input.champ {
	font-family: Verdana;
	font-size: 10px;
	color: #906865;
	border: 1px solid #7F9DB9;
}

/*###############################################
################################################
###
###  CONTENU
###
###############################################
##############################################*/

/*------------------------------------Tableau------------------------------------*/

table{
	font-size: 11px;
}

/*------------------------------------Les Listes------------------------------------*/
li {
	list-style-position: outside;
	list-style-image: url(http://www.plougonven.fr/medias/images/www/contenu/communs/puce_liste.gif);
	list-style-type: Aucune;
}

/*------------------------------------Les Fonds------------------------------------*/
.fond_1{
	background-color: #FFFFFF;
}
.fond_2{
	background-color: #F2F4F4;
}

/*------------------------------------Spécifique------------------------------------*/
.titre-page{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5597D1;
}

.sous-titre-page{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5597D1;
}

.chapeau{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #7D9828;
}
.titre-article{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4DAEB5;
	text-transform: uppercase;
}
.sous-titre-article{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #906865;
}
.texte{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #906865;
}
.legende{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: regular;
	color: #7D9828;
}






/*------------------------------------Formulaires------------------------------------*/

input.outils {
font-size: 11px;
color: #808080;
border:0px solid black;
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

input.texte {
font-size: 11px;
color: #808080;
border:1px solid #808080;
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

input.texte_erreur {
font-size: 11px;
color: #FFFFFF;
border:0px solid black;
background-color:#FF0000;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.t1_r {
	color:#FF0000;
}


/*------------------------------------STRUCTURES------------------------------------*/

.barre_article {
	width: 220px;
	height: 1px;
	background: #CB1242;
}

.contenaire_photo {
	width: 15px;
	padding: 3px;
	border: 1px solid #BEC7D4;
}

.contenaire_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5597D1;
	width: 225px;
	heigth: 20px;
	margin-right: 0px; 
	background: #BEE94C;
}

.mini_colonne {
  float: left;
  width: 105px;
  margin-right: 10px;
}



a {
	font-family: Arial, Helvetica, sans-serif;
	 text-decoration: none;
	font-weight: regular;
	color: #7D9828;
	font-size: 11px;
}
a:hover {  font-size: 11px;color: #906865; text-decoration: none; }
a:active {  font-size: 11px;color: #906865; text-decoration: none; }


		/*############################
		### Calendrier
		############################*/
		.calendrier {
			margin:0;
			border:0;
			background: #FFFFFF;
		}

		a.calendrier_on {
			color: #4DAEB5;
		}

		.calendrier_en_tete {
			margin:0px;
			border:0px;
			width: 169px;
			height: 25px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #5597D1;	
			text-align:center;
			background: #BEE94C;
		}
