/*
 * Definition les elements generiques de navigation
 */
body {
  	margin: 0;
  	padding: 0;
  	color: #777;
	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;
}

strong
{
	font-weight:bold;
}

.main_color
{
	color:#28F;
}

.warning_color
{
	color:#C00E0C;
}

.main_background
{
	background:url("/I/theme_basic/backgrounds/wrapper_site.gif") repeat scroll center top #181514
	/*background-color:#181514;*/
  	/*background: #181514 -moz-linear-gradient(100% 100% 90deg, #003471, #448CCB) no-repeat;
	background: #181514 -webkit-gradient(linear, left bottom, left top, from(#003471), to(#448CCB)) no-repeat;*/
}

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

.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-left:auto;
  margin-right:auto;
  margin-bottom:20px;
}

.main_content,
.body_content
{
	background-color:#FFF;
	border:solid 4px #FFF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-bottom:20px;
	margin-left:auto;
  	margin-right:auto;
	padding:10px;
	clear:both;
	width:963px;
}

.content {
    padding: 17px 66px 29px 67px;
}

.main {
    font-size: 13px;
    line-height: 18px;
    margin: 0 auto;
    padding: 0;
    width: 963px;
}

.tail-content {
    background: url("/I/theme_basic/backgrounds/tail_content.gif") repeat scroll 0 0 transparent;
	width:100%;
	clear:both;
}

.content-top-border {
    background: url("/I/theme_basic/content/content_top_border.gif") repeat-x scroll 0 0 transparent;
}

.content-light {
    background: url("/I/theme_basic/content/content_light.jpg") no-repeat scroll center top transparent;
}

.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:1px 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.5);
}

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