@CHARSET "UTF-8";

body
{
	background:white url("../images/generic/bg-header.png") repeat-x;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
	line-height: 16px;
}
h1, h2{font-family: League Gothic, Helvetica, Arial, sans-serif;text-transform: uppercase;text-align:left;}
h3 {text-transform: uppercase;}
a{
	font-weight:inherit;
	color: #6f9420; /** même couleur que .vert1 **/
}
h4 {
	font-family: League Gothic, Helvetica, Arial, sans-serif;text-transform: uppercase;text-align:left;font-size: 20px;margin-bottom: 10px;
}
p{color:#222;}
a,a:hover,a:visited{
	outline: none; /* hide dotted outline in Firefox */
	text-decoration:none;
}
em{font-style:italic;}
/****  GRID  ****/
.c1on3{
	margin:0px 40px 0px 20px;
	width:290px;
}
.c2on3{width:610px;}
#pleine{margin-left:20px; margin-right:20px;}
#colonne_gauche{width:290px;margin-left:20px;margin-right:40px;float:left;}
#centre_droite{width:630px;margin-left:20px;}
/****  //GRID  **/

.fleft{float:left;}
.fright{float:right;}
.clearer
{
	clear:both;
	height:0;
	overflow:hidden;
}
.gris1{color: #dddddd;}
.gris2{color:#222222;}
.gris3{color: #777777;}
.gris4{color: #bbbbbb;}
.vert1{color: #6f9420;}
/** MARGEURS **/
.margeur-b8{margin-bottom:8px;}
.margeur-l10{margin-left:0px;}
/** MARGEURS **/

strong{font-weight: bold}


.bouton-gris
{	
	background-color:#797979;margin-bottom: 5px;
	margin-right:10px;
}

.bouton
{
	width:150px;	
}

.bouton2
{
	width:180px;	
}

.bouton-gris a{
	background:url("../images/modules/timeline/fleche.png") no-repeat scroll right center transparent;
	color:#FFFFFF;
	display:block;
	padding:9px 33px 5px 10px;
	text-transform:uppercase;
}

.border-radius {
-moz-border-radius:4px 4px 4px 4px;
}
#jquery, #codeigniter{display:block;text-indent:-9999px;}
#jquery{
	background:url("../images/generic/jquery.png") no-repeat scroll 0 0 transparent;
	width:108px;
	height:27px;
	margin-left:10px;
}
#jquery:hover{background:url("../images/generic/jquery-hover.png") no-repeat scroll 0 0 transparent;}
#codeigniter{
	background:url("../images/generic/codeigniter.png") no-repeat scroll 0 0 transparent;
	width:103px;
	height:31px;
}
#codeigniter:hover{background:url("../images/generic/codeigniter-hover.png") no-repeat scroll 0 0 transparent;}
