@charset "UTF-8";
/* CSS Document */


body
{
background-color:#FFFFCC;
color : black;
/*background-attachment:fixed;*/
}



/* couleur des liens */
A:LINK { color: black; text-decoration: none }
A:VISITED { color: black; text-decoration: none }
A:HOVER { color: #ec9838; text-decoration: none }





/*id menu */
#menu
{
width : 1000px;
margin-top : 60px;
margin-left:0px;
font-size:24px;
border:0px;
font-size:14px;
}


#tout
{
width : 1000px;
margin:auto;
}



h2.menu
{
font-size:18px;
}



/*id page */
#page
{
margin-top:0px;
width : 996px;
height:650px;
overflow:auto;
position:absolute;
border : 0px;
background-color:#FFFFCC;
border-left: 2px solid #a02c2c;
border-right: 2px solid #a02c2c;
border-bottom: 2px solid #a02c2c;

}

/*id boule */
#boule
{
margin-bottom:0px;
margin-left:650px;
margin-right:100px;
width : 250px;
height:250px;
}

h1.soiree
{font-size:16px;}



/* page des photos */
#evenement
{
margin-top:-16px;
}


/*id sommaire*/
#sommaire
{
background-color:#a02c2c;
height:650px;
width:190px;
position:relative;
margin-top:0px;
margin-left:0px;
float:left;
}

#sommaire a:HOVER { color: black; }
#sommaire a:link { color: white; }
#sommaire a:visited { color: white; }

#pageChantier 
{
	margin-top:-85px;
	margin-left:300px;
	width:600px;
	height:700px;
	position:fixed;
}


/* placement des galeries photos seule*/
#flashcontent 
{
	margin-top:-70px;
	margin-left:0px;
	width:600px;
	height:580px;
	position:relative;
}

/*id haut de chaque page */
#haut
{
width : 1000px;
height:60px;
margin : -10px auto;
border:0px;
background-color:#FFFFCC;
}

/* placement des galeries photos en cas de vidéo */
#flashcontentVideo 
{
margin-top:20px;
margin-left:-400px;
height:700px;
width:680px;
margin-left: -80px;	
}



/*id video */
#video
{
margin-top:-550px;
margin-left:620px;
width : auto;
height:auto;
}

td
{
text-align:center;
font-size:16px;
text-align:justify;
}

h2
{
font-size:18px;
}

p
{
font-size:16px;
}


/*MENU DEROULANT*/

#menuDeroulant
{
	left : 0em;
	top :0em;
	height: 21px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#menuDeroulant li
{
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	border: 0;
}




/* mise en page des liens */
#menuDeroulant li a
{
	display: block;
	height: auto;
	color: #FFF;
	background-color: #a02c2c;
	margin: 0;
	padding: 4px 8px;
	border-right: 1px solid #a02c2c;
	text-decoration: none;
text-align:center;
}

/* quand la souris passe sur le lien */
#menuDeroulant li a:hover { color: #ffff33; }


td.menu
{
width:20%;
align:center;
}

td.menu a
{
background-color:#a02c2c;
text-align:center;
color:#FFFFFF;
}

td.menu a:hover { color: #ffff33; }

td.menu2
{
width:16,66%;
align:center;
}

td.menu2 a
{
background-color:#a02c2c;
text-align:center;
color:#FFFFFF;
}

td.menu2 a:hover { color: #ffff33; }

#sommaire a:HOVER { color: #ffff33; }
#sommaire a:link { color: white; }
#sommaire a:visited { color: white; }

 


