/*
Auteur : Caroline Marquis
Date de création : 10 août 2006
Modifications : 

Notes : 
	-	Le " !important " à la fin d'une instruction n'est pris 
		en compte que dans les navigateurs respectueux des standarts,
		le vieux (Internet Explorer pour ne pas le nommer) 
		applique le dernier style affiché.
*/

/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/
/*""""""""""""""""" Le corps du document """"""""""""""""""*/
/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/

body {
	background-color : #ffffff; 
	margin : 15px 0 0 0;
	padding : 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color : #000000;
	text-decoration : none;
	text-align : center;
}

#contenant {
	width : 760px;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	padding : 184px 0 0 0;
	font-size : 1.1em;
	background-image : url(../img/img_en-tete.jpg);
	background-repeat : no-repeat;
	background-position : 100% 0%;
	clear: left;
}

/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/
/*""""""""""""""""""""""""" menus """""""""""""""""""""""""*/
/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/

/*"""""""""""""""""""""""*/
/*" l'entete, le menu : "*/
/*"""""""""""""""""""""""*/


chromemenu { 
	padding : 0;
	padding-top : 184px !important;
	padding-top : 194px;
}


/*"""""""""""""""""""""""""""*/
/*" dans le pied de page : ""*/
/*"""""""""""""""""""""""""""*/

#pied_page {
	text-align : center;
	clear : both;
	margin-bottom : 1em;
	padding : 0.7em !important;
	padding-top : 0.4em;
	border : solid 1px #696969;
	background-color : #d3d3d3;
}

/*"""""""""""""""""""""*/
/*" dans le contenu : "*/
/*"""""""""""""""""""""*/

#contenu {
	background-color : #f5f5f5;
	width : 750px;
	display : block;
	margin : 0 0 1em 0;
	padding : 5px;
}

#contenu-droit {
	float : right;
	width : 365px;
	margin : 0 0 1em 0;
	padding : 5px;
	display : block;
}

#contenu-gauche {
	background-color : #f5f5f5;
	float : left;
	width : 365px;
	margin : 0 0 1em 0;
	padding : 5px;
	display : block;
}

#contenu-Bienvenue
{
	font-size : 15px;
	text-align: center;
	width : 750px;
	margin-left: auto;
    margin-right: auto;
    color: #000;
    font-weight:bold;
}

.Eleveur_Membre
{
	font-weight :bold;
}

.Date
{
	font-weight:bold;
}

/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/
/*""""""""""""""" Les titres et sous-titre """"""""""""""""*/
/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight : bold;
}

h1 {display : none;}

h2 {
	font-size : 15px;
	background-image : url(../img/img_h2.gif);
	background-position : 0 6px;
	background-repeat : no-repeat;
	padding : 28px 0 7px 0;
	margin-top : 0;
}

#contenu h2 {
	background-image : url(../img/img_h2_750.gif);
}

#h2_reunions, #h2_journal, #h2_activites, #h2_activites2, #h2_eleveurs, #h2_membres, #h2_annonces {
	width : 80px;
	height : 53px;
	float : left;
	background-repeat : no-repeat;
}


#h2_reunions {
	/*Sciaenochromis*/
	background-image : url(../img/img_h2_Sciaenochromis.gif);
	background-position : 1px 10px;
}

#h2_journal {
	/*Chelmon Rostratus*/
	width : 75px;
	background-image : url(../img/img_h2_chelmon.gif);
	background-position : 3px 2px;
}

#h2_activites {
	/*Yellow Tang*/
	width : 70px;
	background-image : url(../img/img_h2_Yellow_Tang.gif);
	background-position : 2px 0;
}

#h2_activites2 {
	/*Corydoras*/
	background-image : url(../img/img_h2_Cory.gif);
	background-position : 3px 9px;
}

#h2_eleveurs {
	/*Cynotilapia*/
	background-image : url(../img/img_h2_cynotilapia.gif);
	background-position : 3px 1px;
}

#h2_membres {
	/*Betta Rouge*/
	width : 90px;
	background-image : url(../img/img_h2_betta_rouge.gif);
	background-position : 1px 3px;
	/*Betta Rose*/
	/*background-image : url(img/img_h2_betta.gif);
	background-position : 1px 2px;*/
}

#h2_annonces {
	/*Barbus*/
	width : 90px;
	background-image : url(../img/img_h2_Barbus.gif);
	background-position : 7px 0;
}

#h2_Contact {
	/*Barbus*/
	width : 90px;
	background-image : url(../img/img_h2_Barbus.gif);
	background-position : 7px 0;
}

h3 {
	font-size : 1.2em;
}

