/*
----------------------------------------------------------------
	S T Y L E    G E N E R A L
---------------------------------------------------------------- */

    /* R E S E T */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
    list-style: none;
}

a {
    text-decoration: none;
    color: #9da2ad;
    font-weight: bold;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

@font-face {
    font-family:"New Cicle Fina";
	src:url("../font/New_Cicle_Fina/New_Cicle_Fina.eot?") format("eot"),
		url("../font/New_Cicle_Fina/New_Cicle_Fina.woff") format("woff"),
		url("../font/New_Cicle_Fina/New_Cicle_Fina.ttf") format("truetype"),
		url("../font/New_Cicle_Fina/New_Cicle_Fina.svg#NewCicle-Fina") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:"HansHand";
	src:url("../font/hanshand/hanshand.eot?") format("eot"),
	url("../font/hanshand/hanshand.woff") format("woff"),
	url("../font/hanshand/hanshand.ttf") format("truetype"),
	url("../font/hanshand/hanshand.svg#HansHand") format("svg");
	font-weight:normal;
	font-style:normal;
}

     /* S T R U C T U R E */


    /* body */

body {
    color: #333333;
    font-size: 14px;
    font-family: arial,Trebuchet Ms;
    line-height: 19px;
}

h1,h2,h3,h4,a {
    font-family: "New Cicle Fina";
    font-size: 16px;
    color: #9da2ad;
}

    /* header */

#headerContent {
    height: 100px;
    width: 1000px;
    margin:auto;
}

#marina {
    font-size: 36px;
    margin: 50px 0 0 100px;
}

.sousTitres {
    color: #5691d8;
    margin: 20px 0 0 100px;
}

   /* container */

#container {
    margin: auto;
}

   /* content */

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

#wrapper {
    width: 800px;
    margin:auto;
}

   /* footer */
   
#footer {
    margin: auto;
}

#footerContainer {
    width: 1000px;
    margin:50px auto;
}

#navigation {
    height: 30px;
    width: 1000px;
    border-top: solid 3px #e0e0e0;
    border-bottom: solid 3px #e0e0e0;
    text-transform: uppercase;
}

#copy {
    margin: 30px auto;
    width: 155px;
    color: #9da2ad;
}

#copy span {
    font-size: 16px;
    font-family: "New Cicle Fina";
}
    /*--------début du menu de premier niveau--------*/


#menu {
    height: auto;
    list-style-type: none;
    margin: 0 0 0 90px;
    position: relative;
	/* important pour bien placer le menu par rapport aux 250px indiqué avant */;
}

#menu > li {
    float: left;
    margin: 0 5px;
  /* une marge de 0 pour le haut est importante pour ne pas avoir d'espace entre le menu et le sous menu sinon vous rencontreriez des soucis */
	padding: 0;
	border: 0;
}
#menu li a{

	display: block;               
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;

}

.grey {
	padding: 4px 8px;
	text-decoration: none;
	color: #9da2ad;
    font-weight: bold;
	font-family: "New Cicle Fina";
	font-size: 16px;
	display:block;
}


#menu li a:hover {
     color:#5691d8;
}
/*---------------fin du menu de premier niveau-------------*/

/*---------------début du menu déroulant-------------------*/

#menu .menuderoulant
{
	display: none;
	list-style-type: none;
	margin: 0;   
	padding: 0;
	border: 0;
	bottom:0;
position:absolute; /* c'est ici que j'inverse mon menu pour le faire partir vers le haut */

}
#menu .menuderoulant li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 140px;
}
#menu .menuderoulant li a
{
	display: block;
	margin: 0;
	border: 0;
	text-decoration: none; 
	background-color:rgb(0, 0, 0);
    background-color:rgba(255,255,255,0.9);
	font-size:10px;

}
#menu .menuderoulant li a:hover
{
	

}

#menu .menuderoulant li a:visited {

}
#menu #peindre li a {
	border-left:5px solid #5691d8;

}
#menu #ecrire li a {
	border-left:5px solid #FF3647;

}
#menu #ecrire li a:hover {
	color: #FF3647;

}
#menu #galerie li a {
	border-left:5px solid #551BD4;

}
#menu #galerie li a:hover {
	color: #551BD4;

}

#menu li:hover > .menuderoulant { display: block;}

/*----------fin du menu déroulant----------------*/




