/*        < blank >       */
/*     Nicolas Taffin     */
/*  http://polylogue.com  */


/* 
	Cette css sert à régler le positionnement des éléments standard
	
	- le backoffice est géré par blank-backoffice.css
	
 	- les couleurs, bordures, fonds et fontes se règlent dans theme-main.css
 	- les menus et navigations dans blank-menus.css
	- les formulaires dans theme-forms.css
	- le html documentaire dans theme-html.css
*/




/****************************************/
/*        	 generalités				*/							
/****************************************/

/* remise à zéro */

*
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	font-weight: inherit;
  	font-style: inherit;
  	font-size: 100%;
  	font-family: inherit;
  	vertical-align: baseline;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	font-weight: inherit;
  	font-style: inherit;
  	font-size: 100%;
  	font-family: inherit;
  	vertical-align: baseline;
}

a:active, a:focus
{
	outline:0 !important; 
}

a img { border: none; }


/* usuels */


.clearer
{
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.clearerRight
{
	display: block;
	clear: right;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.clearerLeft
{
	display: block;
	clear: left;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.accessibilite, .accessibility
{
	display: none;
}


/****************************************/
/*     	 construction générale		    */							
/****************************************/

body
{
}
.wrapper
{
	float: left;
}
.content
{
	display: block;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#pageWrapper
{

}

#page
{
	display: block;
	width: 826px;
	height: 100%;
	
	
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	
}
#pageContent
{

}

#headerWrapper
{
}

#header
{
	display: block;
	height: 125px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#footerWrapper
{
}
#footer
{
	display: block;
	height: 50px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}


#mainWrapper
{
}
#main
{
	display: block;
	min-height: 300px;
	height: auto;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/****************************************/
/*     	          modules   		    */							
/****************************************/

a.logo
{
	display: block;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	width: 200px;
	height: 100px;
	background: red url(../images/) no-repeat;
}

.banner
{
	display: block;	
}


.block
{
	display: block;
}

.rounded
{
	-moz-border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
}

.left
{
	float: left;
}

.right
{
	float: right;
}
.left.margins
{
	margin-bottom: 0.7em;
	margin-right: 1em;
}
.right.margins
{
	margin-bottom: 0.7em;
	margin-left: 1em;
}

.textLeft
{
	text-align: left;
}
.textRight
{
	text-align: right;
}
.textCenter
{
	text-align: center;
}
.textJustify
{
	text-align: justify;
}


.auto
{
	width: auto;
}


.large
{
	width: 70%;
}
.antiLarge
{
	width: 28%;
}

.medium, .half
{
	width: 50%;
}
.antiMedium, .antiHalf
{
	width: 48%;
}


.tiny
{
	width: 10%;
}
.antiTiny
{
	width: 88%;
}

.small
{
	width: 20%;
}
.antiSmall
{
	width: 78%;
}
.quarter
{
	width: 25%;
}
.antiQuarter
{
	width: 73%;
}

.third
{
	width: 31%;
}
.antiThird
{
	width: 69%;
}


.image100
{
	margin-top: 0.5em;
	width: 100px;
}
.image150
{
	margin-top: 0.5em;
	width: 150px;
}
.image200
{
	margin-top: 0.5em;
	width: 200px;
}
.image250
{
	margin-top: 0.5em;
	width: 250px;
}
.image300
{
	margin-top: 0.5em;
	width: 300px;
}
.image350
{
	margin-top: 0.5em;
	width: 350px;
}
.image400
{
	margin-top: 0.5em;
	width: 400px;
}
