@import "grid/screen.css";

/* STYLES GENERAUX */
*{
	font-family: Helvetica, Arial, sans-serif !important;
}
html{
	background: #fff url(images/back_body.jpg) repeat-x center top;
}
body{
	margin: 0 auto;
	background: url(images/back_global.jpg) no-repeat center top;
	color: #666;
}
a:link,
a:visited{color:#000;}
a:hover{}
acronym{
	cursor:help;
	border-bottom:1px dashed #ccc;
}
h1{
	font-size: 20px;
	margin-bottom: 40px;
	color: #77af2d;
}
h2{
	font-size: 17px;
	margin-bottom: 20px;
	color: #77af2d;
	background: url(images/back_h2.gif) no-repeat left 2px;
	display: block;
	padding-left: 20px;
}
legend{
	font-size: 14px;
	font-weight: normal;
}
.container{
	background: url(images/back_global.jpg) no-repeat center top;
}
img{
	margin-bottom: 20px;
}
fieldset{
	border: 0;
}
strong{
	color: #77af2d;
}
#global{
	padding-top: 63px;
}
#menu{
	margin-bottom: 100px;
}
#menu dt{
	display: inline;
}
#menu dt a{
	display: block;
	float: left;
	margin-right: 35px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}
#menu dt a:hover,
#menu dt.current a{
	color: #d3dc37;
}
.actualites{
	margin-top: 180px;
}
.actualites h2{
	display: none;
}
.actualites #item_liste{
	background: url(images/puce.gif) no-repeat 30px 3px;
	display: block;
	padding-left: 50px;
}
.actualites #item_liste a{
	text-decoration: none;
	color: #626466;
}
.content{
	font-size: 15px;
	margin-top: 62px;
}
.bt_voir_actus{
	text-decoration: none;
	display: block;
	text-align: right;
	margin-top: 20px;
	color: #77af2d !important;
	font-weight: bold;
	font-size: 12px;
}
.bt_actus_rss{
	display: block;
	float: right;
	text-decoration: none;
	height: 20px;
	font-size: 10px;
	text-align: right;
	color: #8d8d8d !important;
	font-weight: bold;
	padding-right: 25px;
	background: url(images/rss.gif) no-repeat right top;
}
.bt_actus_rss:hover{
	color: #da451e !important;
	background-position: right -20px;
}
.actu_link{
	font-size: 10px;
	background: #efefef;
	padding: 10px;
	margin: 10px 0 20px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.metas{
	font-size: 11px;
	font-style: italic;
	margin-bottom: 20px;
}
.item_formation{
	margin: 10px 10px 20px 10px;
}
.item_formation h2{
	margin: 0;
}
.item_formation p{
	font-size: 12px;
	margin-bottom: 0;
}
.item_formation a,
.bt_download{
	display: block;
	height: 20px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #77af2d !important;
	text-decoration: none;
	background: url(images/back_telecharger.jpg) right top no-repeat;
	padding-right: 40px;
}
.item_formation a:hover,
.bt_download:hover{
	background-position: right bottom;
}
.footer{
	height: 85px;
	padding-top: 75px;
	font-size: 10px;
	color: #666;
	background: url(images/back_footer.jpg) no-repeat center top;
}
.floatLeft{
	float: left;
	margin: auto 20px auto 0;
}
.floatRight{
	float: right;
	margin: auto 0 auto 10px;
}
.center{
	text-align: center;
}
.noThumb{
	width: 100px;
	height: 100px;
	background: url(images/noThumb.jpg) no-repeat;
}
.border{border: 1px solid #000;}
.block{display: block;}

.submit{
	color: #fff;
	text-decoration: none;
	padding: 3px 10px ;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #999;
}
.submit{
	border: none;
	font-size: 18px;
	cursor: pointer;
}
.submit:hover{	background-color: #666;}

@import "tinymce.css";
@import "grid/ie.css";