/***********************************************************/
/* fichier : styles.css                                    */
/*                                                         */
/* auteur  : Ludovic Mauris                                */
/*                                                         */
/* date    : 4.07.2005                                     */
/*                                                         */
/* but     : feuille de style pour pages HTML              */
/*                                                         */
/***********************************************************/

/* corps travail par défaut d7e5b1 */
body{
	margin: 0px;
	background-color:#000000;
	font-family:Trebuchet MS, Verdana, Arial;
	font-size:14px;
	color:#ffffff;
}

img {
	border: 0;
}

p{
	font-family:Trebuchet MS, Verdana, Arial;
	font-size:14px;
	color:#ffffff;
	text-align:justify;
}

td,ul,ol,li {
	font-family:Trebuchet MS, Verdana, Arial;
	font-size:14px;
	color:#ffffff;
}

li{
	list-style:square;
}

input, textarea, select, button {
	font-family:Trebuchet MS, Verdana, Arial;
	font-size:13px;
}

/* lien travail par défaut */
A:link,A:active,A:visited{
	color:#99a25e;
	text-decoration:none;
}
A:hover{
	text-decoration:underline;
}

h1{
	font-family:Trebuchet MS, Verdana, Arial;
	color:#868d57;
	font-size:24px;
	font-weight:bold;
}

h2{
	font-family:Trebuchet MS, Verdana, Arial;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	margin:0px;
}

h3{
	font-family:Trebuchet MS, Verdana, Arial;
	font-size:26px;
	color:#868d57;
	font-weight:bold;
	font-style:italic;
	margin:0px;
}

h4{
	font-family:Trebuchet MS, Verdana, Arial;
	color:#38442a;
	font-size:15px;
	margin:0px;
	font-weight:bold;
	margin-top:8px;
}

h5{
	font-family:Trebuchet MS, Verdana, Arial;
	color:#ffffff;
	font-size:18px;
	margin:0px;
	font-weight:bold;
}

hr {
	color:#0a0c09;
	background-color:#0a0c09;
	height: 1px;
	border: 0;
	width: 100%;
}

div.separateur{
	background-color:#0a0c09;
	height: 1px;
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}

/* page travail*/
#gras {
	font-weight:bold;
}
#justify {
	text-align: justify;
}
#center {
	text-align: center;
}

.header{
	background-image:url('../images/banniere.jpg');
	background-repeat:no-repeat;
	background-position: top left;
	height:215px;
	width:980px;
}

#menu{
	position:relative;
	top:170px;
	left:21px;
	color:white;
	text-align:left;
    margin:0px;
    padding:0px;
}

#lng{
	position:relative;
	right:10px;
	top:0px;
	text-align:right;
}

.content{
	background-image:url('../images/content_bg.jpg');
	background-repeat:repeat-x;
	width:550px;
	min-height:60px;
	margin-left:20px;
}

.content_margin{
	margin:0px;
	margin-left:21px;
	margin-top:10px;
}

.index{
	background-image:url('../images/index.jpg');
	background-repeat:no-repeat;
	background-position: top right;
	width:380px;
}

.index_top{
	height:201px;
	vertical-align:bottom;
}

.index_top_margin{
	position:relative;
	top:166px;
	left:40px;
}

.index_middle{
	position:relative;
	left:40px;
	background-color:#0a0c09;
	min-height:136px;
	width:345px;
}

.index_middle_margin{
	margin:0px;
	padding:10px;
}

.index_bottom{
	position:relative;
	left:40px;
	width:345px;
}


.index_copyright{
	position:relative;
	left:40px;
	height:20px;
	width:340px;
	text-align:right;
	color:#ffffff;
	background-color:#0a0c09;
	padding-right:5px;
	padding-bottom:1px;
	padding-top:10px;
}


A.index_link:link,A.index_link:active,A.index_link:visited{
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	margin:0px;
	color:#ffffff;

}

A.index_link:hover{
	text-decoration:underline;
}

.right{
	background-image:url('../images/right.jpg');
	background-repeat:no-repeat;
	background-position: top right;
	height:372px;
	width:50px;
}

