/* CSS Document */
html {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	background-color:#FAFAF8;
}
a {
	color:#1791ff;
}


#contenaire {
	width:840px;
	margin-left:auto;
	margin-right:auto;
	/* Fond couleur 'creme' */
	
}
#header {
	position:relative;
	height:228px;width:840px;

}

#logo {
	margin:30px 0 0 40px;
}


/* Menu */
#menu{
	width:100%;
	border-spacing:0;
	margin-top:35px;
	
}
	#menu img{
		margin-bottom:5px;
	}
	
	#menu_liens {
		background-color:#333;
	}
	#menu_liens a {
		color:#FFFFFF;
		text-decoration:none;
	}
	#menu_liens TD{
		color:#FFFFFF;
		font-weight:bold;
		text-align:center;
	}


/* Table */
#center {
	width:840px;
	border:none;
	border-spacing:0;
	margin-bottom:50px;
	margin-top:20px;
	
}

#left {
padding-left:10px;
	width:240px;
	border-right:1px dashed #CCCCCC;
	vertical-align:top;
	
}

#left h4{
	text-align:right;
	margin-right:20px;
	font-variant:small-caps;
	font-weight:bold;
}

/* sous menu a gauche*/
#left UL{
	margin-right:20px;	
}
#left LI{
	font-size:12px;
	font-variant:small-caps;
	text-align:right;
	list-style:none;
	
	
	padding-right:10px;
	
	background-image:url(../images/puceSousMenu.jpg);
	background-repeat:no-repeat;
	background-position:100% 4px;
	
}
#left LI a{
	color:#333;
	text-decoration:none;
}

#left LI a:hover{
	text-decoration:underline;
}

#right {
	position:relative;
	display:block;
	width:560px;
	vertical-align:top;
	padding:10px;
	padding-left:20px;

}
#right p{
	text-align:justify;
}
/*****************/

.separation{
	width:95%;
	border-bottom:1px dashed #CCCCCC;
	clear:both;
	margin-bottom:20px;

}



/* LES TITRE 1 & 2 & 3 */
H1 {}
H2 {
	font-size:14px;
	color:#1791ff;
	background-image:url(../images/puce_h2.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
	padding-left:15px;
	text-transform:uppercase;
}
H3 {
	font-size:18px;
	color:#333;
}





.dateExpo {
	color:#666;
	margin-top:20px;	
}

.nomArtiste {
	font-size:16px;
	color:#333;
	font-weight:bold;
}

.nomOeuvre {
	font-size:14px;
	color:#333;
}

.descOeuvre {
	font-size:12px;
	color:#333;
	margin-top:20px;
}


/* CLASS POUR LES STYLE DE TEXTE  */
.bleuGras {
	font-weight:bold;
	color:#1791ff;
}
.grisFin {
	font-weight:lighter;
	color:#CCCCCC;
}
.grisFin2 {
	color:#999;
}

/* page equipe*/
#photoEquipe {
	float:left;
	clear:both;
}

#detailEquipe {
margin-top:10px;
clear:both;
	float:left;
}


/*  pages artistes  */

#alphabet a{
	color:#ccc;
	text-decoration:none;
}

/* liste de lien en gris -> Ro en bleu*/
.listLien a{
	color:#333;
	text-decoration:none;
	
}
.listLien a:hover{
	color:#1791ff;
	text-decoration:none;cursor:pointer;
}

.motsCles span{
	color:#1791ff;
}
#listOeuvre a{
	color:#333333;
	text-decoration:none;
}
#listOeuvre a:hover{
	color:#1791ff;
}

/*****************************/
.styleForm1 {

}

.styleForm1 label{
display:block;
clear:both;
float:left;
width:200px;
margin-bottom:20px;
text-align:right;
}

.styleForm1 input,select {
width:250px;
float:left;
margin-left:30px;
}

/* page technique*/

#tabTechnique a {
	text-decoration:none;
	color:#333333;
}
#tabTechnique a:hover {
color:#1791ff;}

.boutton_1 {
	background-image:url(../images/fondBtn.jpg);
	background-repeat:no-repeat;
	border:none;
	height:25px;
	width:131px;
	font-family:Arial, Helvetica, sans-serif;
	color:#F0F0F0;
	font-weight:bold;
	
}


#listPartenaire{
padding:0; margin:0;
}

#listPartenaire li:hover {
	/*border:1px solid #1791ff;*/
}
#listPartenaire li {
	position:relative;
	float:left;
	list-style:none;
	display:inline;
	width:155px;
	height:110px;
	margin:5px;
	/*border:1px solid #ccc;*/
	text-align:center;
	margin-bottom:50px;
	padding-top:30px;
	
}
#listPartenaire li img {
	border:none;
}

.infoVisiteur{
	font-size:11px;
	color:#999;
}

/* PAGE D'ACCUEIL *ACTUALITE* */
.actu{
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

.actu:last-child{
	border:none;
	}


.vignetteActualite{
	position:relative;
	width:110px;
	float:left;	
	text-align:left;
}

.contenuActualite{
	position:relative;
	width:440px;
	float:left;	
	margin-bottom:20px;

}

.contenuActualite #nom{
	font-size:11px;
	font-weight:bold;
}
.contenuActualite #html{
	font-size:11px;
	text-align:left;
}.contenuActualite #href a{
	font-size:11px;
	font-weight:bold;
	text-align:left;
}
