body
{
    font : 12px verdana;
    background : url('../images/fondpage.jpg') #424242 50% 0% no-repeat;
    background-attachment : fixed;
    color : #424242;
    margin : 0;
}



.barre_haut
{
    padding : 3px;
    background-color : #e5e5e5;
    border-bottom : 2px solid #64859f;
    margin-bottom : 20px;
    text-indent : 10px;
    filter:alpha(opacity=70);
    -moz-opacity:0.70;
    opacity: 0.70;
    font-size : 0.9em;
}

.barre_haut ul
{
    list-style-type : none;
    margin : 0;
    padding : 0;
}

.barre_haut ul li
{
    display : inline;
}




/*  effets sur les images */
img 
	{ 
	border:0; 
	}

img.mini
	{
		width : 150px;
		border : 0;
	}

	
img.centrer
	{ 
	}

img.mini2
	{ 
	width : 200px;
	border : 1px solid #9a835e;	
	}

img.histo
	{
		padding-right : 10px;
	}


.absmiddle
{
    vertical-align : middle;
}
        

/*  effets sur les paragraphes */
p 
	{ 
	text-indent: 0px; 
	text-align : left;
	}	

p.legende 
	{ 
	text-align : left;
	font:10px verdana;
	}

p.citation 
	{ 
	font:10px verdana;
	color : #7e93a4;
	}
	
p.photo 
	{ 

	}

p.erreur
	{ 
	text-indent: 15px; 
	text-align : left;
	font:10px verdana;
	color : red ;
	}

p.msg
	{ 
	text-indent: 15px; 
	text-align : left;
	font:10px verdana;
	color : green ;
	}
	
	
p.sans
	{
		text-align : left;
		text-indent: 0px; 
	}

.barre
	{
		text-decoration:line-through;
	}
	
	
	
/*  effets sur les titres */
h1 
	{ 
		font:26px verdana;
		color: #7ea0c5;
                border-bottom : 1px solid #7ea0c5;
		background : url('images/h1.png') no-repeat;
		padding-left : 40px;
		height : 35px;
		line-height : 35px;
		vertical-align : middle;
	}	

h2 
	{ 
		font:16px verdana; 
		color: #567084;
	}

h3
	{ 
		font:16px verdana; 
		text-indent: 0px;
		color:#586971;
		font-variant : small-caps;
	}

h4
	{ 
		font:18px verdana; 
		color:#5c85a0;  
		text-align : center;
		font-variant : small-caps;
	}
	
h5 
	{ 
		font:14px verdana; 
		color:#9da74d;  
	}
	
div#logo
{
    width : 950px;
    height : 120px;
/*    background : url('../images/logo.png') no-repeat;*/
    margin : auto;
}

div#logo1
{
    float : left;
}

div#logo3
{
    margin-left : 400px;
    height : 100px;
}

div#infos
{
    float : right;
    margin : 10px;
    padding : 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior: url(../border-radius.htc);
    background-color : #e5e5e5;
    border : 2px solid #64859f;
    text-indent : 10px;
    filter:alpha(opacity=70);
    -moz-opacity:0.70;
    opacity: 0.70;
    margin-top : 40px;
}

div#infos a
{
    color : #424242;
}

div#infos2
{
    float : right;
    min-width : 50px;
    height : 45px;
    margin : 10px;
    padding : 10px;
    color : #b9c8cb;
/*    background-color : #e5e5e5;
    border : 2px solid #64859f;
    filter:alpha(opacity=70);
    -moz-opacity:0.70;
    opacity: 0.70;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(../border-radius.htc);
}


div#infos2 a
{
     color : #b9c8cb;
}

div#contenu
{
    margin : auto;
    width : 950px;
    min-height : 200px;
    background-color : #e5e5e5;
    border : 2px solid #64859f;
    /*background-color : #424242;*/
/*    filter:alpha(opacity=90);
    -moz-opacity:0.90;
    opacity: 0.90;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(../border-radius.htc);
    padding-bottom: 20px;
    /*background : url('../images/fondcontenu.jpg') #e5e5e5 50% 0% no-repeat;*/
}


div.pdp
{
    margin : auto;
    width : 940px;
    background-color : #e5e5e5;
    border : 2px solid #64859f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(../border-radius.htc);
    padding : 5px;
    margin-top : 10px;
}


