/*--- Style CSS pour le nouveau site territorial ---*/

/*--- STYLES ADAPTES POUR COMPATIBILITE IE ET FF ---*/

/*--- Styles généraux ---*/

body {
	background-image: url(images/body.png);
	background-repeat:repeat-x;
	text-align:center;
	margin:0;
}

a, a:visited {
	color:#C80F0A;
	text-decoration:none;
}

a:hover {
	color:#0F0A6D;
}

.menu_titre1 {
	height:20px;
	width:125px;
	font-family:arial;
	font-size:10pt;
	font-weight:bold;
	padding-left:5px;
	margin-bottom:5px;
	margin-top:5px;
	background-color:#ffc0cb;
	border-top:solid #C80F0A 2px;
}

.menu_titre2 {
	width:125px;
	font-family:arial;
	font-size:8pt;
	padding-left:5px;
}

.texte_titre {
	color:#C80F0A;
	font-size:12pt;
	font-weight:bold;
}


img {
	margin:5px;
	/*width:200px;
	height:auto;*/
}

/*--- Styles pour les tableaux ---*/

.row_first {				/*Premiere ligne*/
	background-color:#ffc0cb;
}

.row_even {				/*Lignes paires*/
	background-color:#E0E0E0;
}

.row_odd {				/*Lignes impaires*/
	background-color:#C0C0C0;
}


/*--- Blocs de fond ---*/

#general {
	width:800px;
	height:auto;
	/*border:1px solid grey;*/
}

#titre {
	width:800px;
	height:100px;
	background-image: url(images/titre.png);
	background-repeat:no-repeat;
	text-align:left;
	border-top:1px solid #808080;
}

#main {
	text-align:left;
	width:800px;
	height:auto;
	background-image: url(images/main.png);
	background-repeat:repeat-y;
	/*border:1px solid orange;*/
}

.spacer {clear:left;} /*style de bloc fantome pour forcer le remplissage*/

#pied {
	width:800px;
	height:20px;
	background-image: url(images/pied.png);
	background-repeat:no-repeat;
	color:#808080;
	font-family:arial;
	font-size:8pt;
	text-align:center;
	padding-top:10px;
	/*border:1px solid green;*/
}

/*--- Blocs du titre---*/

#sous_titre {
	margin-top:70px;
	margin-left:170px;
	height:30px;
	width:480px;
	color:white;
	font-family:arial;
	font-size:16pt;
	font-weight:bold;
	text-align:left;
	/*border:1px solid blue;*/
}

/*--- Blocs du menu ---*/

#menu {
	float:left;
	width:150px;
	height:auto;
	/*border:1px solid blue;*/
}

#menu_sommet {
	width:150px;
	height:42px;
	background-image: url(images/menu_sommet.png);
	/*border:1px solid red;*/
}

#menu_principal {
	width:140px;
	height:auto;
	background-image: url(images/menu_principal.png);
	background-repeat: repeat-y;
	padding-left:10px;
	padding-top:10px;
	/*border:1px solid red;*/
}

#menu_bas {
	width:150px;
	height:24px;
	background-image: url(images/menu_bas.png);
	/*border:1px solid red;*/
}


/*--- Blocs de la partie centrale : article ---*/

#article {
	float:left;
	background:#FFFFFF;
	width:470px;
	height:auto;
	/*border:1px solid blue;*/
}

#article_sommet {
	width:410px;
	height:60px;
	background-image: url(images/article_sommet.png);
	background-repeat:no-repeat;
	padding-top:20px;
	padding-left:60px;
	font-family:arial;
	/*border:1px solid red;*/
}

#article_principal {
	width:450px;
	height:auto;
	background:#FFFFFF;
	padding-left:20px;
	padding-bottom:30px;
	font-family:arial;
	font-size:10pt;
	overflow:hidden;
	/*border:1px solid red;*/
}


/*--- Blocs de la partie droite : post-its ---*/

#post_its {
	float:left;
	width:180px;
	height:350px;
	/*border:1px solid blue;*/
}

#galerie {
	width:180px;
	height:44px;
	background-image: url(images/galerie.png);
	/*border:1px solid red;*/
}

#telechargement {
	width:180px;
	height:46px;
	background-image: url(images/telechargement.png);
	/*border:1px solid red;*/
}

#a_noter {
	width:110px;
	height:100px;
	background-image: url(images/a_noter.png);
	background-repeat: no-repeat;
	font-family:arial;
	font-size:8pt;
	padding-left:50px;
	padding-top:20px;
	padding-right:20px;
	/*border:1px solid red;*/
}

#saviez_vous {
	width:100px;
	height:110px;
	background-image: url(images/saviez_vous.png);
	background-repeat: no-repeat;
	font-family:arial;
	font-size:8pt;
	padding-left:60px;
	padding-top:30px;
	padding-right:20px;
	/*border:1px solid red;*/
}

#lien_photo
{
display: block;
width: 100%;
height: 100%;
}