/*---------------------------------------------------------------
					
				REINITIALISATION

--------------------------------------------------------------- */
html, body {
	padding:0;
	margin:0;
	width:100%;
	font-size: 100%;
}


div {
	padding:0;
	margin:0;
}


form {padding:0;margin:0;}
img {border:0;}

ul {
	padding:0;
	margin:0;
	float:left;
	width:100%;
	list-style:none;
}


li {
	float:left;
}


p {

	margin:0px;
	margin-bottom: 10px;
}

a, input, textarea {
	outline: none;
}


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,
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-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*
*/

/*---------------------------------------------------------------
					
				OUTILS

--------------------------------------------------------------- */

.clearall {
	clear: both;
}

.sansFond {
	background-image: url("../images/commun/00.gif");
	background-color: transparent;
}

.justifDroite {
	text-align: right;
}

.justifGauche {
	text-align: left;
}



.aligneGauche {
	float: left;
	padding: 0;
	padding-right: 5px;
	padding-bottom: 5px;
}



.imageAgauche {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;

}

.imageAgauche {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;

}

#content p {
	clear: both;
}

.visible {
	display: block;
}

.invisible {
	display: none;
}


/*---------------------------------------------------------------
					
					PAGE A PAGE

--------------------------------------------------------------- */

.pageApage {
	text-align: left;
	line-height: 30px;
	width: 99%;
	border: 0px solid #ccc;
	font-size: 11px;
	padding-top: 0px;
	float: left;
}


.pageApage a {
	/*background:url(images/psd2html/container-bg.gif) repeat-x 0px -4px;*/
	padding-left: 6px;
	text-decoration: none;
color:#00CCFF;

}



.pageApage a:hover {
	background-color: #333;
	text-decoration: none;

}

.num , .numSelection {
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #333;
	margin: 0;
	margin-right: 2px;
	margin-left: 0px;


}

.premier  {
	margin-left: 0px;
}


.numSelection {
	border: 1px solid #333;
	background-color: #333;

}

.num:hover {
	background: transparent;
}