div#contenu3
{
    padding : 10px;
}


ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 950px;
	font-size: 1.1em;
        list-style: none;
        background-color : #77a1c1;
}

.titre
{
    text-indent : 20px;
    height : 40px;
    line-height : 40px;
    vertical-align : middle;
}






/** Menu **/
div#menu
{
    width : 950px;
    margin: auto;
}

ul#topnav
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 10px;
    behavior: url(../border-radius.htc);
}
ul#topnav li {
	float: left;
        padding: 0;
	position: relative; /*--Important--*/
        background-color : transparent;
}
ul#topnav li a {
	float: left;
        text-decoration : none;
        color : white;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/


ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 40px;
        left: 0;
	z-index: 99999;
	padding: 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
        background-color : #77a1c1;
        filter:alpha(opacity=50);
        -moz-opacity:0.50;
        opacity: 0.50;
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0;
        padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;
        margin: 0;
	font-size: 1.3em;
	font-weight: normal;
        color : white;
        border : 0;
}

ul#topnav h3 { /*--Sub nav heading style--*/
        padding-top : 10px;
        margin: 0;
	font-size: 1.1em;
	font-weight: normal;
        color: #e7d7c3;
}


ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	color: #75c5f0;
}
ul#topnav .sub ul li a {
	float: none;
	display: block;
	text-decoration: none;
	color: #e3e9ee;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
}








ul#langue
{
    list-style-type : none;
    margin : 0;
    padding-top : 100px;
    padding-right : 20px;
    text-align : right;
}

ul#langue li, ul#infos li
{
    display : inline;
}


ul#infos
{
    list-style-type : none;
    padding : 0;
    margin : 0;
}



ul#infos li
{
    padding-right : 10px;
}

ul#infos li a.new
{
    color : #e5e5e5;
}



/**************** LIENS **************/
a
{
    color : #41525f;
    text-decoration : none;
}

a:hover
{
    color : #6b5951;
}





/******* MISE EN PAGE ******/
.amoi
{
    background-color : #c5d4e0;
}

div.bloc, div#bloc
{
    padding : 5px;
    background-color : #c5d4e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc);
    margin-bottom : 10px;
    padding-left : 10px;
    padding-right : 10px;
}

div.citation
{
    padding : 5px;
    background-color : #c5d4e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc);
    margin:10px;
}

div.bloc a
{
    color : #2b2929;
}

div.bloc2
{
    padding : 5px;
    background-color : #e8eaea;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior: url(border-radius.htc);
    color : #424242;
}

div.zone
{
    color : #dddbd8;
}



div.gauche
{
    width : 410px;
    float : left;
    padding : 0;
    margin : 0;
}

div.droite
{
    margin-left : 420px;
}

div.double
{
    float : left;
    padding : 10px;
    margin-left : 15px;
    background-color : #C5D4E0;
    color : #424242;
    margin-bottom : 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc);
    width : 600px;
}

div.moitie
{
    float : left;
    padding : 10px;
    margin-left : 15px;
    background-color : #C5D4E0;
    color : #424242;
    margin-bottom : 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc);
    width : 420px;
}


div.triple
{
    padding : 10px;
    background-color : #C5D4E0;
    color : #424242;
    margin-bottom : 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc);
    width : 910px;
}


div.tiers
{
    float : left;
    padding : 10px;
    margin : 5px;
    background-color : #C5D4E0;
    color : #424242;
    margin-bottom : 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc);
    width : 280px;
}


div#reseaux
{
    text-align : right;
    margin-top : 20px;
}




/* INFOBULLE */
a.info {
   position: relative;
   color: #6a7599;
   text-decoration: none;
   }
a.info span {
   display: none;
}
a.info:hover {
   background: none;
   z-index: 500;
    cursor: help;
}
a.info:hover span {
   display: inline;
   position: absolute;
	white-space: nowrap;
   top: 30px;
   left: 20px;
   background: #c3d6e4;
   color: #586971;
	-moz-border-radius : 10px;
	font:12px verdana;
	padding:10px;
}



/* infobulle (texte) */
.infobulle{
    position: absolute;
    visibility : hidden;
     background: #c3d6e4;
   color: #586971;
	-moz-border-radius : 10px;
	font:12px verdana;
	padding:10px;
}





.right
{
    text-align : right;
}

.center
{
    text-align : center;
}

.legende
{
    font-size : 10px;
}

.margintop
{
    margin-top : 20px;
}

