@charset "utf-8";
/* CSS Document */

/* Redfinitions des balises HTML */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:white;
	background-image: url(../images/template/fond_page.jpg);
	background-repeat: repeat;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12pt;
	}

h1 {
	color: #226d7a;
	margin-bottom: 10px;
	font-size: 1.7em;
}

h2 {
	color: #58b1c0;
	margin-bottom: 6px;
	font-size: 1.3em;
	letter-spacing: 2px;
}
		
p {
	line-height:1.35em;
	text-align:justify;
	margin-bottom: 4px;
	}

img {
	border:none;
	}
	
a {
	color: #4095CB;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color: #cbba41;
	text-decoration: underline;
}


/* Cration de class CSS */

.logomenuhoriz {
	position:relative;
	top:-9px;
	left:-9px;
}


.centrer {
	text-align: center;
}

.justifier {
	text-align: justify;
}

.couleurverte {color:#caca00;}
.couleurorange {color:#e95e0f;}
.couleurrouge {	color:#e2031a;}
.couleurbleugris {color:#00737a;}
.couleurkaki {	color:#4c6322;}
.couleurbleue {color:#246a9e;}
.couleurfuchsia {color:#e52466;}


.imageagauche {
	float:right;
	padding-left:20px;
}

.imageadroite {
	float:left;
	padding-right:20px;
}	
.imagecentre {
	margin-left:250px
}

	
.blocdecale {
	margin-left:20px;
}

	
.decaleli {
	margin-left: 20px;
}


.espaceul {
	margin-top: 10px;
	margin-bottom: 10px;
}

p.petitcentre {
	text-align: center;
	font-size: 0.7em;
}
	
/* Gestion du menu horizontal */
	
#menuhorizontal ul {
	margin-left:15px;
}

#menuhorizontal li {
	float:left;
	margin-right: 15px;
}

#menuhorizontal li a {
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 33px;
	display: block;
}	

#menuhorizontal li a:hover {
	background-position: left bottom;
}

#menuhorizontal .mtheme {
	background-image: url(../images/template/m_theme.jpg);
	width: 64px;
}

#menuhorizontal .mprgm {
	background-image: url(../images/template/m_programme.jpg);
	width: 119px;
}

#menuhorizontal .mexpo {
	background-image: url(../images/template/m_exposants.jpg);
	width: 106px;
}

#menuhorizontal .mplan {
	background-image: url(../images/template/m_plan.jpg);
	width: 156px;
}

#menuhorizontal .masso {
	background-image: url(../images/template/m_association.jpg);
	width: 131px;
}

#menuhorizontal .minfo {
	background-image: url(../images/template/m_infos.jpg);
	width: 54px;
}

/* ************************** */

/* Gestion du menu gauche */

#menugauche ul {
	margin-top:290px;
	margin-left: 38px;
}

#menugauche li {
	width: 102px;
	margin-bottom: 7px;
}

#menugauche li a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
}	

#menugauche li a:hover {
	background-position: left bottom;
}

#menugauche .gconf {
	background-image: url(../images/template/g_conferences.jpg);
	line-height: 29px;
	height: 29px;
}

#menugauche .gatelier {
	background-image: url(../images/template/g_ateliers.jpg);
	line-height: 29px;
	height: 29px;
}

#menugauche .genfants {
	background-image: url(../images/template/g_enfants.jpg);
	line-height: 45px;
	height: 45px;
}

#menugauche .ggrands {
	background-image: url(../images/template/g_grands.jpg);
	line-height: 45px;
	height: 45px;
}

#menugauche .gforum {
	background-image: url(../images/template/g_forum.jpg);
	line-height: 45px;
	height: 45px;
}

	
/* Cration des ID */

#bloc {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-right: 1px solid #226d7a;
	border-bottom: 1px solid #226d7a;
	border-left: 1px solid #226d7a;
	border-top: 1px solid #226d7a;
	margin-top:5px;
}

#entete {
	height: 140px;
	background-image: url(../images/template/entete.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#menugauche {
	width: 140px;
	background-color: #226d7a;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left:0px;
	top:140px;
}

#principal {
	background-color: white;
	margin-left: 140px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 15px;
	min-height: 480px;
}

#menuhorizontal {
	height: 33px;
	background-color: #226d7a;
	margin-left: 140px;
}

#pied {
	background-repeat: no-repeat;
	background-position: top left;
}


#menuhorizontal li, #menugauche li {
	list-style-type: none;
}









