ul.gotoPage {
	list-style-type:none;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
    margin-top: 5px;
    overflow: auto;
}

ul.gotoPage li {
	display:inline;
	line-height: 15px;
}

ul.gotoPage a, ul.gotoPage b {
    float: left;
	display: block;
    overflow: auto;
	text-align: center;
	margin: 2px;
	width: 16px;
	height: 16px;
	color: #666666;
	padding: 0px;
	text-decoration: none;
	background-color: #FFFFFF;
	border-right: #d1d1d1 solid 1px;
    border-bottom: #d1d1d1 solid 1px;
}

ul.gotoPage a:hover, ul.gotoPage b {
  
    overflow: auto;
	border-right: #888888 solid 1px;
    border-bottom: #888888 solid 1px;
    
	color: #FFFFFF;
	background-color: #888888;
	font-weight: bold;
}

.designation {
    font-size: 1.1em;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
    border-bottom: #333333 solid 1px;
    background-color: #e0e0e0;
    padding-left: 3px;
}


input, textarea, select, iframe  {
    background-color: #e0e0e0;
    border: #999999 dotted 1px;
}

.adminQuery {

    margin-left: 30%;
    margin-top: 10%;
    margin-right: 40%;
    
    padding: 5%;
    background-color: #e0e0e0;
    border: #333333 dotted 1px;
}

.erreur {
	margin: 5px;
    margin-top: 15px;
	padding: 10px;
	padding-right: 30px;
	color: red;
	background-color: #F8DEDC;
	border: solid 1px #D63A3A;
	overflow: auto;
}

.confirm {
	margin: 5px;
	padding: 10px;
    margin-top: 15px;
	padding-right: 30px;
	color: green;
	background-color: #E7ECE1;
	border: solid 1px #549841;
	overflow: auto;
}

.album div.titre {
    font-weight: bold;
    font-style: italic;
    font-size: 1.6em;
    color: #555555;
}

.album div.date {
	font-size: 0.8em;
    color:#999999;
	font-style:italic;
	font-weight:bold
}

.album div.description {
    margin-top: 10px;
	margin-bottom: 20px;
    font-size: 0.9em;
}

.albumListe {
	margin : 0px;
	padding: 0px;
	overflow: auto;
}

.albumListe a.albumVignette, .albumListe a.albumVignette:visited  {
	display: block;
	float:left;
	margin: 15px;
	padding: 6px;
	overflow: auto;
	background: white;
	border: #dfdfdf solid 1px;
    text-decoration : none;
	text-align: center;
}

.albumListe a.albumVignette img {
	border:none;
}

.albumListe a.albumVignette div.titre {
	font-size: 0.8em;
	color: #555555;
	font-weight: bold;
}

.albumListe a.albumVignette div.date {
	font-size: 0.7em;
	color: #999999;
	font-style: italic;
	margin-top: 10px;
}

.overBoite {
    margin:20px;
    position: fixed;
	_position:absolute;
    z-index: 40;
 }
.overBoite div.hg {
    background: url(images/mediaBox_hg.png) no-repeat top left;
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mediaBox_hg.png', sizingMethod='crop');
    height:18px;
    padding-left:18px;
    
 }
.overBoite div.hd {
    overflow: auto;
    background: url(images/mediaBox_hd.png) no-repeat top right;
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mediaBox_hd.png', sizingMethod='crop');
    height:18px;
    }
    
.overBoite div.bg {

    background: url(images/mediaBox_bg.png) no-repeat bottom left;
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mediaBox_bg.png', sizingMethod='crop');
    height:18px;
    padding-left:18px;
    }
.overBoite div.bd {
    background: url(images/mediaBox_bd.png) no-repeat bottom right;
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mediaBox_bd.png', sizingMethod='crop');
    height:18px;
    }
    
 .overBoite div.g {
    background: url(images/mediaBox_g.png) repeat-y left;
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mediaBox_g.png', sizingMethod='scale');
    padding-left:18px;
}
    
