 
/* Les ?l?ments HTML en g?n?ral
-------------------------------------------------------- */
html{
	margin: 0;
	padding: 0;
	text-align: center;
}

body{
	background: #666699  no-repeat center top;
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
}

h1{font-size: 28px;}
h2{font-size: 24px;}
h3{font-size: 20px;}
h4{font-size: 11px;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre {
	width: 100%;
	border-left : 3px solid #008ACF;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	color : #0273b9;
	font-size : 12px;
	margin : 0px;
	text-align : left;
	padding :  1px 5px 1px 5px;
	line-height :14px;
}

pre a {
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	color : #008ACF;
	font-size : 12px;
	margin : 0px;
	text-align : left;
	padding :  1px 5px 1px 5px;
	line-height :14px;
}

code {
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	color : #0273b9;
	font-size : 12px;
	margin : 0px;
	text-align : left;
	padding :  1px 5px 1px 5px;
	line-height :14px;
}

code a{
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	color : #008ACF;
	font-size : 12px;
	margin : 0px;
	text-align : left;
	padding :  1px 5px 1px 5px;
	line-height :14px;
}

.nota {
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 11px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: -18px;
	margin-bottom: 5px;
	text-align : justify;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
	margin-top: -5px;
}

img {
	border: 0;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 99%;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
}

a{
	color: #000;
	text-decoration : none;
}

a:hover{
	color: #0273B9;
	text-decoration : none;
}

a:visited{
	color: #000000;
	text-decoration : none;
}

.noliste {
	list-style-type: none;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}
 .center{
	text-align: center
	}
	

/*************************************
Home page
*************************************/
#home_page{
	background: #666699 url(../images/1ere-page-fond.gif) repeat-y center top;
	color: inherit;
	width: 750px;
	margin: 0em auto;
	text-align: left;
}
/*************************************
               elements generaux
*************************************/
#commentaires{
font-style: italic;
}
.commentaires{
font-style: italic;
}
.nom{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 90%;
	color: #660000;
}

.nom a{
color: #660000;
}

.nom a:hover{
	color: #0273B9;
	}

.event{
	clear: both;
}

.tab{
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	font-weight: bold;
	padding: 0px 20px;
	}
	
.texte{
	text-align: justify;
	overflow: hidden; /* Cache ce qui d?border (images par ex.) pour ne pas casser la mise en page */
	width: 481px;
}

.texte a{
	font-weight:bold;
	color: #6d1503;
	text-decoration: none;
}
.nomagenda{
	font-weight:bold;
	color: #6d1503;
	text-decoration: none;
}
.texte a:hover{
	font-weight:bold;
	color: #6d1503;
	text-decoration: underline;
}
.texte a:visited{
	font-weight:bold;
	color: #6d1503;
	text-decoration: none;
	}
 
.flyer{
	margin-top: 20px;
}
.texte_agenda {
	padding-left: 100px ;
}
.texte_agenda2 {
	padding-left: 10px ;
}

.liste {
	margin: 5px 5px;
	}
	
#liste h3{
background: #00AA00;
height: 10px;
}	
	
.panier{
visibility: hidden;
}

#courrier {
padding-top: 17px;
padding-right: 70px;
float: right;
}

#topprint {
display: none;
}
/***************************************************
  Header Menu
 ***************************************************/
#header_home_page { 
    width: 710px;
    height: 20px;
	text-align: right;
}

#header {
margin-top: -55px;
    width: 100%;
    height: 50px;
}

#menu {
  width: 560px;
  margin-left: 50px;
  text-align: left;
}
 #menu h1 {
  display: none;
    }

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal; 
}

#menu ul li {
  width: 5.5em;
  display: inline;
  float: left;
  padding-top: 20px;  
  list-style: none;
  text-align: center;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 0.4em;
  color: #222;

}

#menu ul li a:hover {
  font-weight: bold;
  color: #111;
}

 #menu h2 {
  margin-right: 0.5em;
    margin-top: -0.2em;
  text-align: right;
    font-family: verdana;
    font-weight: bold;
    font-size: 30px;
    line-height: normal;
    font-size-adjust: none;
    color: rgb(123, 000, 44);
    }



/* Page
-------------------------------------------------------- */
#page{
	background: #FFFFCC url(../images/page.gif) repeat-y center top;
	color: inherit;
	width: 786px;
	margin: 0em auto;
	text-align: left;
}
 
/* L'ent?te
-------------------------------------------------------- */
#top{
	margin: 0;
	height: 261px;
	background: #666699 url(../images/top.gif) no-repeat left top;
}

#top h1{
	display: none ;
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h1 a{
	display: none ;
	text-decoration: none;
	color: #FFFFFF;
}

