html, body {height:100%;}
body {font-family:Arial, Helvetica, sans-serif; font-size:0.83em;}
body, table, input, p, h1, h2, h3 {margin:0; padding:0; border:0;}
img {border:0}

.little {font-size:10px;}
h1 {font-size:1.8em;}
h2 {font-size:1.3em; font-style:italic; font-weight:normal;}
h3 {font-size:1.4em; font-weight:normal; }
h4 {font-size:1.1em;}

.cachee {width:1px; height:1px; display:none;} /* pour cacher l'image qui appelle le menu d�roulant */
.alphaPNG {behavior:url('png.htc');} /* pour que la transparence des images en png marche sur ie6 et <ie6 */
/* compris uniquement par IE --> javascript execut� sur l'�l�ment cibl�, le fichier htc est � la racine et appelle l'image transparente "blank.gif", !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  bien penser � donner des dimensions � l'image png !!!!!!!!!!!! */
	
	/* exemple avec un background png sur un �l�ment bloc de type h1 
	*html #avecfiltre h1 {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='logoalpha.png', sizingMethod='scale');  */

/* ici le logo qu'on cache sauf � l'impression de la page */
#logo-cache {display:none;}	
	
/* acces extranet dans les sous pages */
#div-extranet-pages {width:356px; height:22px; color:#FFFFFF; font-size:10px; background-image:url(../images/acc-fond-bloc-extranet.gif); background-repeat:no-repeat; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8}
#div-extranet-pages input {font-size:9px} /* reduction des tailles des champs de texte du formulaire extranet */
input[type=image] {height:14px; width:16px; margin-left:10px} /* img transparente en guise de bouton de formulaire (la fleche bleue est en background) */

/* acces extranet en page d'accueil */
#div-extranet-acc {width:356px; height:22px; color:#FFFFFF; font-size:10px; background-image:url(../images/acc-fond-bloc-extranet.gif); background-repeat:no-repeat; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8}
#div-extranet-acc input {font-size:9px} /* reduction des tailles des champs de texte du formulaire extranet */
input[type=image] {height:14px; width:16px; margin-left:10px} /* img transparente en guise de bouton de formulaire (la fleche bleue est en background) */

/* pour l'instant les acces extranet sont identiques sur toutes les pages, ils sont diff�renci�s simplement par leur Id au cas o� il seraient amen�s � �tre diff�rents � l'avenir */

#table-formulaire-contact{margin-left:25px;}
#table-formulaire-contact input[type="text"]{border:1px solid #BBBBBB;}
