/* @override http://cnfme2010.oieau.fr/squelettes/css/style.css */

/* @override http://localhost:8888/cnfme/css/style.css */

/* IOE */

html{
	color: #383838;
	font: 12px Tahoma,Arial,Verdana,Helvetica;
	/*background: url(images/bg.jpg);*/
}


body{
	background: #d7d7d7 url(images/deg_bg.gif) repeat-x top;
}

#content_page {
	width: 960px;
	margin: 0 auto;	
	z-index: 1;
}

.clear{
	clear: both;
}

p, ul li{
	line-height: 15px;
}
/* @group header */

#header_img_gauche, #header_img_droite {
	width: 172px;
	height: 120px;
	display: block;
	position: absolute;
	z-index: -1;
}
#header_img_gauche{
	margin-left: 10px;
}

#header_img_droite{
	margin-left: 778px;
}

#header{
	background: url(images/header.png) no-repeat;
	margin-bottom: 25px;
	height: 226px;
}

/* @group sur_menu */

/* sur menu */

#header #sur_menu {
	margin-left: 207px;
	/*padding-top: 25px;*/
	height: 18px;
	width: 115px;
	float: left;
	margin-top: 5px;
}

#header #sur_menu li{
	display: block;
	float: left;
	height: 18px;
}
#header #sur_menu li a{
	display: block;
	margin-right: 10px;
	width: 18px;
	height: 18px;
	background: url(images/picto_sur_menu.png) no-repeat top left;
}
#header #sur_menu li a#siteMap{
	background-position: 0 0;
}
#header #sur_menu li a#rss{
	background-position: 0 -18px;
}
#header #sur_menu li a#login{
	background-position: 0 -36px;
}
#header #sur_menu li a#contact{
	background-position: 0 -54px;
}
#header #sur_menu li a span{
	display: none;
}



/* @end */

/* @group menu_secondaire */

#header #menu_secondaire {
	padding-top: 14px;
	padding-left: 195px;
}
#header #menu_secondaire ul li{
	display: block;
	float: left;
	padding-right: 14px;
	padding-left: 6px;
	height: 13px;
	background: url(images/menu_secondaire_sep.jpg) no-repeat center right;
}
#header #menu_secondaire ul li.last{
	background: none;
}
#header #menu_secondaire ul li a{
	text-decoration: none;
	color: #000080;
	size: 11px;
}
#header #menu_secondaire ul li a:hover{
	color: #7ab8da;
}

/* @end */

/* formulaire de recherche */
#header form{
	/*padding-top: 19px;*/
	float: left;
}

#header .sous_titre {
	margin-top: 22px;
	margin-left: 16px;
	display: inline-block;
	float: left;
	font-size: 14px;
	z-index: 10;
}
#header .sous_titre img{
	float: left;
	margin-top: 8px;
}

/* @end */

/* @group titre h1 // H2 // p :: color */
h1{
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: normal;
}


h2{
	font-size: 21px;
	margin-bottom: 10px;
	font-weight: normal;
}

h2.gd{
	font-size: 26px;
}

/* coloration */
h2.orange, h1.orange{
	color: #f29400;
}
h2.violet, h1.violet{
	color: #8d95c6;
}
h2.vert, h1.vert{
	color: #76b900;
}
h2.vert_fonce, h1.vert_fonce{
	color: #f0efef;
}
h2.rose, h1.rose{
	color: #e270cd;
}
h2 span.gris, h1 span.gris{
	color: #a0a0a0;
}
h2.bleu, h1.bleu{
	color: #76aecd;
}
h2.blanc, h1.blanc, p.blanc{
	color: #ffffff;
}

/* @end */

/* @group Formulaires */
.input{
	background: url(images/input_text.jpg) no-repeat;
	border: 0;
	width: 125px;
	height: 27px;
	padding-left: 8px;
}
#recherche .input{
	float: left;
	margin-right: 8px;
}

.submit{
	background: url(images/input_submit.jpg) no-repeat;
	border: 0;
	width: 143px;
	height: 28px;
	color: white;
}
.loupe span{
	display: none;
}

/* @end */

/* @group Liens */
a{
	color: #595959;
}
p a{
	color: #7EB3D0;
	text-decoration: none;
}
p a:hover{
	text-decoration: underline;
}
a.puce{
	text-decoration: none;
	background: url(images/lien_puce.gif) no-repeat 0 0; 
	display: inline;
	padding-left: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dotted;
	line-height: 18px;
}