#banniere{
	display : block;
	position : absolute;
	width: 723px;
	height: 150px;
	background: #FFFFFF;
	margin-top : 69px ;
	margin-left : 32px ;
	padding: 0;
}

#sep{
	display : block;
	height: 10px;
	padding-top :10px;
	padding-left : 83px;
	text-align: left;
	font-size : 25px;
	text-transform : uppercase;
	background: #FFFFCC url(../images/page.gif) repeat-y center top;
}

/* Le pr?lude
-------------------------------------------------------- */ 

.prelude{
	position: absolute;
	width: 786px;
	top: 7px;
	left: 50%;
	margin: 0 0 0 -390px;
	padding: 0 1ex;
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

.prelude a{
	color: #DFDFDF;
	background: transparent;
}

.prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	margin-top: -3px;
	color: #B1B1B1;
}

.post-title{
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: 500;
	background: transparent;
	margin-bottom: 6px;
	margin-top: -5px;
}

.post-title a{
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #333333;
    background: url(../images/img/icon_arrow.gif) no-repeat 0px ;
	padding-left: 20px;
	text-decoration: none;
}

.post-subtitle{
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 24px;
	color: #0273b9;
	letter-spacing: -1px;
	background: transparent;
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
}


.post-info{
	display : none;
	margin-top: 0;
	color: #0273b9;
	background: transparent;
	padding-bottom: 1px;
}

.post-info a{
	color: #0273b9;
	background: transparent;
	text-decoration: underline;
}

.post-info a:hover{
	color: #0273b9;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
	overflow: hidden; /* Cache ce qui d?border (images par ex.) pour ne pas casser la mise en page */
	width: 481px;
}

.post-content a{
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}

.post-content a:hover{
	font-weight:bold;
	color: #000000;
	text-decoration: underline;
}
.post-content a:visited{
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	}
.post-content blockquote{
	font-family: Tahoma, Arial,Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
	margin-bottom: 3px;
	color: #B1B1B1;
}

.post-info-co a{
	color: #B1B1B1;
}

.post-info-co a:hover {
	color: #0273b9;
	text-decoration: underline;
}

.cont-comment {
	background: transparent;
	display: block;
	padding: 0;
	width: auto;
}

#comment-line {
	background: transparent;
	display: block;
	padding-bottom: 4px;
	margin-bottom: 0px;
	border-bottom: 1px solid #FF8080;
	width: auto;
}

.comment-line-text {
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #0273B9;
	text-decoration: none;
}
.comment-line-text a {
	font-weight: bold;
	color: #0273B9;
	text-decoration: underline;
}
.comment-line-text a:visited {
	font-weight: bold;
	color: #0273B9;
	text-decoration: underline;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}
.petittitre a{
	color: #990000;
	background: transparent;
}


/* sidebar - menu
-------------------------------------------------------- */
.courant{
	color: #888888;
	text-transform: lowercase;
	font-weight:bold;
	font-size: 2.5em;
}
#sidebar{
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 4px;
}

#sidebar.lien{
	font-weight: bold;
	color: #990000;
}
img.centered {
   display: block;
  margin-top: 10px;
   margin-left: auto;
   margin-right: auto;
}
   
#sidebar div{color: inherit;}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2 {
	color: #333333;
	font-size: 20px;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: 500;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 18px;
	letter-spacing: -1px;
	font-style: light;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
	margin-bottom: 15px;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(../images/img/q.png) no-repeat 4px center;
}

/* sidebar - calendar
-------------------------------------------------------- */

#calendar{
	margin-bottom: 15px;
}

#calendar table{
	font-size: 9px;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#calendar table caption{
	margin: 0 auto;
}

#calendar table th{
	color: #333333;
	background: transparent;
}

#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 0.1em solid #EEE;
}

#calendar table td a{
	display: block;
	background: #F7DFE6;
	color: #0273b9;
	font-weight: normal;
	text-decoration: none;
}

#calendar table td a:hover{
	background: #0273b9;
	color: #F7DFE6;
}


/* sidebar
-------------------------------------------------------- */

.categories{
	line-height: 15px;
}

#archives{
	line-height: 15px;
}

#links{
	line-height: 15px;
}

#syndicate{
	line-height: 15px;
}



/* Footer
-------------------------------------------------------- */

#footer{
	width: 786px;
	height: 62px;
	background: #CCCCCC url(../images/bottom_gay_pride.jpg) no-repeat left bottom;
	margin: 0;
	color: #666;
	clear: both;
	text-align : center;
	padding-top: 10px;
	font-size : 15px;
}


#footer a{
	display: none ;
}

