/* 	Site de l'académie d'orgue de Saint-Dié des vosges.
	Version 0.1
	Css servant à l'affichage dans un navigateur.	
*/

/*POSITIONNEMENT*/

/*Utilisation relative de la taille des polices. On fixe dans le body la taille minimale */

body {
    font: x-small serif;
    color: black;
    margin: 0;
    padding: 0;
    padding-right:20px;
    background-color: #DCDCDC;
}

/* Fixe la taille de police de base à quelquechose de relatif sur tous les navigateurs*/

#globalWrapper {
	position: absolute;
	font-size: 137%;
	max-width: 1024px; /* Pour une largeur variable */
	min-width: 770px; /* Pour une largeur variable */
	top: 0px;
	margin: 20px;
	text-align: left;
	background: white;
}
/* hack pour internet explorer qui ne gère par max-width */
* html body #globalWrapper{
	width: 850px;
}
	
#logo  {
	position: absolute;
	top: 5px;
	left: 10px;
}

#entete {
	/*margin-top: 2px;
	margin-left: 2px;*/
	left:0;
	height: 95px;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 2px;
	background: url('../IMG/1x5.gif') bottom left repeat-x;
}
/*Mise en page 3 colonnes*/
div#colonneGauche {
	width: 200px;
	float: left;
	text-align: center;
	margin-top: 1em;
}

div#colonneDroite {
	width: 120px;
	float: right;
	text-align: center;
	padding-right: 1em;
	margin-top: 1em;
} 
    
div#colonneCentrale {
	margin-left: 200px;
	margin-right: 150px;
	padding-right: 1em;
	padding-top: 1em;
}

/*Mise en pages 2 colonnes*/
div#colonne1{

	padding-left: 0.6em;
	margin-right: 150px;
	padding-right: 1em;
	padding-top: 1em;
}

div#colonne2 {
	width: 120px;
	float: right;
	text-align: center;
	padding-right: 1em;
	margin-top: 1em;
}

div#footer   {
	clear: both;
	padding-top: 0.5em;
	text-align: center;
	padding-left: 200px;
	padding-right: 150px;
	padding-bottom: 20px;
	font-size: small;
	background: url('../IMG/1x15grey.png') bottom left repeat-x;
}

#footer hr {
	width: 100%;
	color: black;
	background-color: black; /* la couleur est codée deux fois pour des raisons de compatibilité entre navigateurs */
	height: 1px;
	border : 0px;
}

.boite {
	text-align: left;
	padding: 0.6em;
	margin-left: 0.6em;
	margin-right: 0.6em;
	vertical-align: middle;
	display: box;
	border: 1px solid black;
	margin-bottom: 1em;
	background-color: #F5F5F5;
	line-height: 1.5em;
	-moz-border-radius:   0.5em  0.5em 0.5em 0.5em;
}

#entete .boite {
	float: right;
	margin-top:20px;
	width:140px;
	
}

#cartouche {
	padding-left:220px;
	background: url('../IMG/croquis-c.jpg') top left no-repeat;
	height:274px;
}

/*
*STYLE POUR LE MENU HAUT
*/



#menu {
	float: both;
	position: relative;
	//height: 30px;
	height: 45px; /*~*/
	margin-left: 0.5em;
	margin-right: 0.5em;
	background-color: black;	
	//background: url('../IMG/menu-background2.1.jpg');
	background: url('../IMG/menu-background2.3.png'); /*~*/
}

#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul {
	position: absolute;
	//height: 28px;
	height: 43px; /*~*/
	left: 25px;
}

#menu li {
	float: left;
	text-align: center;
	
}

#menu li a {
	//line-height: 25px;
	line-height: 40px;/*~*/
	color: white;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	//height: 30px;
	height: 45px; /*~*/
	width: 9em;
	display: block;
	border-left: 2px solid black;
}

#menu li.last {
	border-right: 2px solid black;
}

#menu a:hover {
	color: black;
	background-color: #F5F5F5;
	text-decoration: none;
}


/* TYPOGRAPHIE */

h1, h2, h3, h4, h5, h6 {
    color: black;
    background: none;
    font-weight: normal;
    margin: 0;
    padding-top: .5em;
    padding-bottom: .17em;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height:1.5em;
}

h1 { font-size: 190%; }

h2 { font-size: 155%; }

h3, h4, h5, h6 {
    border-bottom: none;
    font-weight: bold;
}

h3 { font-size: 137%; }
h4 { font-size: 120%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

.texte {
	text-align: justify;
	line-height:1.5em;
	
}

.texteRubrique {
	padding-left:220px;
	text-align: justify;
	line-height:1.5em;
}

.cartouche h1 {
	color: #8B6914; /*goldenrod4 */

}


.tourImage {
	border: 1px outset black;
	margin: 0.5em;
}

li.menu-item, li.menu-titre {
	list-style-image: url(../IMG/stop.png);
}


a {
	text-decoration: none;
}

a:visited {
	color: #7171FF;
}

a:hover {
	background-color: #E5E5E5;
}

.noeffect img {
	border: 0;
}

a.noeffect:hover {
	background-color: transparent;
}

#chemin {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
a.spip_url { }
a.spip_in {
}
	

a.spip_out {
	background: url(../IMG/external-link.png) center right no-repeat; 
	padding-right: 14px;
}

a.spip_out:hover {
	text-decoration: underline overline;
}
	

a.spip_glossaire { }

.spip_code { }

p.spip_note { }


p {
}
h3.spip {
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	margin-top : 20px;
	margin-bottom : 20px;
	padding: 0em;
	letter-spacing: 1.1em;
}

.spip_puce {
	list-style-position: inside;
	border-width: 0px;
	line-height: 1em;
}

.spip_documents{
	margin: 1em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : x-small
}
.spip_documents a:hover{
	background-color: transparent;
}

.cartouche {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	
}

.chapo {
	line-height: 1.5em;
}

.datePub {
	font-size: x-small;
	color: #DAA520;
}


table.spip {
}

table.spip tr.row_first {
	background-color: #FCF4D0;
}

table.spip tr.row_odd {
	background-color: #C0C0C0;
}

table.spip tr.row_even {
	background-color: #F0F0F0;
}

table.spip td {
	padding: 1px;
	text-align: left;
	vertical-align: middle;
}

hr.spip { }
b.spip { }
i.spip { }
blockquote.spip {
	margin-left : 40px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-right: 0px;
	border : solid 1px #aaaaaa;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
       
}

q {

	padding-left: 2em;

	quotes: "\00ab\a0" "\00a0\00bb";

}
q:before {

	content: open-quote;

}

q:after {

	content: close-quote;

}

.forml { width: 100% ; background-color: white;}

.spip_encadrer {
	font-family: helvetica, arial, sans-serif;
	width : 95%;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px #666666 solid;
}

.spip_cadre {
	width : 95%;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 10px;
}

div.spip_poesie {
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #999999;
}
div.spip_poesie div {
	text-indent: -60px;
	margin-left: 60px;
}

.spip_bouton { background-color: #FFCC00;}

form.formrecherche { 
	margin-top: 5px;
	margin-bottom: 5px;
	width:140px;
}
input.formrecherche {
	width: 95%;
	background-color: white;
}

.reponse_formulaire {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: red;
}

.spip_surligne { background-color: #FFFF66; }


/*
 * Barre de raccourcis
 */

a.spip_barre img {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #aa9966;
	border-bottom: 1px solid #aa9966;
	padding: 3px;
	background-color: #FFDDAA;
}
a.spip_barre:hover img {
	border: 1px solid #808080;
	padding: 3px;
	background-color: #f8f8f4;
}