h4 { 
	font-size : 1.1em;
}

h5 {
	font-size : 1.1em;
	font-style : italic;
}

h6 {
	font-size : 1.1em;
	font-style : normal;
	font-style : italic;
}


/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/
/*"""""""""""""""""""""" Les liens """"""""""""""""""""""""*/
/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/

/*" États des liens par défaults "*/
/*a {text-decoration : none; cursor : pointer;}*/
a, a:link, a:active, a:visited {color : #0052ad; text-decoration : underline;}
#menu a:link, #menu a:active, #menu a:visited {text-decoration : none;}
a:hover, a:focus, #menu a:hover, #menu a:focus {color : #000; text-decoration : underline;}

/*" Liens gris "*/
#pied_page a {color : #999999;}

.Calendrier 
{
	color : Green;
	font-size:1.4em;
}
	
/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/
/*"""""""""""""""""""" Les paragraphes """"""""""""""""""""*/
/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/

p.p_droite {
	text-align : right;
}

p.p_centre {
	text-align : center;
}

p {
	line-height : 150%;
}

/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/
/*"""""""""""""""""""""" Les listes """""""""""""""""""""""*/
/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/


ul ul, ul ol, ol ul {
	margin-top : 1em;
}

li {
	margin-bottom : 1em;
}

/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/
/*"""""""""""""""""" Les images rollover """"""""""""""""""*/
/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/

img {
	border : 0;
	/*border : solid 1px #696969;*/
}

img.img_align_droite {
	float : right; 
}

img.img_align_gauche {
	float : left; 
}
	
/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/
/*"""""""""""""""" Les lignes horizontales """"""""""""""""*/
/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/

hr {
	color : #696969;
	background : #696969;
	height : 1px;
	border : 0 none #696969; 
	width : 50%;
	text-align : center;
	margin : 20px auto !important;
	margin : 10px 0;
}

/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/
/*""""""""""""""""""""" Les tableaux """"""""""""""""""""""*/
/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/

table {
	font-size : 1em;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-align : left;
	width : 100%;
	border: none;
	margin : 10px 0 !important;
	margin : 0;
}

td, th {
	border : 1px solid #696969;
	border-collapse : collapse;
	padding : 5px;
	vertical-align : top;
}

thead, th {
	background-color : #d3d3d3;
}

caption {
	color: #000;
	font-weight : bold;
	font-size : 1.2em;
}

/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/
/*"""""""""""""""""""""""" Autres """""""""""""""""""""""""*/
/*"""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/

.ajustement {
	display : block;
	height : 5em;
}

input, select, textarea, option, label {
	vertical-align: middle;
	color: #333;
}

input {
	margin : 0 5px;
}

input.input_bouton {
	margin : 0 30px;
	color : #ffffff;
	font-weight : bold;
	background-color : #629f64;
	border : thin solid;
	border-color : #89DE8C #000000 #000000 #89DE8C;
}

label.label_courriel {
	display: inline;
	float: left;
	width: 70px;
}

legend {
	color: #629f64;
	font-weight : bold;
	padding : 10px 5px;
	background-color : #ffffff;
}

textarea {
	width : 100%;
}

fieldset {
	padding : 10px;
	margin : 10px 0;
	border : 1px dotted #666666;
}

.nobr {
	white-space: nowrap;
	display: inline;
}

html\:abbr, abbr, acronym {
	cursor: help;
	/* implement the dotted underline effect for explorer */
	/*background: url(javascript:DOTS) repeat-x bottom left;*/
	border-bottom: 1px dotted #7f99cc;
}

form {
	margin: 0;
	padding: 0;
}

.cache {
	display : none;
}

.voir {
	display : block;
}

#testImage 
{
	
}

/*""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/
/*""""""""""""""" Les styles propres aux pages d'Annonces """"""""""""""""*/
/*""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/

#annonces h4 {
	font-size : 1.2em;
	color : #0052ad;
	border-top : #0052ad solid 1px;
	padding-top : 0.2em;
}

#annonces h5 {
	color: #0052ad;
	text-align:center;
	margin-top:0;
	border-bottom : #0052ad dashed 1px;
}

#annonces h6 {
	margin : 0.5em auto 0.2em;
}

#annonces strong.name {
	color : #0052ad;
	font-weight:bold;
}

#annonces test {
	display:inline;
}

#annonces .test .annonce {
	width : 359px;
	padding : 5px;
	border : #0052ad solid 1px;
	margin: 2px;
	float: left;
}

.spacer {
	clear: both;
	margin:0;
	padding:0;
}

#MiniReunion
{
	text-align:center;
	font-size : 1.2em;
	color:Green
}

