/* GENERAL */
	body {
		margin: 0px;
		margin-bottom: 10px;
		background: #faf3c1;
	}
	
/* TEXTE */

	td, div, font, span, a {
		font-family: Verdana, Arial;
		font-size: 11px;
	}
	
	h2 {
		background: url(images/fleche.gif) no-repeat;
		margin: 0px;
		margin-bottom: 10px;
		padding: 0px;
		padding-left: 20px;
		font-family: Verdana, Arial;
		font-size: 14px;
		color: #999;
	}
	
	.petit {
		font-size: 9px;
		color: #999;
	}

	.titre {
		font-size: 16px;
		color: darkblue;
		font-weight: bold;
	}
	
	.grostitre {
		font-size: 30px;
		color: darkblue;
	}

/* LIENS */

	a {
		font-size: 11px;
		color: #900000;
	}
	a:hover {
		font-size: 11px;
		color: red;
		text-decoration: none;
	}
	
	a.copyright {
		font-size: 10px;
		color: #999966;
		text-decoration: none;
	}
	a.copyright:hover {
		font-size: 10px;
		color: #777777;
		text-decoration: underline;
	}

	a.photoaleatoire {
		font-size: 10px;
		color: white;
		text-decoration: none;
	}
	a.photoaleatoire:hover {
		font-size: 10px;
		color: red;
		text-decoration: none;
	}

/* HAUT + MENU */

	#haut {
		width: 790px;
		height: 210px;
		background: url(images/haut_alpha.png);
		text-align: center;
	}
	div#menu {
		width: 790px;
		height: 20px;
		padding-top: 175px;
	}
	#accueil {
		width: 85px;
		text-align: center;
		float: left;
	}
	#liens {
		padding-left: 58px;
		float: left;
	}
	#contact {
		width: 80px;
		text-align: center;
		float: right;	
	}
	
	a.menu {
		font-size: 12px;
		color: black;
		text-decoration: none;
		font-weight: bold;
	}
	a.menu:hover {
		font-size: 12px;
		color: #900;
		text-decoration: underline;
		font-weight: bold;
	}


/* actualités */

	a.actualites {
		padding-left: 12px;
		background: url(images/actualites/fleche.gif) no-repeat;
		font-size: 10px;
		color: #006600;
		text-decoration: underline;
		font-weight: bold;
	}
	a.actualites:hover {
		font-size: 10px;
		color: red;
		text-decoration: none;
		font-weight: bold;
	}

	a.aux {
		padding-left: 12px;
		background: url(images/icones/plus.gif) no-repeat;
		font-size: 14px;
		color: black;
		text-decoration: none;
	}
	a.aux:hover {
		font-size: 14px;
		color: grey;
		text-decoration: underline;
	}


/* BLOCS */

	/* gauche */
		div.bloc_580_dg {
			width: 580px;
			background: url(images/cadres/580dg_alpha.png);
		}
		div.bloc_580_h {
			width: 580px;
			background: url(images/cadres/580h_alpha.png) no-repeat;
			padding-bottom: 15px;
			padding-top: 18px;
		}
		div.bloc_580_b {
			width: 580px;
			background: url(images/cadres/580b_alpha.png) bottom no-repeat;
		}
		div.bloc_580_fond {
			text-align: left;
			width: 550px;
			background: url(images/cadres/fond.png) bottom;
			background-repeat: repeat-x;
		}

	/* droite */
		div.bloc_200_dg {
			width: 200px;
			background: url(images/cadres/200dg_alpha.png);
		}
		div.bloc_200_h {
			width: 200px;
			background: url(images/cadres/200h_alpha.png) no-repeat;
			padding-bottom: 15px;
			padding-top: 18px;
		}
		div.bloc_200_b {
			width: 200px;
			background: url(images/cadres/200b_alpha.png) bottom no-repeat;
		}
		div.bloc_200_fond {
			text-align: left;
			width: 170px;
			background: url(images/cadres/fond.png) bottom;
			background-repeat: repeat-x;
		}

/* form */

input, textarea {
	font-family: Verdana, Arial;
	font-size: 11px;
}