/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img {
	border: none;
}


.success {
	background-image:url(../images/check.gif);
	background-position: left ;
	background-repeat:no-repeat;
	color:green;
	font-weight: bold;
	padding-left: 20px;
	width: 100%;
	margin-left: 10px;
	margin-right: 15px;
}

.alert, .warning, .warnings {
	background-image:url(../images/warning.png);
	background-position: left ;
	background-repeat:no-repeat;
	color:red;
	font-weight: bold;
	padding-left: 20px;
	width: 80%;
	margin-left: 10px;
}

/*
.success {
	background-color:#009900;
	color:#FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	width: 100%;
	min-height: 15px;
	
}
.alert, .warning, .warnings {
	background-color:#FF6600;
	color:#FFFFFF;
	font-weight: bold;
	
	width: 97%;
	
	background-image:url(../images/icons/warning.png);
	background-position: left;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:10px;
}
*/
.errors, .error {
	
	color:red;
	font-weight: bold;

	width: 80%;
	/*min-height: 15px;*/
	background-image:url(../images/icons/alert.png);
	background-position: left;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:10px;
}

.btn {
	cursor: pointer;
}
/*********** a garder ***********/
.photoeditprofil {

	float: left;
	
	text-align: center;
	height: 105px;
	font-size: 10px;
	margin-right: 10px;
}
.nav-search {
	display : block; 
	clear:both;
	height: 36px;
	width: 100%;
	margin:auto;
	
	text-align: center;
	/*border: 1px solid red;*/
}
.nav-search a {
	display : block; 
	float: left;
	width: 24px;
	height: 24px;
	color: #0c1619;
	background-color:#FFFFFF;
	text-align: center;
	line-height:24px;
	border: 1px solid gray;
	margin : 5px;
	clear:none;
	text-decoration:none;
}
.nav-search a:hover {
	
	color: #0c1619;
	background-color:#d1d5d6;
	
}
.nav-search a:visited {
	
	color: #0c1619;
	background-color:#f5f5f5;
	
}

.clear {
	clear: both;
}

.mini {
	font-size: 9px;
	
}

/*******/
.floatl {
float:left;
}
.floatr {
float:right;
}
 .msg {

margin-top:10px;
padding-bottom:5px;
clear:both;
}


.bulle {
margin-left:40px;
overflow:hidden;
width:400px;
}
.bulle_top {
background-image:url(../images/bubble_top.png);
background-repeat:no-repeat;
height:20px;
left:0;
position:inherit;
top:0;
}
.bulle_content {
padding:0 20px ;
background-image:url(../images/bubble_middle.png);
background-repeat:repeat-y;
}
 .bulle_bottom {
background-image:url(../images/bubble_bottom.png);
background-repeat:no-repeat;
bottom:0;
height:12px;
left:0;
position:inherit;
width:400px;
}

.petit {
	font-size: 9px;
}
.grand {
	font-size: 18px;
}


  .jqplot-cursor-legend {
	    width: 160px;
	    font-family: "Courier New";
	    font-size: 0.85em;
	  }
	  
	  td.jqplot-cursor-legend-swatch {
	    width: 1.3em;
	  }