.overBoite div.d {
    background: url(images/mediaBox_d.png) repeat-y right;
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mediaBox_d.png', sizingMethod='scale');
}
    
.overBoite div.content{
    overflow: auto;
    padding: 5px 25px 5px 10px;
    }
    
    
#overBoiteFermer {
    position:absolute;
    z-index: 45;
    right: 0px;
    top: 0px;
    background: url(images/overboiteFermer.png) no-repeat;
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/overboiteFermer.png', sizingMethod='scale');
    width: 26px;
    height: 26px;
}

#overBoiteFermer a, #overBoiteFermer a:visited{
    font-family: Arial,Helvetica,sans-serif;
    font-size:0.8em;
    font-weight: bold;
    text-decoration: none;
    color: #555555;
    margin-left: 8px;
}

#overBoiteFermer a:hover {
   color: #aaaaaa; 
}

.overBoite div.mediaComment {
    padding: 5px;
    font-size: 0.8em;    
}


 .blackLayer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 200%;
	text-align: center;
	padding-right: auto;
	padding-left: auto;
	background-image: url(images/fd_black_50.png);
	_background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fd_black_50.png', sizingMethod='scale');
	
}



ul.vignetteMedia {
    margin: 0px;
    padding:0px;
    list-style-type: none;
    overflow: auto;
    width: auto;
    border-top: dotted 1px #999999;
}

ul.vignetteMedia li {
    display: inline;
    margin: 0px;
    padding: 0px;
    overflow:auto;
}

ul.vignetteMedia img {
    border: none;
    margin: 3px;
    margin-bottom: 0px;
}

ul.vignetteMedia a, ul.vignetteMedia a.visited {
    display: block;
    margin: 5px;
    text-decoration: none;
    float:left;
    background-color: #cccccc;
    vertical-align:  
}

ul.vignetteMedia a:hover {
    background-color: #aaaaaa;
}


.albumListeMedias ul.vignetteMedia {
	border: none;
}

.pageRight {
margin-left: 225px;
padding: 5px;
}

.pageLeft {
float:left;
border-right: dotted 1px #999999;
color: #555555;
overflow:auto;
width: 200px;
padding: 5px;
}


.pageLeft ul, .pageLeft li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.pageLeft ul {
    margin-top: 15px;
}

a, a:visited {
   color: blue;
   text-decoration: underline;
}

a:hover {
    color: purple;
    text-decoration: none;
}

.baliseMedia {
    margin: 5px;
}


body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    color: #555555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: normal;
    
    background-image : url(images/body.gif);
    background-color: #ffffff;
    background-position: inherit;
    background-repeat: repeat;
}



#infos {
    
    margin: 0px auto 0px auto;
    padding: 2px 2px 2px 2px;
    
    width: 800px;
    height: auto;
    
    font-size: 0.7em;
    text-align: center;
    color: #999999;
    
    background-color: transparent;
    background-position: inherit;
    background-repeat: no-repeat;
    
}

#bordure-horiz {
    margin: 20px auto 0px auto;
    padding: 0px 10px 0px 10px;
    
    width: 825px;
    height: auto;
    
}


#bordure-haut {
    height: 18px;
    background: url(images/bord_haut.png) no-repeat;
}


#bordure-bas {
    height: 18px;
background: url(images/bord_bas.png) no-repeat;
}


#site {
    padding: 5px 15px 0px 10px;

    background-image : url(images/bord_milieu.png);
    background-position: inherit;
    background-repeat: repeat-y;
}








#entete {
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: auto;
    
    height: 168px;

    /*background-image : url(images/entete.gif);*/
    background-color: #FFFFFF;
    background-position: inherit;
    background-repeat: no-repeat;
    
}


#logo {
    margin: 60px 0px 0px 160px;
    padding: 0px 0px 0px 0px;
    overflow: auto;
    float:left;
    
    text-align: left;
}

#logo img {
    vertical-align:  sub;
}