.puce.orange{
	background-position: 0 0;
	border-color: #f29400;
}
a:hover.puce.orange{
	color: #f29400;
}
.puce.rose{
	background-position: 0 -15px;
	border-color: #e270cd;
}
a:hover.puce.rose{
	color: #e270cd;
}
.puce.vert{
	background-position: 0 -30px;
	border-color: #87c11f;
}
a:hover.puce.vert{
	color: #87c11f;
}
.puce.violet{
	background-position: 0 -45px;
	border-color: #8d95c6;
}
a:hover.puce.violet{
	color: #8d95c6;
}
.puce.bleu{
	background-position: 0 -60px;
	border-color: #76aecd;
}
a:hover.puce.bleu{
	color: #76aecd;
}

/* @end */

/* @group paragraphe couleur */

/* coloration */
p span.orange{
	color: #f29400;
}
p span.violet{
	color: #8d95c6;
}
p span.vert{
	color: #76b900;
}
p span.vert_fonce{
	color: #f0efef;
}
p span.rose{
	color: #e270cd;
}
p span.gris{
	color: #a0a0a0;
}
p span.bleu{
	color: #76aecd;
}


/* @end */

/* @group footer */
#footer{
	background: url(images/footer.png) no-repeat;
	/*background: url(images/footer.gif) no-repeat; */
	width: 930px;
	padding: 20px 15px 0;
	height: 49px;
}
#footer .bloc_footer{
	margin-left: 590px;
	margin-top: 15px;
	height: 15px;
}
#footer .bloc_footer ul li{
	display: block;
	float: left;
	height: 15px;
}
#footer .bloc_footer ul li a{
	text-decoration: none;
	color: #fff;
	margin-left: 25px;
	background: url(images/picto_bleu.png) no-repeat 0 0;
	height: 15px;
	padding-top: 3px;
	display: block;
	padding-left: 30px;
}
#footer .bloc_footer ul li a:hover{
	color: #004588;
}
#footer .bloc_footer ul li a.contact{
	background-position: 0 0;
}
#footer .bloc_footer ul li a:hover.contact{
	background-position: 0 -18px;
}
#footer .bloc_footer ul li a.rss{
	background-position: 0 -36px;
}
#footer .bloc_footer ul li a:hover.rss{
	background-position: 0 -54px;
}
#footer .bloc_footer ul li a.siteMap{
	background-position: 0 -72px;
}
#footer .bloc_footer ul li a:hover.siteMap{
	background-position: 0 -90px;
}

/* @end */

/* @group bloc_content */



.bloc_content_fond{
	width: 960px;
	border: none;
	margin: 0 auto;
}

/* @group style 0 */

.bloc_content_middle, .bloc_vignette_image_middle{
	background: transparent url(images/content_bg.png) ;
}
.bloc_content_top, 
.bloc_vignette_image_top, 
.bloc_content_bottom, 
.bloc_vignette_image_bottom{
	background: transparent url(images/content_corner_blanc.png) no-repeat center top ;
	height: 21px;
	margin-top: 0;
}
.bloc_content_bottom{
	background-position: center -21px ;
}
.bloc_vignette_image_top{
	background-position: center -42px ;
}
.bloc_vignette_image_bottom{
	background-position: center -63px ;
}

.bloc_content {
	background: #eeeeee url(images/fond_middle.gif) repeat-x top left;
	min-height: 256px;
	/*background-image:url(images/bloc_content_bg.jpg);
	background-color:#eeeeee;*/
	border: none;
	margin: 0 auto;
	position: relative;
	width: 878px;
	padding: 10px 30px;
	z-index: 7;
}
.bloc_vignette_image{
	background-color: white;
	border: none;
	margin: 0 auto;
	position: relative;
	width: 900px;
	padding: 0;
	z-index: 7;
}
.bloc_vignette_image img{
	cursor: pointer;
	width: 109px;
	height: 81px;
}

/* @end */

.bloc_content .img {
	float: left;
	margin-right: 15px;
}
.bloc_content p{
	margin-bottom: 30px;
}

/* @end */

/* @group modal */

div.simplemodal-wrap {
	border: 5px solid gray;
}

#simplemodal-overlay {
	background-color: black;
}

#simplemodal-container a.modalCloseImg {
	background:url(images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}


/* @end */