#xiti{
	width: 786px;
	height: 74px;
	background: #666699 url(../images/bottom_gay_pride.jpg) no-repeat left top;
	margin: 0;
	color: #666;
	clear: both;
	text-align : center;
	padding-top: 0px;
	font-size : 15px;
}
#xiti h4{
padding-top: 0px;
}
#xiti p{
text-align: right;
padding: 0px 40px 0 0;
}

/* layout.css
-------------------------------------------------------- */

#main{
	clear: both;
	float: left;
	width: 535px;
	padding-left: 10px;
	padding-top: 10px;
}

.content, .google_research{
	margin: 0 0 0 17px;
	padding: 0;
}

#content a{
	font-weight: bold;
	color: #990000;
}
#content a:hover{
	color: #000000;
}


.post{}

#blanc{
	background: #FFFFCC;
	width: 500px;
	display: block;
}

/* details*/

#details{
	background: #FFFFCC;
	width: 470px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: left;
}
#coordonnees{
padding: 10px 10px 0 10px;
}

#detailsfooter{
	width: 470px;
	height: 43px;
	background: #666699 url(../pict/barredetails2.gif) no-repeat center bottom;
}

#agenda{
padding: 0px 10px 0 10px;
}
/* BOX -? Boites de couleurs 
-------------------------------------------------------- */

/* ? dupliquer et nommer (defini la couleur) *****/
.box-upperleft-jaune, .box-upperleft-blanc, .box-upperleft-bleufonce, .box-upperleft-vert, .box-upperleft-bleu, .box-upperleft-gris, .box-upperleft-orange, .box-upperleft-jauneclair{
	background-position: left top;
	background-image: url(../images/img/ybox-upperleft.gif);
	background-repeat: no-repeat;

}
.box-upperleft-jaune{
	background-color: #ECFA65;
	}
.box-upperleft-blanc{
	background-color: #FFFFFF;
	}
.box-upperleft-bleufonce {
	background-color: #BFCBD9;
}
.box-upperleft-bleumarine {
	background-color: #666699;
}
.box-upperleft-vert {
	background-color: #B9E566;
}
.box-upperleft-bleu {
	background-color: #A8E4FF;
}
.box-upperleft-gris {
	background-color: #CCCCCC;
}
.box-upperleft-orange {
	background-color: #FFCC33;
}
.box-upperleft-jauneclair {
	background-color: #FFFFCC;
}

/* ne pas changer ************************/
.box-upperright {
	background-position: right top;
	background-image: url(../images/img/ybox-upperright.gif);
	background-repeat: no-repeat;
}
.box-lowerleft {
	background-position: left bottom;
	background-image: url(../images/img/ybox-lowerleft.gif);
	background-repeat: no-repeat;
}
.box-lowerright {
	padding-right: 10px;
	background-position: right bottom;
	padding-left: 10px;
	background-image: url(../images/img/ybox-lowerright.gif);
	padding-bottom: 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
}

/* Contenu de boite **********************/
.box-inc{
	padding: 8px;
	line-height: 15px;
}


/* Separateur de boites *******************/
.box-sep{
	background: #FFFFCC;
	width: 100%;
	display: block;
}

/* coins arrondis 
-------------------------------------------------------- */

.upperleft {
	background-position: left top;
	background-image: url(../images/img/ybord-top-left.gif);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
}
.upperright {
	background-position: right top;
	background-image: url(../images/img/ybord-top-right.gif);
	background-repeat: no-repeat;
}
.lowerleft {
	background-position: left bottom;
	background-image: url(../images/img/ybord-bottom-left.gif);
	background-repeat: no-repeat;
}
.lowerright {
	background-position: right bottom;
	background-image: url(../images/img/ybord-bottom-right.gif);
	background-repeat: no-repeat;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 3%;
	padding-top: 3%;
}

.uppercommentleft {
	background-position: left top;
	background-image: url(../images/img/ybord-top-left.gif);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-color: #F7DFE6;
}
.uppercommentright {
	background-position: right top;
	background-image: url(../images/img/ybord-top-right.gif);
	background-repeat: no-repeat;
}
.lowercommentleft {
	background-position: left bottom;
	background-image: url(../images/img/ybord-bottom-left.gif);
	background-repeat: no-repeat;
}
.lowercommentright {
	padding-right: 3%;
	background-position: right bottom;
	padding-left: 3%;
	background-image: url(../images/img/ybord-bottom-right.gif);
	padding-bottom: 3%;
	padding-top: 3%;
	background-repeat: no-repeat;
	
}


.dcsign{
	color: #B1B1B1;
}

.dcsign a{
	color: #B1B1B1;
}

.dcsign a:hover {
	color: #0273b9;
	text-decoration: underline;
}