.marginbottom
{
    margin-bottom : 20px;
}

.fright
{
    padding-left : 80px;
}



/* fond de cellules */
.bg1
{
    background-color : #c5d4e0;
}

.bg2
{
    background-color : #b9cad7;
}




table
{
    color : #282828;
}

table#messagerie
	{
		width : 100% ;
		text-align : center ;
		margin-bottom : 5px;
		border : 1px solid #5c85a0;
	}

th.messagerie
	{
		font-weight : bold ;
		color : #718081 ;
		border : 1px solid #5c85a0;
		background : #e8eaea;
                padding : 5px;
	}

table#messagerie td
{
    padding : 5px;
    border-bottom : 1px dashed #7797b1;
}


/***** formulaires ******/
.formulaire input, .formulaire textarea, .formulaire select
{
    background-color : transparent;
}

.seconnecter input
{
    padding : 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(../border-radius.htc);
}

div.valider input[type=submit]
{
    background-color : #97bbd0;
    color : #292929;
    min-width : 200px;
    height : 30px;
    line-height : 30px;
    vertical-align : middle;
    margin : 10px;
}




div.msg, div.erreur, div.warning, div.question
{
    padding:15px 15px 15px 70px;background-repeat:no-repeat;background-position:10px center;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px; -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .7); -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .7); box-shadow: 0px 2px 4px rgba(0, 0, 0, .7);margin:20px;text-align:left;position:relative;
}

div.msg
{
    border:2px solid #459a2a;background-image: url('../images/pmsg.png');background-color:#e0ffc7;color:#2a4f0b;
}

div.erreur
{
    border:2px solid #b04242;background-image: url('../images/perreur.png');background-color:#f6d4d7;color:#660000;
}

div.warning {border:2px solid #d18819;background-image: url('../images/pwarning.png');background-color:#FFFFCC;color:#660000;}

div.question {border:2px solid #637ec1;background-image: url(../images/pquestion.png);background-color:#dde2ee;color:#2e52aa;}



.toggleopacity {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

.toggleopacity:hover {
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
}




table#balade
{
    width : 100%;
    padding : 5px;
}

table#balade td
{
    padding : 5px;
}

table#balade select
{
    width : 200px;
}






div.carte
{
    float : left;
    width : 185px;
}


/*** PUBS ****/
div#publicite
{
    width : 945px;
    margin : auto;
    margin-top : 20px;
    margin-bottom : 10px;
}

div#googleadsense
{
    text-align : center;
    width : 200px;
    margin-left:450px;
}

div.minipub
{
    margin-top : 10px;
}

div.carrepub
{
    margin : 10px;
}




div#textarea
{
    position : relative;
    z-index : 999;
}


table#bug
{
    width : 100%;
}

table#bug th 
{
    color : #f5f4eb;
    background-color : #7797b1;
    padding : 5px;
}

table#bug td
{
    padding : 5px;
    border-bottom : 1px dashed #7797b1;
}



ul.pub
{
    list-style-type : none;
    padding : 0;
    margin : 0;
    margin-bottom : 30px;
}

ul.pub li
{
    font-weight : bold;
}

div.code
{
    background-color : #ffffff;
    border : 1px solid gray;
    display : block;
    font-weight : normal;
    font-size : 0.9em;
}





.messagerie
{
    width : 100%;
    border : 1px solid #81b6dc;
}

.messagerie td
{
    padding : 5px;
    border-bottom : 1px solid #81b6dc;
}

td.infomembre
{
    border-right : 1px solid #81b6dc;
}

td.infomsg
{
    border-bottom : 1px solid #81b6dc;
}

.messagerie td h3
{
    border : none;
}



.liste
{
    width : 100%;
    margin-bottom : 20px;
}

.liste2
{
    width : 50%;
    margin : auto;
    margin-bottom : 20px;
}

td
{
    padding :10px;
}

.liste th, .liste2 th
{
    padding : 5px;
    background-color : #4281bd;
    color : white;
    text-align : center;
    font-weight : bold;
}

td.proprio
{
    background-color : #d8e7f6;
}

.liste tr:hover, .liste2 tr:hover
{  
    background-color : #e7e9eb;  
} 


.fond1
{
    background-color : #d8e5f0;
}

.fond2
{
    background-color : white;
}



div.notifications
{
    padding : 5px;
    display : inline;
    color : #fff;
    background-color : #2e5688;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(../border-radius.htc);
}
