/* CSS Document */
 
/*** STYLE SPECIAUX MEDIAS ***/

body
{
	background:url() repeat-x left top #fff;
	color:#000;
	font-size:80%;
}
body, a
{
	color:#000;
}
#bandeau, #footer, #contenu, .questionnaire, #conteneur
{
	width:auto;
	border:0;
	margin:0;
}

/* Desactive les fond */
#bandeau
{
	background:none;
}

/*** MASQUE LES ELEMENTS DE NAVIGATION ***/
#acces, #mh, #mb, .kyxar, .ref, .champ_submit,.btimprimer, #contentsbloc, .navig,
#contenu.print #colonne1, #contenu.print #sbloc1, #sbloc6
{
	display:none;
}

/*** Remet les blocs par defaut */
#bloc,
#sbloc2,
.sbloc2
{
	overflow:visible;
}

/* Largeur élément général de la page */

/**** COLONNE ***/

/*** bandeau imprimable ***/
#bandeau
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:60px;
}
#bloc
{
	margin-top:60px;
}
#logo
{
	position:absolute;
	top:0px;
	left:0px;
}
#logo img
{
	width:350px;
}
#accroche1
{
	top:24px;
}

#accroche1 img
{
	width:350px;
	/*border:#e00 1px solid;*/
}

/* questionnaire */
.champ_text,
.champ_textarea,
.champ_password,
.champ_select,
.champ_date
{
	width:150px;
}

/* print plan */
.plan img
{
	width:450px;
}
