/* 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
######################################################
	  Feuille de style / CSS de Galatea-Music
######################################################
*/




/* ####### MISE EN PAGE ####### */

html, body
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: #877060;*/
	background-color: #e9e5e4; 
	
	font-family: 'helvetica neue', helvetica-neue, helvetica, verdana, arial; 

	/* tweak pour centre avec Internet Explorer */
	text-align: center;
	font-size: 12pt;
}



#enveloppe
{
	width: 1015px; 
	border : 1px solid darkgrey; 
	background-color: white; 
	text-align: left; 
	
	padding: 0px 0px 0px 0px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px;
	
	clear: both; 
}


#pied
{
	width: 1015px;
	margin: 0 0 0 0;
	padding-top: 1px; 
	clear: both;
	vertical-align: top;
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;

}

#pied p
{
	font-size: 0.8em; 
	color: darkgrey; 
	text-align: center; 
	margin: 0 0 0 0;
}


#colonne1
{
	width: 370px;
	margin: 1px 5px 1px 0px;
	float: left; 
}

#colonne2
{
	width: 370px;
	margin: 1px 0px 1px 5px;
	float: right; 
}


#navigation
{
	width: 250px; 
	float: left; 
	margin: 8px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	border: none;
}




#navigation h2, #nav_admin h2 
{
	margin-left: 10px; 
}

#contenu
{
	width: 505px; 
	float: right; 
	margin: 5px 5px 0px 0px; 
	background-color: white;
	padding: 0px 0px 0px 0px;
	border: none;
}

#media
{
	width: 240px;
	margin: 5px 5px 0px 0px;
	float: right;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border: none;
}

#voiregalement
{
	width: 220px; 
	float: right; 
	border: 1px solid darkgrey; 
	background-color: #e6e5e3;
	vertical-align: bottom;
	margin: 12px 0px 5px 10px; 
	padding:0px 5px 2px 5px; 
}

#voiregalement p
{
	font-size: 0.7 em; 
	text-align: left; 
	margin: 2px; 
}

#encadre
{
	width: 90%; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 15px; 
	margin-bottom: 10px; 
	padding: 5px 5px 5px 5px;
	border: 1px solid #877060; 
	background-color: #E6E5E3; 
}

#encadre p
{
	margin: 0 0 0 0;
	font-weight: bold;
}


/* ####### MISE EN PAGE SPECIFIQUE GMS ####### */



#nav_admin
{
	position: fixed;
	width: 180px; 
	top: 5px;  
	left: 5px;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	border: 1px solid darkgrey;
	background-color: #fff;
}

#nav_admin p
{
	text-align: left;
	font-size: 0.7em;
	margin: 5px 0 5px 0;
}

#nav_admin h2
{
	margin: 5px 0 5px 0;
	color: #877060;
}

#enveloppe_admin
{
	width: 1020px; 
	border : 1px solid darkgrey; 
	background-color: white; 
	text-align: left; 
	
	padding: 5px 5px 5px 5px; 

	margin-left: 200px; 
	margin-right: auto; 
	margin-top: 5px;
	
}



/* ####### MISE EN FORME ####### */


/* ### TITRES ### */

h1, h2, h3, h4
{
	text-align: left;
	clear: both;
	font-weight: bold;
}

h1
{
	height: 30px;
	font-size: 1.5em;
	display: block; 
	background-color: #e6e5e3; 
	/*background-image: url("http://www.galatea-music.com/rsc/profil2.png"); 
	background-position: top right; 
	background-repeat: no-repeat; 
	border-top: 1.5px solid #877060; */
	border-bottom: 1.5px solid #877060;
	color: #877060; 
	padding: 0px 10px 0px 5px; 
	vertical-align: middle;
	margin: 5px 0 0 0;
}

h2
{
	font-size: 1.3em; 
	font-variant: small-caps; 
	margin-left: 5px;
	border-bottom: 1.5px solid #ccc;
}

h3
{
	font-family: ì'Helvetica Neue Lightî', ìHelveticaNeue-Lightî, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	margin-left: 10px;
}

h4
{
	font-size: 0.9em;
	margin: 25px 0px 0px 5px; 
	clear: left;
}

h5
{
	font-size: 0.85em;
	font-weight: bold;
	margin: 3px 0px 0px 5px; 
}


/* ### OBJETS ### */

p
{
	text-align: justify;	
	margin: 12px 2px 3px 10px;
	font-size: 0.8em;
}

li
{
	display: list-item;
	text-align: left; 
	margin: 3px 50px 3px 30px;
	font-size: 0.8em;
	list-style-type: square;
}

img
{
	border: none;
	margin: 0px; 
	padding: 0px; 
}

input[type=text], textarea, input[type=password]
{
	margin-left: 30px;
	background-color: #e9e5e4;  
	
}

a:link, a:hover, a:visited, a:active 
{
	font-weight: bold; 
	text-decoration: none;
	color: black; 
	color: #87705F;
}

a:hover
{
	color: darkgrey;
}

td
{
	vertical-align: middle;
}

hr
{
	border: 0;
	color: darkgrey; 
	background-color: darkgrey; 
	height: 1px;
	clear: both;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 95%;
}

.compositeur, p.compositeur
{
	font-weight: bold; 
	color: #87705F;
	margin-top: 2px; 
}

.details, p.details
{
	margin-left: 20px; 
	margin-top: 2px; 
}

.citation, p.citation
{
	margin: 20px 30px 6px 30px; 
	font-style: italic; 
	color: #3f3f3f; 
}

.cit_signature, p.cit_signature
{
	margin: 0px 30px 10px 30px; 
	/*font-style: italic;*/ 
	color: #3f3f3f; 
	font-weight: bold; 
	text-align: right; 
}

.aligne_gauche_ss_marge
{
	margin-top: 1px; 
	margin-bottom: 1px
	text-align: left; 
}


#res_ajax, #res_ajax_structure, #res_ajax_contact  
{
        display: block;
        border: 1px solid #ccc;
        /*position:absolute;*/
        background-color: #e9e5e4;
        z-index:1;
}
#res_ajax ul, #res_ajax_structure ul, #res_ajax_contact ul 
{
        margin: 0 0 0 0 ;
        padding: 0 0 0 0 ;
        list-style: none;
}
#res_ajax li, #res_ajax_structure li, #res_ajax_contact li
{
        display:block;
        clear:both;
        font-weight: normal;
        margin:5px 5px 5px 5px;
        padding: 0 0 0 0;
        font-size: 0.7em; 
}
#res_ajax li:hover, #res_ajax_structure li:hover, #res_ajax_contact li:hover
{
        color: #fff;
        background-color: #373737;
        background-image: none;

}

