<!--

a.type1:link { color: #8cc7e7; } /* les liens non visités */
a.type1:visited {color: #fabb45} /*quand le lien a déja été visité*/
a.type1:hover { color: #f15626} /* quand on passe la souris sur le lien */
a.type1:active {color: #f15626} /*quand on clique sur le lien*/

a.type2:link { color: red; }
a.type2:visited {color: red}
a.type2:hover { color: yellow}
a.type2:active {color: yellow}

a.typea:link {color:#f15626;}
a.typea:visited {color:#f15626;}
a.typea:hover {color: red}
a.typea:active {color: red}

a.typeb:link {color:#f56020;}
a.typeb:visited {color:#f56020;}
a.typeb:hover {color: red}
a.typeb:active {color: red}

a.typec:link {color:#f97014;}
a.typec:visited {color:#f97014;}
a.typec:hover {color: red}
a.typec:active {color: red}

a.typed:link {color:#fD8008;}
a.typed:visited {color:#fD8008;}
a.typed:hover {color: red}
a.typed:active {color: red}

a.typee:link {color:#fF9900;}
a.typee:visited {color:#fF9900;}
a.typee:hover {color: red}
a.typee:active {color: red}


body {
	font-family: "Arial";
	font-size: 12px;
	color:white;
	background-color: black;
	margin:0;
	padding:0;
}

#conteneur {
	position:relative;
	width: 800px;
	margin: 0 auto; 
}

#header {
	height:100px;
	background:black;
}

#contenu {
	width:780px;
	height:450px;
	background-color:: black;
	background-image:url(images/fond_site.jpg);
	background-position: 30% 90%;
	overflow:auto;
}

#contenu2 {
	margin-left: 160px;
	width:auto;
	height:450px;
	background-color: black;
	background-image:url(images/fond_site.jpg);
	background-position: 30% 90%;
	overflow:auto;
}

#contenu2 img {
  float:right;
  background-color:#fafbfc;
  border:0px solid #b0b0b0;
  margin:0 10px 10px 10px;
  padding:5px;
}

#contenu_jil_aigrot {
	width:780px;
	height:450px;
	background-color:: black;
	background-image:url(groupes/jil_aigrot/jil_aigrot_fond.jpg);
	background-position: 30% 90%;
	overflow:auto;
}

#menugauche {
	position: absolute;
	left:0;
	width: 150px;
	height: 450px;
	background-color: black;
}

.titre0 {
	font-family:"Impact";
	font-size: 24px;
	color:#ff9900;
}

.annule {
	text-align: center;
	font-family:"Impact";
	font-size: 40px;
	color:#ff9900;
}

.titre1 {
	font-family:"Impact";
	font-size: 20px;
	color:#ff9900;
}

.titre1bis {
	font-family:"Impact";
	font-size: 20px;
	color:#f15626;
}

.titreblog {
	text-align: center;
	font-family:"Impact";
	font-size: 20px;
	color:#9156EB;
}

.titreaffiche {
	text-align: center;
	font-family:"Impact";
	font-size: 20px;
	color:#5156DB;
}

.titrecenter1 {
	text-align: center;
	font-family:"Impact";
	font-size: 20px;
	color:#f15626;
}

.titrecenter2 {
	text-align: center;
	font-family:"Impact";
	font-size: 20px;
	color:#f56020;
}

.titrecenter3 {
	text-align: center;
	font-family:"Impact";
	font-size: 20px;
	color:#f97014;
}

.titrecenter4 {
	text-align: center;
	font-family:"Impact";
	font-size: 20px;
	color:#fD8008;
}

.titrecenter5 {
	text-align: center;
	font-family:"Impact";
	font-size: 20px;
	color:#ff9900;
}

.titre2 {
	font-family:"Arial";
	font-size: 15px;
	color:#0000ff;
}

.titre3 {
	font-family:"Impact";
	font-size: 15px;
	color:#ff9900;
}

.justif {
	text-align: justify;
	color:#ffffff;
	font-family:"Arial";
	font-size: 12px;
}

.justif img{
  float:left;
  background-color:#fafbfc;
  border:0px solid #b0b0b0;
  margin:0 10px 10px 10px;
  padding:5px;
}

.psamtitre {
	text-align: justify;
	font-family:"Arial";
	font-size: 12px;
	color:#7777FF;
	font-weight:bold;
} 

.psam {
	text-align: justify;
	font-family:"Arial";
	font-size: 12px;
	color:#9999FF;
} 

.p1 {
	text-align: justify;
	font-family:"Impact";
	font-size: 15px;
	color:#ff9900;
} 

.p2 {
	text-align: justify;
	font-family:"Arial";
	font-size: 12px;
	color:#ffffff;
} 

.p3 {
	text-align: justify;
	font-family:"Arial";
	font-size: 12px;
	color:#ffffff;
	font-weight:bold;
} 

.p4 {
	text-align: justify;
	font-family:"Arial";
	font-size: 10px;
	color:#ffffff;
} 

.p5 {
	text-align: justify;
	font-family:"Impact";
	font-size: 12px;
	color:#ff9900;
} 

.p6 {
	text-align: center;
	font-family:"Arial";
	font-size: 15px;
	color:#ffffff;
	font-weight:bold;
} 

.p7 {
	text-align: center;
	font-family:"Arial";
	font-size: 12px;
	color:#ffffff;
} 

.p8 {
	text-align: center;
	font-family:"Arial";
	font-size: 15px;
	color:#ff9900;
} 

.sponsors {
	text-align: center;
	font-family:"Arial";
	font-size: 10px;
	color:#ffffff;
} 

.actualite{
	font-family:"Arial";
	font-size: 12px;
	color:white;
} 

.actualite ul{
	margin-left:0;
	padding-left:0;
	list-style:none;
} 

.actualite li{
	margin-top:9px;
} 

.actualite strong{
	color:#f15626;
	font-weight:bold;
} 

.festibus1 {
	text-align: justify;
	font-family:"Arial";
	font-size: 16px;
	color:white;
} 

.festibus1 img{
  float:right;
  background-color:#fafbfc;
  border:0px solid #b0b0b0;
  margin:0 10px 10px 10px;
  padding:5px;
}

.festibus2 {
	text-align: justify;
	font-family:"Arial";
	font-size: 16px;
	color:red;
} 

.festibus3 {
	text-align: justify;
	font-family:"Arial";
	font-size: 14px;
	color:red;
	text-decoration:underline;
} 

.festibus3 img{
  float:left;
  background-color:#fafbfc;
  border:0px solid #b0b0b0;
  margin:0 10px 10px 10px;
  padding:5px;
}

.texte1 {
	text-align: center;
	font-family:"Arial";
	font-size: 16px;
	color:white;
} 

.texte1 img{
  float:right;
  background-color:#fafbfc;
  border:0px solid #b0b0b0;
  margin:0 10px 10px 10px;
  padding:5px;
}

.texte2 {
	text-align: center;
	font-family:"Impact";
	font-size: 30px;
	color:#be2d34;
} 

.texte3 {
	text-align: center;
	font-family:"Impact";
	font-size: 15px;
	color:black;
  background-color:#f2cb88;
} 

.texte4 {
	text-align: left;
	font-family:"Impact";
	font-size: 15px;
	color:black;
  background-color:#f2cb88;
} 

.artvrac1 {
	text-align: justify;
	font-family:"Arial";
	font-size: 12px;
	color:white;
} 

.artvrac1 img{
  float:right;
  background-color:#fafbfc;
  border:0px solid #b0b0b0;
  margin:0 10px 10px 10px;
  padding:5px;
}

.artvrac2 {
	font-family:"Arial";
	font-size: 13px;
	color:white;
	font-weight:bold;
} 

.artvrac3 {
	text-align: justify;
	font-family:"Impact";
	font-size: 13px;
	color:#ff9900;
	text-decoration:underline;
} 

.artvrac4 {
	text-align: justify;
	font-family:"Arial";
	font-size: 12px;
	color:white;
} 

.artvrac4 img{
  float:left;
  background-color:#fafbfc;
  border:0px solid #b0b0b0;
  margin:0 10px 10px 10px;
  padding:5px;
}

.artvrac4 ul {
	padding:0px;
	margin-top:0px;
	margin-left:20em;
} 


.artvrac4 li {
	padding-left:5px;
	margin-left:5px;
} 

.artvrac5 {
	text-align: justify;
	font-family:"Arial";
	font-size: 13px;
	color:#ff9900;
	font-weight:bold;
} 

.artvrac6 {
	text-align: justify;
	font-family:"Arial";
	font-size: 13px;
	color:#993366;
	font-weight:bold;
} 

.artvrac7 {
	text-align: justify;
	font-family:"Arial";
	font-size: 13px;
	color:#993366;
	font-weight:bold;
	text-decoration:underline;
} 

.artvrac8 {
	text-align: justify;
	font-family:"Arial";
	font-size: 13px;
	color:#ff9900;
} 

.artvrac9 {
	text-align: center;
	font-family:"Arial";
	font-size: 14px;
	color:#f15626;
	font-style:italic;
	text-decoration:underline;
	font-weight:bold;
} 

.artvrac10 {
	text-align: justify;
	font-family:"Arial";
	font-size: 13px;
	color:#993366;
	font-style:italic;
} 

.artvrac11 {
	text-align: center;
	font-family:"Arial";
	font-size: 13px;
	color:white;
	font-weight:bold;
} 

/* Le menu */
	
/* Pour ie6 */
.menuIE {
    display:none !important;
    display:block;
}

a.boutonIEprog, a.boutonIEprog:link, a.boutonIEprog:visited, a.boutonIEprog:active {
    color:#FF9900;
    width:70px;
    height:18px;
    display:block;
    background:black;
    padding-left:10px;
    padding-right:10px;
    margin-right:1px;
    text-align:center;
    float:left;
    text-decoration:none;
		font-family:"Impact";
    font-size:18px;
    line-height:18px;
    overflow:hidden;
}

a.boutonIEprogchoisi, a.boutonIEprogchoisi:link, a.boutonIEprogchoisi:visited, a.boutonIEprogchoisi:active {
    color:white;
    width:70px;
    height:18px;
    display:block;
    background:#f15626;
    padding-left:10px;
    padding-right:10px;
    margin-right:1px;
    text-align:center;
    float:left;
    text-decoration:none;
		font-family:"Impact";
    font-size:18px;
    line-height:18px;
    overflow:hidden;
}

a.boutonIEasso, a.boutonIEasso:link, a.boutonIEasso:visited, a.boutonIEasso:active {
    color:#FF9900;
    width:70px;
    height:18px;
    display:block;
    background:black;
    padding-left:10px;
    padding-right:10px;
    border-left:1px solid #FFF;
    margin-right:1px;
    text-align:center;
    float:left;
    text-decoration:none;
		font-family:"Impact";
    font-size:18px;
    line-height:18px;
    overflow:hidden;
}

a.boutonIEassochoisi, a.boutonIEassochoisi:link, a.boutonIEassochoisi:visited, a.boutonIEassochoisi:active {
    color:white;
    width:70px;
    height:18px;
    display:block;
    background:#f15626;
    padding-left:10px;
    padding-right:10px;
    border-left:1px solid #FFF;
    margin-right:1px;
    text-align:center;
    float:left;
    text-decoration:none;
		font-family:"Impact";
    font-size:18px;
    line-height:18px;
    overflow:hidden;
}

a.boutonIE, a.boutonIE:link, a.boutonIE:visited, a.boutonIE:active {
    color:#FF9900;
    width:auto;
    height:18px;
    display:block;
    background:black;
    padding-left:10px;
    padding-right:10px;
    border-left:1px solid #FFF;
    margin-right:1px;
    text-align:center;
    float:left;
    text-decoration:none;
		font-family:"Impact";
    font-size:18px;
    line-height:18px;
    overflow:hidden;
}

a.boutonIEchoisi, a.boutonIEchoisi:link, a.boutonIEchoisi:visited, a.boutonIEchoisi:active {
    color:white;
    width:auto;
    height:18px;
    display:block;
    background:#f15626;
    padding-left:10px;
    padding-right:10px;
    border-left:1px solid #FFF;
    margin-right:1px;
    text-align:center;
    float:left;
    text-decoration:none;
		font-family:"Impact";
    font-size:18px;
    line-height:18px;
    overflow:hidden;
}

a.boutonIEprog:hover {
    color:white;
    background:#f15626;
    overflow:visible;}

a.boutonIEasso:hover {
    color:#FF9900;
    background:black;
    overflow:visible;}

a.boutonIEassochoisi:hover {
    color:#FF9900;
    background:black;
    overflow:visible;}

a.boutonIE:hover {
    color:white;
    background:#f15626;
    overflow:visible;}

a.boutonIEasso:hover table {
    display:block;
    background:black;
    border-collapse:collapse;
}

/* Pour FF et ie7*/

.conteneurmenu {
	position: absolute;
}

.boutonFFprog {
    color:#FF9900;
    display:block !important;
    display:none;
    background:black;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    float:left;
		text-decoration:none;
		font-family:"Impact";
    font-size:18px;
    line-height:18px;
    overflow:hidden;
 }

.boutonFFprogchoisi {
    color:white;
    display:block !important;
    display:none;
    background:#f15626;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    float:left;
		text-decoration:none;
		font-family:"Impact";
    font-size:18px;
    line-height:18px;
    overflow:hidden;
 }

.boutonFFasso {
    color:#FF9900;
    display:block !important;
    display:none;
    width:88px !important;
		height:18px;
    background:black;
    border-left:1px solid #FFF;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    float:left;
    text-decoration:none;
		font-family:"Impact";
    font-size:18px;
    line-height:18px;
    overflow:hidden;
 }

.boutonFFassochoisi {
    color:white;
    display:block !important;
    display:none;
    width:88px !important;
		height:18px;
    background:#f15626;
    border-left:1px solid #FFF;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    float:left;
    text-decoration:none;
		font-family:"Impact";
    font-size:18px;
    line-height:18px;
    overflow:hidden;
 }

.boutonFF {
    color:#FF9900;
    display:block !important;
    display:none;
		height:18px;
    border-left:1px solid #FFF;
    background:black;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    float:left;
    text-decoration:none;
		font-family:"Impact";
    font-size:18px;
    line-height:18px;
    overflow:hidden;
 }

.boutonFFchoisi {
    color:white;
    display:block !important;
    display:none;
		height:18px;
    border-left:1px solid #FFF;
    background:#f15626;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    float:left;
    text-decoration:none;
		font-family:"Impact";
    font-size:18px;
    line-height:18px;
    overflow:hidden;
 }

.boutonFFprog:hover {
    height:auto;
    cursor:pointer;
    color:white;
    background:#f15626;
 }

.boutonFF:hover {
    height:auto;
    cursor:pointer;
    color:white;
    background:#f15626;
 }

.boutonFFasso:hover {
    height:auto;
		width:155px;
    cursor:pointer;
    color:#FF9900;
    background:black;
 }

.boutonFFassochoisi:hover {
    height:auto;
		width:155px;
    cursor:pointer;
    color:#FF9900;
    background:black;
 }

a.SousMenu, a.SousMenu:link, a.SousMenu:visited, a.SousMenu:active {
    display:block;
    width:150px !important;
    width:88px;
    height:18px;
    border-bottom:1px solid #000;
    text-decoration:none;
    color:#FF9900;
		font-family:"Impact";
    font-size:16px;
    text-align:left;
    background:#444;   
}

a.SousMenu:hover {
    height:auto;
    cursor:pointer;
    color:white;
    background:#f15626;
}


-->

