@CHARSET "ISO-8859-1";


/*layout*/

#logoflamme {
	position:absolute;
	left:50%;
	top: 0px;
	margin-left: -371px;
}
#logoges {
	position:absolute;
	left:50%;
	top: 92px;
	margin-left: -266px;
	
}
#logogascogne {
	position:absolute;
	left:50%;
	top: 129px;
	margin-left: -87px;
}
#topborder {
	position:absolute;
	top:153px;
	left:50%;
	margin-left: -421px;
	visibility:hidden;
}

#bottomborder {
	margin-left: -100px;
}

#content {
	position:absolute;
	border: none;
	margin-top:163px;
	width:100%;
	left:0;
	padding-left:0px;
	font-family: Trebuchet MS,Helvetica, Sans-serif;
	font-size: 80%;
	min-height:380px;
	padding-top:10px;
	padding-right:20px;
	/*border-top: 4px solid rgb(240,163,14);*/
	
}


#footer{
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:-30px;
	width:843px;
	/*height:14px;*/
	background-image: url('images/border-bottom.gif');
	background-repeat: no-repeat;
	font-family: Trebuchet MS, Helvetica, Sans-Serif;
	font-size: 75%;
	font-style:italic;
	padding-top:14px;
	text-align: right;
	height: 16px;
	overflow:hidden;
	visibility: hidden;
	
}

/*généralités*/
img {
	border:0;
	display:block;
}

html {
	border:0;
	padding:0;
	margin:0;
}

body {
	border:0;
	padding:0;
	margin:0;
	top :0;
}

a {
	text-decoration:none;
	color: rgb(41,148,205);
	/*color: rgb(240,163,14);*/
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
a.visited {
	text-decoration:none;
	color: black;
}

li {
	list-style-position: outside;
	list-style-type: square; 
	/*line-height: 200%;*/ 
	text-align: left;
}



/* menu */
div.menubleu {
	display:block;
	width:124px;
	height:17px;
	background-image: url('images/menu-bleu.gif');
	background-repeat: no-repeat;
	padding:2px;
	overflow: hidden;
}

div.menuvert {
	display:block;
	width:124px;
	height:17px;
	background-image: url('images/menu-vert.gif');
	background-repeat: no-repeat;
	padding:2px;
	overflow: hidden;
}

div.menuorange {
	display:block;
	width:124px;
	height:17px;
	background-image: url('images/menu-orange.gif');
	background-repeat: no-repeat;
	padding:2px;
	overflow: hidden;
}

div.submenuItem {
	display:block;
	margin-left:75px;
	width:80px;
	border:0;
	text-align:left;

}

#menu {
	position:absolute;
	width:128px;
	left:50%;
	margin-left:-485px;
	top: 190px;
	font-family: Trebuchet MS, Helvetica, Sans-serif;
	font-size: 75%;
	font-style:italic;
	font-weight: bold;
	text-align: center;
	visibility:hidden;
}

a.menu {
	color: black;
}

a.menu-bleu {
	color: black;
}

a.menu-vert {
	color: black;
}

a.menu-orange {
	color: black;
}

a.menu-vert:hover {
	color: rgb(145,203,33);
}
a.menu-bleu:hover {
	color: rgb(41,148,205);
}
a.menu-orange:hover {
	color: rgb(240,163,14);
}


a.menu:visited {
	color: black;
}

a.menu:hover {
	text-decoration: none;
}

span.currentPage {
	color: black;
}

span.currentPage-orange {
	color: rgb(240,163,14);
}
span.currentPage-vert {
	color: rgb(145,203,33);
}

span.currentPage-bleu {
	color: rgb(41,148,205);
}


/* elements flottants */
div.postit {
	display: block;
	float: right;
	width: 257px;
	border:0;
	background-image: url('images/postit_milieu.gif');
	background-repeat: repeat-y;
	padding:0;
	border:0;
	padding-left:10px;
	padding-right:10px;
	margin-right: 0px;
}

div.postittop {
	display: block;
	background-image: url('images/postit_haut.gif');
	width:267px;
	height:22px;
	margin-left:-10px;
	color: white;
	font-style: italic;
	font-weight:bold;
	padding-left:10px;
	padding-top: 4px;
}

div.postitbottom {
	display: block;
	background-image: url('images/postit_bas.gif');
	width:277px;
	height:18px;
	margin-left:-10px;
}

/* présentations de pages */
img.vignette {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid rgb(240,163,14);
}

div.header {
	font-weight: bold;
	font-size :110%;
}

div.spacer {
	clear:both;
	height:1px;
}


img.inline{
	display:inline;
	vertical-align: middle;
	height: 17px;
	
}

img.puce {
	display:inline;
	margin-right: 7px;
}

