@charset "utf-8";
/* CSS Document */

/*********** 
Reset styles 
***********/

* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #ddd;
}


/****************
Global Containers 
****************/

#global {
	width: 100%;
	padding: 0 0 25px 0;
	text-align: center;
	background: #fff url(../images/fond-site.jpg) repeat-x;
}

#header {
	width: 720px; 
	height: 252px;
	margin: 0 auto;
	text-align: left;
	font-size: 0px; 
	background: url(../images/fond-entete.jpg);
}

#content {
	clear:both;
	width: 720px;
	margin: 0 auto;
}

#footer {
	width: 100%;
	text-align: center;
	background: url(../images/fond-pied.jpg) repeat-x;
}


/****************
Header Containers 
****************/

#header_top {
	width: 705px;
	height: 139px;
}

#banner {
	width: 705px;
	height: 24px;
	margin: 61px 0 0 0; 
}

#search fieldset {
	float: right;
}

#menu_2 {
	width: 705px;
	height: 26px;
} 

#logo {
	float: left;
	width: 110px;
	height: 139px;
}

#pictos_links {
	float: right;
	width: 595px;
	height: 25px;
	text-align: right;
}

#menu_1 {
	float: right;
	width: 470px;
	height: 29px;
	margin: 85px 0 0 0;
	text-align: right;
}


/****************
Content Containers 
****************/

#content_primary {
	float: left;
	width: 500px;
	text-align: left;
}

#content_secondary {
	float: right;
	width: 210px;
	text-align: left;
}

.main_column {
	float: left;
	width: 500px;
	margin: 10px 0 0 0;
}

.left_column {
	float: left;
	width: 235px;
	margin: 10px 0 0 0;
}
	
.right_column {
	float: right;
	width: 235px;
	margin: 10px 0 0 0;
}

.secondary_gray {
	width: 210px;
	background: url(../images/fond-secondaire-gris.jpg) repeat-y right top;
}

.secondary_white {
	width: 210px;
	background: url(../images/fond-secondaire-blanc.jpg) repeat-y right top;
}

.secondary_bottom {
	width: 210px;
	height: 120px;
	background: url(../images/fond-secondaire-bas.jpg) no-repeat right top;
}

.secondary_content {
	clear:both;
	width: 170px;
	margin: 0 0 0 15px;
}

.secondary_content_flash {
	clear:both;
	width: 170px;
	margin: 0 0 0 5px;
}


/****************
Footer Containers 
****************/

#footer_content {
	height: 175px;
	width: 720px;
	margin: 0 auto;
	text-align: left;
}

.footer_content_left_min {
	float: left;
	width: 45px;
	margin: 15px 0 0 0;
}

.footer_content_right_max {
	float: right;
	width: 675px;
	margin: 15px 0 0 0;
}


/****
Clear  
****/

.all {
	clear:both;
}


