
/* CSS Text Document */
body {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color:#ffffff;
}

/* + -----------------------------------------------------
	little colonne
+ ----------------------------------------------------- */

.col3 {
	display:block; 
	width:33%;
	height:3em;
	float:left;
	margin:0;
	padding:0; 
}

.col3 img {
  vertical-align:middle;
}

/* ----------------------------------------------------- */
.header
	{
	height: 120px;
	background-color:#946d84;
	border-bottom: 1px solid #4a1c21;
}

#wrapper2{
	background-color:#4a1c21;
	color:#ffffff;
	border: 1px solid #4a1c21;
}

/* + -----------------------------------------------------
	Styles appliqués au Colonnes
+ ----------------------------------------------------- */
.leftcolumn, .rightcolumn {
	margin:0px;
	padding:0px;

}


.leftcolumn,.rightcolumn  {
	width:200px;
	background: url(corpcol.png) top left repeat-y;
	background-color:#946d84;
	color:#ffffff;

}

.leftbottumcolumn,.rightbottumcolumn{
	background: url(bottomcol.png) bottom left no-repeat;
	width:200px;
	height:6px;
}

.ColCont {
	padding:0 12px 0 12px;
}

.leftcolumn h3,.rightcolumn h3   {
	position:relative;
	display: block; 
	font-size:1.2em;
	font-weight: bolder;
	display:block;
	color:#970144;
	line-height:1.3em;
	background-color: #d6aeb5;
	vertical-align:middle; 
   height:1.5em;
   padding-left:1em;
   margin-top:0.5em;
   border: 1px solid #4a1c21;
}
.leftcolumn h3:first-letter,.rightcolumn h3:first-letter {
	text-transform : capitalize; 
	color:black;
}

 .leftcolumn a:link,.leftcolumn a:active,.leftcolumn a:visited, .rightcolumn a:link,.rightcolumn a:active,.rightcolumn a:visited {
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#4a1c21;
	background-color:inherit;
	text-decoration: none;
}

.leftcolumn a:hover,.rightcolumn a:hover {
	text-decoration:underline;
	color:#970144;
	background-color:inherit;
}

.leftcolumn table,.rightcolumn table{
	padding:12px;
}

/*table*/
.leftcolumn tr:first-child th,.rightcolumn tr:first-child th {
 background: #970144;
}

.leftcolumn ul, .rightcolumn ul {
	list-style-position: inside;
	padding:0 0 0 10px;
	margin:0;
	color :#970144;
}

.leftcolumn li, .rightcolumn li{
	padding:0 0 0 0;
	margin:0;
}

.leftcolumn label {
	display : block;
	color : #fff;
}

input,select,textarea,iframe {
	background-color: #d6aeb5;
	border : 1px solid #4a1c21;
}


.error {
		color:#000;
		background-color: #d6aeb5;
		font-weight: bold;
		border : 1px solid #970144;
		padding:0.5em;
			overflow: hidden;
	height: 1%;
}
.error img{
		float:left;
}

/* + -----------------------------------------------------
	Styles appliqués a la Colonne central
+ ----------------------------------------------------- */

.centercontents {
	background-color:#ffffff;
	color:#000000;
	/*border: 1px solid #d6aeb5;
	border-top: none;*/
	padding: 10px;
}

.centercontents h3{
	font-size:1.2em;
	line-height:1.3em;
	font-weight: bolder;
	color:#000000;
	vertical-align:middle; 
	height:2em;
	padding-left:1em;
   
}


.centercontents a:link,.centercontents a:active,.centercontents a:visited {
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#970144 ;
	background-color:inherit;
	text-decoration: none;
}
.centercontents a:hover {
	text-decoration:underline;
	color:#4C3601;
	background-color:inherit;
}

.centercontents tr:first-child th {
background-color: #d6aeb5;
}
/* POur eviter les problèmes dans IE6 tout les conteneurs primaire de la colone central doivent avoir cette class
sinon le contenu central risque de descendre au bas des colonnes*/
.littlereset {
	overflow: hidden;
	height: 1%;
}

