@import url('blocs.css');
@import url('typo3.css');

/* Reset */
*{
	margin:0;
	padding:0;
	background: none !important;
}

ul, ol{
	margin-left:20px;
}

p{
	margin-bottom:15px;
}

a img{ border:none; }

a{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.lien_fleche_orange { display: none; }

/* Classes génériques */
.skip{ display: none; }

.clear{ clear:both; }

.overflow{ overflow:hidden; }

.align-justify{ text-align: justify; }

body{
	font-family: "Arial", sans-serif;
	background: #fff !important;
	/*width: 560px;*/
}

#globalcontainer{
	text-align:left;
	/*width:540px;*/
	padding: 5px 10px;
	border: 1px solid #333;
	background:#fff;
}

/* header */
#header{
	height:290px;
	position:relative;
	display: none;
}

/* conteneur 3 colonnes sur home
     conteneunr 2 colonnes sur page interne : bloc gauche/centre et bloc droit */
#container{
	clear:both;
	margin:3px 0;
	background: transparent url(../images/container_fond.gif) repeat-y 2px 0;
}

.page #container{
	background:none;
}

/* conteneur menu gauche + colonne centrale + fond associe */
#container_center_left_footer{
	float:none;
	position:relative;
  /*width:560px;*/
	background: #fff !important;
}



/* colonne gauche */
#container_left{
  display: none;
}

.page #container_left{
	display: none;
}



/**************************/

.menu_conteneur{
	display: none;
}

.menu_left_niv2 .menu_conteneur{
	display: none;
}

.menu_left_niv3 .menu_conteneur{
	display: none;
}


/* colonne centrale */
#container_center{
	float:none;
	/*width:560px;*/
}

/* declinaison page interne */
.page #container_center{
	/*width:560px;*/
	float:none;
}

/* colonne droite */
#container_right{
	display: none;
}
/* declinaison page interne */
.page #container_right{
	display: none;
}

#container_footer{
	display: none;
}
#menu_gauche_fond_bas{
	display: none;
}
#retour_haut_page{
	display: none;
}
#retour_haut_page a{
	display: none;
}


/* footer */
#footer{
	display: none;
}


/* blocs.css */
#page_center p { font-size: 12pt !important; font-family: "Arial", sans-serif; color: #000; }
