/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
a{ color:#2d2d2d; text-decoration:none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{ clear:both;}
body{
	margin:0 0 0 0;
	padding:10px 0 0 0;
	background-color:#fff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#484848;
	line-height:18px;
	background-repeat:no-repeat;
}
.fondAccueil{
	background-image:url(../img/image_fond1.jpg);
	background-repeat:no-repeat;
	
}
/* structure*/
#contActu,#contFlash{
	width:500px;
	height:200px;
	background-color:#E8E8E8;
	position:absolute;
	top:25px;
	left:450px;
}
#contActu{padding:10px; width:480px;}
#contFlash{
	top:248px;
	height:350px;
}

#footerAccueil{
position:absolute;
top:760px;
padding:0 0 20px 10px;
}

/* menu footer page accueil*/
#footerAccueil ul { padding:10px 0 0 20px; width:900px; text-align:center;}
#footerAccueil ul li{ display:inline;}
#footerAccueil ul li a{ font-weight:bold; color:#7a9852; }
#footerAccueil ul li a:hover{color:#e42c62;}

/* gestion des bandeaux */

.bandAccueil{
	background-image:url(../img/bandeau-horizontal.jpg);
}

/* contenu */
#contenu{
	padding:290px 0 0 0;
	width:1000px;
}

#colonneGauche{
	float:left;
	width:250px;
	background-color:#e0f3c6;
	padding:10px;
}

#colonneGauche ul{ line-height:15px;}
#colonneGauche ul li{ padding:10px 0 0 20px; }
#colonneGauche ul li a{ padding:3px 0 0 25px; display:block; font-weight:bold; color:#484848; background-image:url(../img/puce.gif); background-repeat:no-repeat; background-position:0 0; height:19px; }
#colonneGauche ul li a:hover{color:#e42c62; text-decoration:underline; }
#colonneGauche ul li a.active{ background-color:#e42c62; color:#FFFFFF;background-image:none;}

/* colonne de droite */
#colonneDroite{
	padding:10px;
	width:700px;
	float:left;
}
h2{
	font-size:16px;
	font-weight:bold;
	color:#e42c62;
	margin:0 0 10px 0;
	border-bottom:1px solid #e42c62;
	padding:0 0 3px 0;
}

h3{
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 5px 0;
}

/* footer*/
#footer{
	padding:20px;
}