/* + -----------------------------------------------------
	Styles appliqués aux onglets au dessus de la Colonne central
+ ----------------------------------------------------- */

    #tabsJ {
      float:left;
      width:100%;
      background:#4a1c21;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #4C3601;
      }
    #tabsJ ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#970144;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

        #tabsJ #current a {
                background-position:0% -42px;
        }
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#FFF;
        }


/* + -----------------------------------------------------
	Styles appliqués aux info bulles
+ ----------------------------------------------------- */
a.info {
    position:relative; /* Très important */
    background:none; /* Important pour le fonctionnement sur IE */
    z-index:10;
}

a.info:hover {
    z-index:20;
}

a.info span {
    display:none;
}

a.info:hover span { /*la tag SPAN apparaitra avec l’effet hover*/
    cursor: help;
	display:block;
    position:absolute;
    top:18px;
    left:10px;
    /* Éléments pour positionner le texte dans la bulle */
    /* Vous pouvez aussi utiliser le padding:24px 8px 5px 25px; */
    padding-left:25px;
    padding-top:24px;
    padding-bottom:5px;
    padding-right:8px;
    width:205px;
    height:45px;

    /* Style du character dans la bulle */
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:italic;
    font-size:10px;
    color:#999999;
    text-decoration:none;
    text-align:justify;
}

/* Pour avoir un beau background de bulle avec PNG transparent*/
a.info:hover>span {
background-image:url(bgInfo.png);
}

a.info:hover span {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="bgInfo.png",sizingMethod="crop");
}


/* + -----------------------------------------------------
	Styles appliqués au module admin
+ ----------------------------------------------------- */
ul.menuicons {
	list-style:none;
	margin:2em;
}

.menuicons  li{
	display:inline;
	float:left;
	width:10em;
	text-align:center;
	margin:2px;
	height:100px;
}
.menuicons  img:hover{
    filter:alpha(opacity=25);
    -moz-opacity:0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
}

.menuicons  img{
	display:block;
	margin:auto auto;
    filter:alpha(opacity=99);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}

.menuicons a{
	text-decoration: none;
}

/*form contents*/
.mainform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
margin-left: auto; margin-right: auto;
}
.mainform fieldset{

	margin-left: auto; margin-right: auto;
}

.mainform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.mainform img{
margin:5px;

}

.mainform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
margin:2px;
}

.mainform textarea{
width: 250px;
height: 150px;
}


/* + -----------------------------------------------------
	Styles appliqués au Calendrier
+ ----------------------------------------------------- */

table.calendrier {
	/*position : relative; top: -140px;left:-160px;*/
	width : 150px;	
	border: 1px solid #000;
	background : #fff;
	color : #000;
	text-align :center;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: arial, helvetica, sans-serif ;
	font-size: 8pt ;
	margin-left: auto; margin-right: auto;

}
table .day6 {
	background : #d6aeb5;
}
table .day0 {
	background : #d6aeb5;
}

table.calendrier caption{
	margin-left: auto; margin-right: auto;
}

table.calendrier thead {
	background : #970144;
	color:#d6aeb5;
	border: 1px solid #000;
}

table.calendrier td {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
}

table.calendrier th {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
}

table.calendrier td:hover {
	background : red;

}

table.calendrier a {
	text-decoration: none;
	font-weight: bold;
}

table.calendrier a:hover{
	text-decoration: none;
	font-weight: normal;
}

#libelle {
	width: 210px;
	margin: 0 auto;
	padding: 0;
}
.ligne {

} 
#libelle li {

}
tr.ligne  {
border-style:solid; 
border-width:1px; 
border-color:red;
width:50%;
}

.ligne li a:hover{
	list-style: none;
	text-decoration: none;
}

td.itemCurrentItem {
	background : red;
	
}
td.itemSelectedItem {
	border: 1px solid #000;

}	


/* + -----------------------------------------------------
	Styles appliqués au Module Login
+ ----------------------------------------------------- */
.blocklogin {
	text-align: center;
}

