/* PAGELAYOUT CSS - 20060522 */

/* FULL PAGE */

html, body, div
{
	margin: 0;
	padding: 0;	
}

body
{
    text-align: center; /* IE method for centering page if it has fixed width */
	background: white url(../images/bg-main.png) left top repeat-x;
	margin-bottom: 30px;
	color: white;
}

div#page
{
    width: 955px; /* This can be changed to any fixed width if desired */
    margin: 0 auto 0 auto; /* General method for centering content if fixed page width, for other browsers than IE */
    text-align: left; /* Reset IE method for centering page, to stop all other content on the page from centering */
}

/* HEADER */

div#shadow1 
{
	background: url(../images/dropshadow_haut.png) top left no-repeat;
	width: 1007px;
	margin: 0 auto 0 auto;
}

div#shadow2
{
	background: url(../images/dropshadow.png) top left repeat-y;
	width: 1007px;
	margin: 0 auto 0 auto;
}

div#shadow3
{
	background: url(../images/dropshadow_bas1.png) bottom left no-repeat;
	width: 1007px;
	margin: 0 auto 0 auto;
}
div#shadow4
{
	background: url(../images/dropshadow_bas2.png) bottom left no-repeat;
	width: 1007px;
	height: 14px;
	margin: 0 auto 0 auto;
}


div#conteneur-header 
{
	background: url(../images/deg_header.png) top left repeat-x;
	height: 27px;
	padding-top: 4px;
}

div#header 
{
	width: 955px;
	margin: 0 auto 0 auto;;
}

div#header ul
{
    margin: 0;
    padding: 0.25em 0 0.25em 0;
}

div#header ul li
{
    list-style-type: none;
	list-style-image: none;
    padding: 0;
    display: inline;
    margin: 0px 1em;
}

div#logo{
    display:none;
    float: left;
	margin: 1em 0 0 1.5em;
}

div#usermenu{
    height: 25px;
}

div#languages{
	float: left;
	clear: left;
	width: 9%;
	height: 25px;
	font-size: 0.85em;
}

div#links{
	float: right;
	clear: right;
	text-align: right;
	padding-right: 0;
	font-size: 0.9em;
	font-weight: bold;
	height: 25px;
	width: 90%;
}

div#links a, div#links form{
	color: #FFF;
	border-left: 1px solid #CECEC2;
	display: block;
	float: right;
	padding-left: 1em;
	padding-right: 1em;
	height: 18px;
}

div#links form{
    float: right;
    padding-left: 1em;
    border-left: 1px solid #DEE7EC;

}

input.search-arrow{
   margin-top: -3px;
   vertical-align: bottom;
}

div#entete-titre1{ background: url(../images/header_1.jpg) left top no-repeat; width: 955px; height: 40px; }
div#entete-titre2{ background: url(../images/header_2.jpg) left top no-repeat; width: 955px; height: 40px; }
div#entete-titre3{ background: url(../images/header_3.jpg) left top no-repeat; width: 955px; height: 40px; }
div#entete-titre4{ background: url(../images/header_4.jpg) left top no-repeat; width: 955px; height: 40px; }
div#entete-titre5{ background: url(../images/header_5.jpg) left top no-repeat; width: 955px; height: 40px; }
div#entete-titre6{ background: url(../images/header_6.jpg) left top no-repeat; width: 955px; height: 40px; }

div#conteneur-entete{
	position: relative;
}

div#entete1_1{ background: url(../images/entete_coin_1.jpg) left top no-repeat; width: 256px; height: 210px; position: absolute; left: 0px; z-index: 2; float:left; }
div#entete1_2{ background: url(../images/entete_coin_2.jpg) left top no-repeat; width: 256px; height: 210px; position: absolute; left: 0px; z-index: 2; float:left; }
div#entete1_3{ background: url(../images/entete_coin_3.jpg) left top no-repeat; width: 256px; height: 210px; position: absolute; left: 0px; z-index: 2; float:left; }
div#entete1_4{ background: url(../images/entete_coin_4.jpg) left top no-repeat; width: 256px; height: 210px; position: absolute; left: 0px; z-index: 2; float:left; }
div#entete1_5{ background: url(../images/entete_coin_5.jpg) left top no-repeat; width: 256px; height: 210px; position: absolute; left: 0px; z-index: 2; float:left; }
div#entete1_6{ background: url(../images/entete_coin_6.jpg) left top no-repeat; width: 256px; height: 210px; position: absolute; left: 0px; z-index: 2; float:left; }

