/*
 * Definition les elements generiques de navigation
 */
body {
  	margin: 0;
  	padding: 0;
  	color: #333;
	font: 12px Arial,Verdana, sans-serif;
}

a
{
	text-decoration:none;
	color:#00F;
}
a:hover
{
	text-decoration:underline;
}

ol, ul
{
	margin-top:10px;
	margin-left:20px;
}

ol
{
	list-style-type:decimal;
}

ul
{
	list-style-disc;
}

em
{
	font-style:italic;
}

p
{
	text-align:justify;
	margin-top:10px;
}

strong,
.gras
{
	font-weight:bold;
}

.main_color
{
	color:#28F;
}

.warning_color
{
	color:#C00E0C;
}

.main_background
{
	background-color:#FFF;
  	background: #FFF -moz-linear-gradient(100% 100% 90deg, #EEE, #FFF) no-repeat;
	background: #FFF -webkit-gradient(linear, left bottom, left top, from(#EEE), to(#FFF)) no-repeat;
}

.title
{
	font-size:25px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
}

.title2
{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:30px;
	color:#555;
}

.clear
{
	clear:both;
	/*font-size:0px;*/
	padding:0;margin:0;
	height:0;
}

.center
{
	margin:auto;
	display:block;
	text-align:center;
}


.fil_ariane
{
	font-size:11px;
	line-height:2.2em;
	font-family:Verdana;
}

.chevron
{
	font-size:15px;	
}

.btn
{
	cursor:pointer;	
	background-color:#000;
	border:solid 2px #000; 
	font-weight:bold;
	color:#FFF;
	padding:2px;
	text-align:center;
	margin:5px;
}

.btn a
{
	color:#FFF;
	text-decoration:none;
}

.btn:hover
{
	border:solid 2px #F80; 
	background-color:#F80;
}


.fltl
{
	float:left;
}

.fltr
{
	float:right;
}

/*
 * Englobeur de site
 */
.wrapper
{
  width:880px;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px;
}

.main_content
{
	background-color:#FFF;
	border:solid 4px #FFF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-bottom:20px;
	padding:10px;
	clear:both;
}

.shadow
{
	box-shadow:2px 2px 7px rgba(0,0,0,0.5);
	-moz-box-shadow:2px 2px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow:2px 2px 7px rgba(0,0,0,0.5);
}

.light_shadow
{
	box-shadow:2px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.2);
}

.rounded_corner
{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


/*
 * Gestion du calendrier
 */
.calendar tr th
{
	border:solid 1px #0055ff;
	background-color:#0055ff;
	color:#FFF;
	padding:5px;
}

.calendar tr td
{
	border:solid 1px #CCC;
	margin:4px;
	text-align:center;
	padding:5px;
}