#frmGuestbook{
	margin-top:10px;
}

label.error {
	color:#c00000;
}


div.msg{
	width:95%;
    color:#000000;
    background-color:#dde8a6;
    padding: 10px;
    border: 1px solid #000000;
    font-weight:bold;
    margin-bottom:20px;
    text-align:center;
}

.infossommet{
	background-color:#0a0c09;
    border: 1px solid #151713;
    margin-bottom:12px;
    
}

.pageaccueil{
	background-color:#0a0c09;
    border: 1px solid #151713;
	background-image:url('../images/guitare.jpg');
	background-repeat:no-repeat;
	background-position: bottom left;
    padding:15px;
    padding-left:110px;
    width:400px;
    min-height:55px;
    margin-bottom:15px;
}

.infos_gauche{
	background-color:#0a0c09;
    border: 1px solid #151713;
    margin:0px;
    margin-right:12px;
    padding:6px;
    float:left;
    
}

div.commentbox{
    width: 95%;
    padding: 10px;
	background-color:#0a0c09;
    border: 1px solid #151713;
    
}

div.commentfooter{
    position:relative;
    top:-1px;
    color: #ffffff;
    background: url('../images/arrow.gif') 20px 0px no-repeat;
    padding-left: 63px;
    padding-top: 2px;
    margin-bottom:40px;
    font-weight:bold;
}


.langues{
	color:white;
	font-size:13px;
}

.langue_sel{
	color:white;
	font-size:13px;
	font-weight:bold;
}

A.langue:link,A.langue:active,A.langue:visited{
	color:white;
	font-size:13px;
	text-decoration:none;
}
A.langue:hover{
	color:white;
	text-decoration:underline;
}

.gris{
	background-color:#c0c0c0;
}

.blanc{
	background-color:white;
}

.imgNew{
	font-size:10px;
	color:#c00000;
}

.numerotation{
	color:black;
}

A.numerotation:link,A.numerotation:active,A.numerotation:visited{
	color:#ffffff;
	text-decoration:none;
}

A.numerotation:hover{
	color:#ffffff;
	text-decoration:underline;
}

.date{
	font-size:13px;
	font-weight:bold;
	color:#99a25e;
}

.ligne{
	background-image:url('../images/ligne.gif');
	background-repeat:repeat-x;
	margin-bottom:-10px;
}

#mapcontainer{
	border:1px solid #c0c0c0;
}

#mapfunctions{
	padding-top:2px;
}
	
.photoTable{
	margin-top:0px;
}
	
.photoRow{
	padding-top:20px;
}
.photoRowIndex{
	padding-bottom:12px;
	text-align:center;
}

/* anti spam */
.mandatory{
	display:none;
	position:absolute;
	top:-9000px;
	left:-9000px;
}





.heure_event{
	position: relative;
	z-index:5;
	top: -8px;
	left:-5px;
	font-size:14px;
	font-weight:bold;
}

.event{
	border: 1px solid #ffffff;
	width:260px;
	color:#000000;
	font-weight:bold;
}

.appened{
	border-top: none;
	top: -8px;
}

.group {
	background-color:#959f55;
	font-size:16px;
}

.inter_event{
	border-left: 1px dashed #ffffff;
	border-right: 1px dashed #ffffff;
}

a.event_link:link, a.event_link:visited,
a.event_link:active{
	font-weight:normal;
	font-size:13px;
	text-decoration:none;
	color:#ffffff;
}

a.event_link:hover{
	font-size:13px;
	text-decoration:underline;
	color:#ffffff;
}

.instant_event{
	font-weight:bold;
	position: relative;
	z-index:5;
	top: -9px;
	left:-1px;
}

.instant{
	border-top: 1px solid #ffffff;
	border-left: 1px dashed #ffffff;
	border-right: 1px dashed #ffffff;
	border-bottom: none;
}

.instant.appened{
  border-top: none;
  top: -8px;
}

.partenaireRow{
	padding-bottom:30px;
	width:140px;
}

.partenaireRow-1 {
	float:left;
	margin-left:10px;
}

.partenaireRow-0 {
	float:right;
	margin-right:10px;
}