div#entete2_1{ background: url(../images/entete_coin_1.png) left top no-repeat; width: 88px; height: 210px; position: absolute; z-index: 3; left: 256px; float:left; }
div#entete2_2{ background: url(../images/entete_coin_2.png) left top no-repeat; width: 88px; height: 210px; position: absolute; z-index: 3; left: 256px; float:left; }
div#entete2_3{ background: url(../images/entete_coin_3.png) left top no-repeat; width: 88px; height: 210px; position: absolute; z-index: 3; left: 256px; float:left; }
div#entete2_4{ background: url(../images/entete_coin_4.png) left top no-repeat; width: 88px; height: 210px; position: absolute; z-index: 3; left: 256px; float:left; }
div#entete2_5{ background: url(../images/entete_coin_5.png) left top no-repeat; width: 88px; height: 210px; position: absolute; z-index: 3; left: 256px; float:left; }
div#entete2_6{ background: url(../images/entete_coin_6.png) left top no-repeat; width: 88px; height: 210px; position: absolute; z-index: 3; left: 256px; float:left; }

div#entete3{
	width: 610px;
	height: 210px;
	position: relative;
	z-index: 1;
	left: 235px;
}

input#searchtext
{
	border: 1px solid #A5ACB2;
	font-size: 0.85em;
    width: 12em;
    font-weight:bold;
}

input#searchbutton
{
	margin-top: -0.1em;
}

/* TOP MENU */

input#conteneur-topmenu
{
	position: relative;
}

div#topmenu-left1 { background: url(../images/image_topmenu_1.jpg) left top no-repeat; width: 302px; height: 33px; position: relative; float:left; }
div#topmenu-left2 { background: url(../images/image_topmenu_2.jpg) left top no-repeat; width: 302px; height: 33px; position: relative; float:left; }
div#topmenu-left3 { background: url(../images/image_topmenu_3.jpg) left top no-repeat; width: 302px; height: 33px; position: relative; float:left; }
div#topmenu-left4 { background: url(../images/image_topmenu_4.jpg) left top no-repeat; width: 302px; height: 33px; position: relative; float:left; }
div#topmenu-left5 { background: url(../images/image_topmenu_5.jpg) left top no-repeat; width: 302px; height: 33px; position: relative; float:left; }
div#topmenu-left6 { background: url(../images/image_topmenu_6.jpg) left top no-repeat; width: 302px; height: 33px; position: relative; float:left; }

div#topmenu
{
    background: url(../images/back_menu.png) left top repeat-x;
	height: 33px;
	border-right: 1px solid #000;
	*position: relative;
	*width: 652px;
}

#topmenu li.separator {
	z-index: -1;
}

/* PATH */

div#path{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	/*display: none;*/
}

div#path p{
    margin: 0px;
}

/* COLUMNS */

div#columns1, div#columns2 {
	width: 953px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	overflow: hidden;
	background-position: left top;
	background-repeat: repeat-y;
}

div#columns1{ background-image: url(../images/bottom_filler1.png); }
div#columns2{ background-image: url(../images/bottom_filler2.png); }

/* SIDE MENU */

div#sidemenu-top1{ background: url(../images/menu_gauche_1.jpg) left top no-repeat; width: 230px; height: 88px; }
div#sidemenu-top2{ background: url(../images/menu_gauche_2.jpg) left top no-repeat; width: 230px; height: 88px; }
div#sidemenu-top3{ background: url(../images/menu_gauche_3.jpg) left top no-repeat; width: 230px; height: 88px; }
div#sidemenu-top4{ background: url(../images/menu_gauche_4.jpg) left top no-repeat; width: 230px; height: 88px; }
div#sidemenu-top5{ background: url(../images/menu_gauche_5.jpg) left top no-repeat; width: 230px; height: 88px; }
div#sidemenu-top6{ background: url(../images/menu_gauche_6.jpg) left top no-repeat; width: 230px; height: 88px; }

.menu1{
	background: #AF7C1F url(../images/back_btn_sidemenu.png) left bottom no-repeat;
	width: 228px;
	height: 60px;
}