#logo span#titre {
    color: #555555;
    font-family: 'arial unicode ms','arial','helvetica','sans serif';
    font-style: italic;
    font-weight: 100;
    font-size: 70px;
    font-weight: bold;
}

#menu {
    
    margin: 5px 5px 5px 10px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    
    height: 35px;

    /*background-image : url(images/menu_fond.gif);*/
    background-color: #345411;
    background-position: inherit;
    background-repeat: repeat;
    
}






#menu ul {
    display: inline;
    float:left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    
    list-style-type : none;
}

#menu li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    float:left;
}

#menu a{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    float:left;
    
    height: 35px;
    
    line-height: 35px;
    text-decoration: none;
    
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    background-color: #88B34D;
    /*background-image : url(images/menu.gif);*/
    background-position: inherit;
    background-repeat: repeat-x;
	
	border-left: #cccccc solid 1px;
	border-right: #aaaaaa solid 1px;
}

#menu a:hover{
    color: #ffffff;
    font-weight: bold;
    /*background-image : url(images/menu_over.gif);*/
    background-position: inherit;
    background-repeat: repeat-x;
}


#page {
    
    margin: 5px 0px 5px 0px;
    padding: 5px 5px 5px 10px;
    overflow: auto;
    
    color: #555555;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    
    background-image : none;
    background-color: #ffffff;
    background-position: inherit;
    background-repeat: repeat;
}


#page h1 {
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    
    color: #0066CC;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}

#page h2 {
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    
    color: #0044aa;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
}

#page h3 {
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    
    color: #555555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    font-weight: bold;
}

#texte {
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    font-weight: normal;
}


#contenu {
    margin: 5px 5px 5px 5px;
    padding: 0px 0px 0px 0px;
    overflow: auto;
    
}

#media {
    margin: 5px 5px 5px 5px;
    padding: 0px 0px 0px 0px;
    float: left;
    
    width: 320px;
    height: 240px;
    
    background-color: #aaaaaa;
    background-position: inherit;
    background-repeat: no-repeat;
    
    border: #999999 dotted 1px;
}



#pied {
    
    margin: 5px 20px 0px 15px;
    padding: 0px 0px 0px 0px;
    overflow: auto;
    
    height: 20px;

    background-position: inherit;
    background-repeat: no-repeat;
    
    border-top: #999999 dotted 1px;
    
}


#pied ul {
    display: inline;
    float:left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: auto;
    
    list-style-type : none;
}

#pied li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: auto;
    float:left;
}

#pied a{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    float:left;
    
    height: 20px;
    
    line-height: 20px;
    text-decoration: none;
    
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.7em;
    font-weight: normal;
}

#pied a:hover{
    color: #666666;
}


.article {
    font-size: 0.9em;
}

.articleListe {
    padding: 5px;
    border-bottom: solid #e0e0e0 1px;
    font-size: 0.8em;
}

.articleVignette {
    float:left;
    margin-right: 8px;
    border: solid #e0e0e0 3px;
}

.articleListe div.titre, .article div.titre  {
    margin-top: 12px;
}

.articleListe div.titre a, .articleListe div.titre a:visited {
    font-weight: bold;
    font-style: italic;
    color: #333333;
    text-decoration: none;
    font-size: 1.6em;
    margin: 0px;
    padding: 0px;
}

.article div.titre {
    font-weight: bold;
    font-style: italic;
    font-size: 1.6em;
    color: #333333;
}

.articleListe div.entete, .article div.entete {
    overflow: hidden;
    line-height: 1.2em;
}

.article div.entete {
   line-height: 1.4em; 
}

.articleListe div.titre a:hover {
    text-decoration: underline;
}

.articleListe div.date,  .article div.date {
    color: #999999;
    font-weight: bold;
    font-style: italic;
}

.articleListe div.chapo, .article div.chapo {
    margin-top: 4px;
    font-size: 1em;
}

.article div.chapo {
    font-weight: bold;
    font-size: 0.8em;
}

.article div.corps {
    margin-top: 18px;
}








