/* CSS Document */
/*Proprietes generales*/
body {
	
	background-image:url(images/degrade.jpg);
	color:#FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	line-height: 150%
}
/*Les liens*/
a:link {
	/*color: #FFFF00;*/
	color: #ff6633;
	text-decoration: none
}

a:visited {
	color: #ff6633;
	text-decoration: none
}

a:hover {
	text-decoration: none
}
/*Titres*/	
h1 {
	color: #FF0000;
	font-family: "courier new", courier, mono;
	font-size: xx-large;
	line-height: 85%;
}

h2 {
	font-family: "courier new", courier, mono;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}

/*Pour la page des Garçons d'Honneur*/
.fondgris {
	background-attachment: fixed;
	background-image:  url("images/GH_gris.jpg");
	background-repeat: no-repeat;
}

/*les div*/
div#titre {
	position: relative;
	float: left;
	width: 100%;
}

div#menu {
	position: absolute;
	bottom: 50px;
	right: 10px;
}
	
div#iconeszicos {
	position: absolute;
	bottom: 15px;
	left: 0px;
}
	
div#menudroite {
	float: right;
	clear: both;
	width: 50px;
	height: 100%;
}

/*Les 3colonnes pour les pages à 3 colonnes*/
div#colgauche{
	float: left;
	width: 283px;
	padding: 2px;
}

div#colcentre {
	margin-right: 100px;
	margin-left: 283px;
	text-align:justify;
}

div#coldroite {
	float: right;
	width: 110px;
	padding: 2px;
}

/*les 2 colonnes pour les pages à 2 colonnes*/
/*texte*/
div#colleft {
	margin-right: 350px;
	text-align: justify;
}
/*image*/
div#colright {
	float: right;
	width: 350px;
	padding: 2px;
	height: 100%;
}

/*idem à l'envers*/
/*image*/
div#colleft2 {
	float: left;
	width: 350px;
	padding: 2px;
    height: 100%
}
/*texte*/
div#colright2 {
	margin-left: 360px;
	text-align: justify;
}

/*Page trio - image à droite*/
/*texte*/
div#triogauche {
	margin-right: 410px;
	text-align: justify;
}
/*image*/
div#triodroite {
	float: right;
	width: 400px;
	padding: 2px;
}

/*Page albums - menu à droite*/
/*texte*/
div#albumsgauche {
	margin-right: 100px;
	text-align: justify;
}
/*image*/
div#albumsdroite {
	float: right;
	width: 95px;
	padding: 2px;
}

/*Pour la page actu*/
/*image*/
div#actugauche {
	float: left;
	width: 430px;
	padding: 2px;
    height: 100%
}
/*texte*/
div#actudroite {
	margin-left: 440px;
	text-align: justify;
}

/*images plus petite*/
/*texte*/
div#colleft3 {
	margin-right: 250px;
	text-align: justify;
}
/*image*/
div#colright3 {
	float: right;
	width: 250px;
	padding: 2px;
}

/*le lecteur sur la page musique*/
div#musique {
	float: right;
	padding: 2px;
}

/*frise parcours*/
div#global {
	width: 4600px;
}

div#frise {
	float: left;
	width: 230px;
	line-height: 100%;
	padding: 5px;
}

div#imagetexte {
	width: 100%;
	text-align:justify;
}

/*classes*/
.imagedroite {
	float:right;
	padding: 2px;
}

.imagegauche {
	float:left;
	padding: 2px;
}