.birthday li {
	list-style-image : url(cake.png);
	list-style-position: outside;
	padding : 0;
	margin : 0;
}

/* + -----------------------------------------------------
	Styles appliqués au Module Maintenance
+ ----------------------------------------------------- */

#maintenance {
	position:Absolute;
	 top: 0;
	right: 0;
	padding:2px;
	 background-color: red;
	 text-align:center;
	 vertical-align:baseline;
	 border: 1px solid #000;
}

#maintenance img, #maintenance span {
  vertical-align: middle;
  display: inline-block;
}

/* + -----------------------------------------------------
	Styles appliqués au Module Blog
+ ----------------------------------------------------- */
.post {
	overflow: hidden;
	height: 1%;
	text-align: justify;
	}

.post img{
	margin:5px;
}
.titlepost {
}

.infopost{
}

.entrypost span {
	text-align: justify;
}

.iconpost{
	float:left;
	margin:5px;
}
.postmetadata {
	clear: both;
}
/* + -----------------------------------------------------
	Styles appliqués au Module Links
+ ----------------------------------------------------- */
.links {
list-style-type:none;
margin:0px;
padding:0px;
}
.links li {
	overflow: hidden;
	height: 1%;
	padding:5px;
	text-align : justify; 
}
.links img{
	border:none;
	display:block;
	float:left;
	background-color: red;
	margin-right:5px;

}
.links span{
	
	font-size: 0.8em;
	color: black;
}

/* + -----------------------------------------------------
	Styles appliqués au Module Gallery
+ ----------------------------------------------------- */

#gallerycontents {
	overflow: hidden;
	height: 1%;
}

/*
#gallerycontents img:hover{
	position:fixed;
	width:100%;
	top:0;
	left:0;
}
*/
.gallery {
	list-style:none;
	margin:0;
	padding:0;
}
.gallery li {
	display:inline;
	float:left;
	background-color:#d6aeb5;
	margin:3px;
	padding:3px;
	text-align:center;
	border: 1px solid #aaa;
	height:160px;
}
.gallery li div {
	width:135px;
	height:160px;
}

.gallery li div span.preview {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:130px;
	height:97px;
	background-image:url(NoImagemini.png);
	border:1px solid #946d84;
}

.gallery .preview img{
	width:130px;
	height:97px;
	border:none;
}

.gallery li:hover {
	background-color:#aaa;
}



#gallerywrapper{
float: left;
width: 100%;
}

#gallerycolumn{
margin-right: 450px; /*Set right margin to RightColumnWidth*/
height:1%;
}

#gallerytargetcolumn{
	float: left;
	width: 450px; /*Width of right column in pixels*/
	margin-left: -450px; /*Set left margin to -(RightColumnWidth) */
}

.gallerymargin {
	text-align:center;
	border: 1px solid #aaa;
	background-color:#d6aeb5;
	padding:5px;
	margin:3px;
}
.gallerymediainfo {
	text-align:justify;
}

/* + -----------------------------------------------------
	Styles appliqués au Module Chat
+ ----------------------------------------------------- */
.extchat{
	width: 95%;
	height: 550px;
	border: none
}

/* + -----------------------------------------------------
	Styles appliqués au Module Spy
+ ----------------------------------------------------- */
.logs{
	font-size: 0.8em;
}

/* + -----------------------------------------------------
	Styles appliqués au Module Smileys
+ ----------------------------------------------------- */
.tablesmileys,.tablesmileys td {
	margin:0;
	padding:0;
	border-collapse: collapse;
}
.smileys .description {
	font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:italic;
    font-size:10px;
    color:#777;
    text-decoration:none;
	text-align:center;
}

.tablesmileys img {
		border:0;
	}
	
.alternate {
	background-color:#d6aeb5;
}


ul.smileys {
	list-style:none;
	margin:2em;
	padding:0;
}

.smileys  li{
	display:inline;
	float:left;
	width:12em;
	text-align:center;
	margin:2px;
	
}
.smileys li span{
	width:5em;
}
.smileys img{
	border:0;
}