/* 

	template		Fleur de Pommier
	auteur			Aurélien Grimpard
	date			25 mars 2009
	local			putot.files/templates/putot_fleurdepommier/

*/

HTML, BODY {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

BODY { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #000;
	text-align: left;
	background-color: #FFF;
}
HR {
	color: #333;
}
H1 {
	color: #060;
	text-align: center;
}
H2 {
	color: #036;
	margin-bottom: 2px;
}
H3, H4, H5, H6, H7 {
	margin-bottom: 0px;
}
IMG {
	border: #000 solid 0px;
}
A, A:visited, A:active {
	text-decoration: underline;
	color:#003366;
	cursor: pointer;
}
A:hover {
	text-decoration: none;
	color: #006699;
	cursor: pointer;
}
UL {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
LI {
	list-style-type: square;
}
.floater {
	clear: both;
}




#box_bg1 { /* arrière plan de la page */
	width: 100%;
	background-image: url(putot.files/templates/putot_fleurdepommier/BG.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#box_bg2 { /* arrière plan "photo" avec la zone de contenu posée sur une vitre */
	width: 100%;
}

#box_putotenbessin { /* DIV principale pour l'intégration du site */
	width: 950px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}


#div_header { /* menu - titre - bannière */
	height: 418px;
	width: 910px;
	padding-left: 14px;
}

#div_contenu { /* zone entière de contenu sous #div_ban */
	width: 855px;
	margin-left: 45px;
	clear: both;
}


/* PAGE D'ACCUEIL SEULEMENT */
#div_contenuG { /* cadre gauche de la zone de contenu */
	float: left;
	width: 545px;
	height: 100%;
}

#div_contenuD { /* cadre droit de la zone de contenu (modules) */
	float: right;
	width: 300px;
	margin-top: 5px;
	margin-right: 10px;
	height: 100%;
}

#div_copyright {  /* zone en dessous du contenu, fin de page */
	width: 855px;
	margin-left: 45px;
	letter-spacing : 1px;
	text-align : center;
}
#FOO {
	letter-spacing : 1px;
	width : 855px;
	color : #000;
}
#copyleft {
	float : left;
	text-align : right;
	padding-left: 75px;
}

#copyright {
	float : right;
	text-align : center;
}

.photo_accueil {  /* contenu special page d'accueil */
	width: 520px;
	height: 300px;
	background-image: url(putot.files/images/mairie.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align : center;
}

/* PAGES */

#page {
	background-color: #FFF;
	margin: 5px 10px 5px 10px;
	padding: 5px 5px 5px 5px;
}

#page2 {
	margin: 5px 10px 5px 10px;
}


/* MODULE */
.mod {
	width: 300px;
}
.mod_h {
	width: 300px;
	height: 4px;
	text-align: center;
	background-color: #FFF;
}
.mod_m {
	width: 300px;
	background-color: #FFF;
}
.mod_b {
	width: 300px;
	height: 4px;
	background-color: #FFF;
}
.mod_entete {
	height: 24px;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: larger;
	background-color: #bea583;
}
.mod_sep {
	height: 6px;
}
#motsclefs {
	text-align: right;
	font-size: smaller;
}
#auteurdate {
	text-align: right;
	font-size: small;
	color: #666;
	font-style: italic;
}


.cadreblanc { /* [boxt][/boxt] */
	background-color: #FFF;
}


/* utilisé pour le BBcode */
.boxt { /* [boxt][/boxt] */
	width: 825px;
	clear: both;
}
.boxg { /* [boxd][/boxd] */
	float: left;
	width: 400px;
}
.boxd { /* [boxd][/boxd] */
	float: right;
	width: 425px;
}