.menu2{
	background: #BA811A url(../images/back_btn_sidemenu2.png) left bottom no-repeat;
	width: 228px;
	height: 70px;
}

.menu3{
	background: #BA811A url(../images/back_btn_sidemenu3.png) left bottom no-repeat;
	width: 228px;
	height: 70px;
}

div#menu-deg-bas{
	background: url(../images/degrade_sidemenu.png) left top repeat-x;
	width: 228px;
	/*height: 211px;*/
}

.lienSidemenu{
	padding-left: 50px;
}

#fleur2{
	background: url(../images/fleur1.png) no-repeat left top;
	height: 47px;
	width: 46px;
	z-index: 80;
	position: relative;
	top: -28px;
	left: 3px;
}
#fleur3{
	background: url(../images/fleur2.png) no-repeat left top;
	height: 47px;
	width: 46px;
	z-index: 80;
	position: relative;
	top: -37px;
	left: 3px;
	*top: -35px;
}
#fleur1{
	background: url(../images/fleur3.png) no-repeat left top;
	height: 47px;
	width: 46px;
	z-index: 80;
	position: relative;
	top: -36px;
	left: 3px;
}

#conteneur-partenaire{
	width: 100%;
	text-align: center;
	padding-top: 25px;
}

#sidemenu li{
	float: none;
}

div#sidemenu ul li{
	margin: 0px;
}

#sidemenu li.left_imatm{
    width:228px;
	text-align: left;
}

#sidemenu li.left_imatm a{
	text-transform: uppercase;
	font-size: 13px;
	color: #00204E;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
}

#sidemenu li.left_imatm div.left_imsc li a{
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	font-family: Arial, Verdana, sans-serif;
}

div#sidemenu .left_imcm ul, div#sidemenu .left_imcm li, div#sidemenu .left_imcm div, div#sidemenu .left_imcm span, div#sidemenu .left_imcm a {
	line-height: auto;
}

div#sidemenu-position
{
    width: 229px;
    float: left;
    /*display: inline;  Fix for IE double margin bug */
}

/*div.nosidemenu div#sidemenu-position
{
    display: none;
}*/


/* MAIN AREA */

div#main-position1{ width: 723px; min-height: 272px; float: left; background: url(../images/main_zone2.jpg) left top no-repeat;}
div#main-position2{ width: 723px; min-height: 272px; float: left; background: url(../images/main_zone1.jpg) left top no-repeat;}

div#main{ 
	padding: 0px 10px 0px 10px; 
	*padding-top: 20px; 
	width: 703px; 
}

div.nosidemenu div#main-position
{
    margin-left: 0;
}

div.noextrainfo div#main-position
{
    margin-right: 0;
}


/* EXTRA CONTENT */

div#extrainfo-position
{
    width: 12em;
    float: right;
}

div.noextrainfo div#extrainfo-position
{
    display: none;
}

div#extrainfo
{

}

/* FOOTER */

div#conteneur-footer{
	clear: both; /* Ensures that the footer is pushed properly below the columns */
	border: 1px solid #000;
	height: 19px;
	width: 953px;
}

div#footer
{
	background: #00204f url(../images/bottom_bar.jpg) left top repeat-y;
	height: 19px;
}

div#footer address
{
	font-style:normal;
}

div.imsubc
{
	width: 165px;
	top: 0px;
	left: 0px;
}

#topmenu li.imatm{
	text-align: center;
	padding-top: 7px;
	*position: relative;
	*top:7px;
	*padding-top: 0px;
}

#topmenu li.imatm a{
	text-transform: uppercase;
	font-size: 13px;
	color: #00204E;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
}

#topmenu li.imatm div.imsc li a{
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	font-family: Arial, Verdana, sans-serif;
}

#topmenu li.imatm_id0
{
	position: relative;
	left: -10px;
	margin-right: 36px;
}

#topmenu li.imatm_id1
{
	position: relative;
	left: -4px;
	margin-right: 30px;
	margin-left: 37px;
}

#topmenu li.imatm_id2
{
	position: relative;
	left: 9px;
	margin-right: 30px;
	margin-left: 35px;
}

div.object-right {
	float: right;
}

div.message-confirmation, div.message-feedback, div.message-warning, div.message-error, div.warning {
	color: white !important;
}

