/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
html
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px ;
	padding: 0px;
	background-color: #ffffff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

div
{
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}
/* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .clear { display: none; } /* */




/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */


/* ====================================================================
styles for a 1 column layout
-------------------------------------------------------------------- */

#one-column-col1
{
	width: 100%;
}


#one-column-col1-content
{
	border: none;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}



/* ====================================================================
styles for a 2 columns droite layout
-------------------------------------------------------------------- */

#two-columns-right-col1
{
	float: left;
	width: 66%;
}

/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
#two-columns-right-col2
{
	margin-left: 66%;
}
/* */

#two-columns-right-col1-content
{
	border: none;
	color: #000000;
	padding-left:10px;
	padding-right:5px;
}
#two-columns-right-col2-content
{
	border: none;
	color: #000000;
	padding-left:5px;
	padding-right:10px;
}
*

/* ====================================================================
styles for a 2 columns gauche layout
-------------------------------------------------------------------- */

#two-columns-left-col1
{
	float: left;
	width: 33%;
}

/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
#two-columns-left-col2
{
	margin-left: 33%;
}
/* */

#two-columns-left-col1-content
{
	border: none;
	color: #000000;
	padding-left:10px;
	padding-right:5px;
}
#two-columns-left-col2-content
{
	border: none;
	color: #000000;
	padding-left:5px;
	padding-right:10px;
}

/* ====================================================================
styles for a 2 columns centre layout
-------------------------------------------------------------------- */

#two-columns-center-col1
{
	float: left;
	width: 50%;
}

/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
#two-columns-center-col2
{
	margin-left: 50%;
}
/* */

#two-columns-center-col1-content
{
	border: none;
	color: #000000;
	padding-left:10px;
	padding-right:5px;
}
#two-columns-center-col2-content
{
	border: none;
	color: #000000;
	padding-left:5px;
	padding-right:10px;
}

/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */
/*/*/
#two-columns-col1, #two-columns-col2, h2
{ p\osition: relative; }
/* */




/* ====================================================================
styles for a 3 columns large layout
-------------------------------------------------------------------- */

#three-columns-float
{
	/*float: left;*/
	/*width: 75%;*/

}

#three-columns-col1
{
	/*float: left;*/
	width: 25%;
	padding-left:10px;
	padding-right:10px;
}

/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
#three-columns-col2
{
	/*margin-left: 33%;*/
	width: 50%;

}
#three-columns-col3
{
	/*margin-left: 75%;*/
	width: 25%;
	padding-left:10px;
	padding-right:10px;
}
/* */

#three-columns-col1-content
{
	/*border: none;
	color: #000000;
	padding-left:10px;*/
	/*padding-right:5px;*/
}
#three-columns-col2-content
{
	/*border: none;
	color: #000000;
	padding-left:5px;
	padding-right:5px;*/
}
#three-columns-col3-content
{
	/*border: none;
	color: #000000;*/
	/*padding-left:5px;*/
	/*padding-right:10px;*/
}

/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */
/*/*/
#three-columns-float, #three-columns-col1, #three-columns-col2, #three-columns-col3, h2
	{ p\osition: relative; }
/* */










/* ------------------------------------------------------------------------------- */
/* styles pour le div de menu tools. ce div contient un div tools et un div search */
/* See page_template_styles.css for formatting styles */
#menu-tools
{
	margin: 0px;
}
/* Ces styles permettent de positionner la boite de recherche */
#tools
{
	float: right;*
	/*width: 500px;*/
}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
#search
{
	margin-right: 10px;
	text-align:right;
}



/* -------------------------------------- */
/* styles pour la ligne de menu principal */
/* See page_template_styles.css for formatting styles */
#menu-main
{
	margin: 0px;
}


/* -------------------------------- */
/* styles pour le chemin de la page */
/* See page_template_styles.css for formatting styles */
#page-path
{
	margin: 0px;
}





/* ====================================================================
styles for the footer
-------------------------------------------------------------------- */
/* See page_template_styles.css for formatting styles */
#footer
{
	clear: both;
}
