/* Feuille de style globale pour auditorium4.fr */

/* Balises XHTML */
body{  
	background: #a1a1a1 url(/images/fond.jpg) repeat-x; 
	text-align:center;
	margin:10px 0 0 0; 
	padding:0;
	font-family:verdana;
	font-size:12px;
}
h1,h2{
	font-size:14px;
	color:#007ec6;
}
h1{
	font-size:16px;
}
a{
	color:#007ec6;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
a.selected{
	color:#000;
}
hr{
	clear:both;
	color:#000;
	background:#000;
	height:1px;
}

/* Formulaires */
fieldset{
	border:none;
	padding:0;
	margin:0;
}
fieldset p{
	clear:left;
	padding:2px 0 0 0;
	margin:0;
}
fieldset label{
	display:block;
	float:left;
	width:120px;
}
.required{
	color:red;
	margin:0;
	display:inline;
}
input,textarea,select{
	border:1px solid #999;
}
input:focus,textarea:focus,select:focus{
	background-color:#007ec6;
	color:#fff;
}
.bouton{
	border:none;
	background:url(/images/bouton.gif) no-repeat;
	width:92px;
	height:23px;
	text-align:center;
	font-weight:bold;
	color:#007ec6;
	cursor:pointer;
	padding:0 0 5px 0;
	margin:0 10px 0 0;
}
.bouton:hover{
	text-decoration:none;
}
a.bouton{
	padding:2px 0 2px 0;
	float:left;
	display:block;
}

/* Listes */
ul.inline{
	list-style:none;
	margin:0;
	padding:0;
}
ul.inline li{
	display:inline;
	border-left:1px solid #000;
	padding:0 5px 0 5px;
}
ul.inline li.first{
	border-left:none;
	padding-left:0;
}

/* Conteneur de la page */
#page{
	width:700px;
	margin:0 auto 0 auto;	
}

/* Haut de page */
#haut{
	height:65px;
	background:url(/images/bando.jpg) no-repeat; 
}
#haut h1{
	float:left;
	margin:0;
	padding:0;
}
#haut h1 a{
	display:block;
	width:212px;
	height:65px;
	background:url(/images/logo.jpg) no-repeat;
}
#haut h1 a span{
	display:none;
}
#haut ul{
	float:right;
	margin:40px 5px 0 0;
}
#haut ul li a{
	color:#000;
	text-decoration:none;
}
#haut ul li a:hover{
	background:#a6c3d3;
}

/* Contenu */
#contenu{
	clear:both;
	float:left;
	text-align:left;
	margin:20px 0 20px 0;
	width:100%;
}
.gauche{
	float:left;
	background: url(../images/cadre.jpg) no-repeat;
	width:365px;
	height:281px;
}
.gauche img{
	margin:7px 0 11px 6px;
}
.droite{
	width:295px;
	height:281px;
	float:left;
	margin-left:40px;
}
.bas{
	clear:both;
	width:700px;
	padding-top:20px;
}
.marque{
	float:left;
	margin:0 10px 10px 0;
}
.marque a{
	display:block;
	width:120px;
	height:90px;
	background:white;
	border:1px solid #a1a1a1;
}
.marque a:hover{
	border:1px solid #007ec6;
}
.separateur{
	clear:both;
}

/*Bas de page */
#bas{
	clear:both;
	height:39px;
	background:url(../images/bandoBas.jpg) no-repeat; 
}
#bas address{
	font-size:9px;
	font-style:normal;
	line-height:32px;
}

/* Articles */
.familles li{
	line-height:20px;
}
.articles{
	list-style:none;
	margin:0;
	padding:0;
}
.articles li{
	float:left;
	margin:10px 10px 10px 0px;
	width:48%;
}
.articles li p.image{
	float:left;
	margin:10px 10px 0 0;
	background:url(/images/cadre-vignette.jpg) no-repeat;
	width:115px;
	height:118px;
}
.articles li p.image img{
	margin:7px 9px 11px 6px;
	width:100px;
	height:100px;
}
.indisponible{
	color:red;
	font-weight:bold;
}
#pages{
	clear:both;
}
#rechercher{
}
.article .image{
	float:left;
	background:url(/images/cadre-detail.jpg) no-repeat;
	width:336px;
	height:260px;
	margin:10px 10px 0 0;
}
.article .image img{
	margin:7px 11px 13px 5px;
	width:320px;
	height:240px;
}

/* Animation de la page d'accueil (contenu alternatif) */
#animation{
	height:281px;
}
#animation ul{
	padding:0;
	margin:40px;
}
#animation h1,
#animation p{
	padding:0;
	margin:20px;
}