/* mise en page */

body
{
	margin				  : auto;
	padding				  : 20px 0px 0px 0px;
	background		      : url('http://lesblongios.fr/pages/calendriers/fichiers/images/fond_page.jpg') top center repeat-y;
	font-size             : 12pt;
	font-family           : arial;
	color                 : #000000;
	text-decoration       : none;
	text-align            : justify;
}

a
{
	color				  : #ff7b00;
	text-decoration       : none;
	outline				  : none;
}

.chantier
{
	width				  : 630px;
	margin                : auto;
	padding				  : 15px;
	background		      : #ffffff;
	filter 				  : alpha(opacity=65);
    -moz-opacity 		  : 0.65;
    opacity 			  : 0.65; 
	-moz-border-radius    : 0.8em;
}

table
{
	width				  : 600px;
	margin                : auto;
	border-collapse		  : collapse;
}

td
{
	min-width			  : 200px;
	margin                : auto;
	padding               : 5px;
	border                : 1px dashed #222222;
}

/* textes */

h1
{
	margin				  : 0px;
	padding				  : 0px;
	font-size             : 14pt;
	font-family           : verdana;
	color                 : #ff7b00;
	font-weight           : bold;
	text-decoration       : none;
	text-align            : center;
}

h2
{
	margin				  : 0px;
	padding				  : 0px;
	font-size             : 12pt;
	font-family           : arial;
	color                 : #005a31;
	font-weight           : bold;
	text-decoration       : none;
	text-align            : center;
}

.texte_case
{
	font-size             : 12pt;
	font-family           : arial;
	color                 : #005a31;
	font-weight           : bold;
	text-decoration       : none;
}

.lien
{
	font-size             : 8pt;
	font-family           : arial;
	color                 : #404040;
	text-decoration       : none;
	text-align			  : right;
}

