/****************************************/
/* MAISON DES ARTS DU GRUTLI			*/
/* DÉPARTEMENT DE LA CULTURE		    */
/* VILLE DE GENÈVE						*/
/****************************************/

/*******************/
/*NON VISIBLES     */
/*******************/


/*******************/
/*HTML REDÉFINIES  */
/*******************/
*{margin:0;padding:0;}
html{font-family:Verdana, Arial, Helvetica, sans-serif;color:#333;}

h1{font-size:14px;font-weight:bold;margin:0 0 10px 0;}
p{font-size:10px;margin:0 0 10px;}

a, a:visited{color:#339;text-decoration:none;}
a:hover{text-decoration:underline;}

sup{line-height:80%;font-size:80%}

/*******************/
/*CLASSES          */
/*******************/
.normal{font-weight:normal;}
.petit{font-size:10px;}
.petitnormal{font-size:10px;font-weight:normal;}
.bold{font-weight:bold;}
.italique{font-style:italic;}
.boldItalique{font-weight:bold;font-style:italic;}


/*Deux colonnes, la taille se gère directement dans le html*/
.colonne1{position:absolute;top:0;}
.colonne2{position:absolute;top:0;left:375px;}

/*Boites*/
.box{width:100%;margin-bottom:25px;line-height:14px;}
.boxInfos{margin:29px 0 0 0;width:300px;}

.infosP{border:#999 solid;border-width:1px 0 0 0;padding:5px 0 5px 0;margin:25px 0 5px 0;}
.infosP p{margin:0;padding:0;}

/*******************/
/*BALISES DIVS     */
/*******************/
#conteneur{width:700px;text-align:left;margin-top:10px;}
#header{height:65px;width:700px;margin-bottom:5px;background:url(../img/titreHeader.gif) no-repeat;}
#contenu{position:relative;text-align:left;}/*définition de la hauteur dans les pages*/
#footer{width:700px;height:90px;padding:5px 0 0 0;margin:15px 0 10px 0;border:solid #999;border-width:1px 0 0 0;text-align:right;}

/*Accès pour les personnes handicapées*/
#acces{position:absolute;top:0;width:300px;background:#fff;border:solid #000 1px;padding:5px;height:470px;}
#acces img{margin:0 5px 10px 0;}
#acces div{text-align:right;margin-bottom:35px;font-size:10px;}

