/* feuille de style site.css */

/* 
SITES & PRINT
Version 3
Juillet 2009
contact@sitesetprint.fr
*/

/* Couleurs 
Bleu foncé (titre) : #186280
Bleu clair (sous titre) : #5CB4E5
Bleu très clair (déroulant) : #ACDFF5
Texte  : #000000
Lien orange : #EFA106
Fond colonne de droite : #F8F5F5
*/

/* Tailles des images
Vignettes : 230px × 150px
Image produit : 550px × ----
Taille galerie : 174px × 124px
Logo marque : 300px x 80
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Structure du site */

body {
			margin:0;
			font-family: Arial, Helvetica, sans-serif;
			font-size : 11px;
			background:#053a51 url(../images/fond_body.jpg) repeat-x top;
        	text-align: center;
        	height: auto;
        	color:#053a51;
}

objet {
			margin: 0; padding: 0;
}

#container {
        	padding: 0px;
        	height: auto;
			margin-left: auto;
			margin-right: auto;
			width: 949px;
			text-align: left;
			overflow: auto;
			background-color:#ffffff;
}

#top {
			width:949px;
        	margin:0px;
        	padding:0px;
        	border:0px;
        	height:379px;
			background:#fff url(../images/fond_bandeau.jpg) no-repeat center bottom;
}

#corps {
        	margin: 0px;
        	padding: 0px;
        	border: 0px;
        	width: 640px;
        	float:left;
			text-align: left;
        	height: auto;
        	background:#fff url(../images/fond_menu_corps.jpg) no-repeat top right;
}

#right {
        	margin: 0px;
        	padding:0px;
			border:0px;
        	width: 309px;
        	float: right;
        	height: auto;
        	background-color:#f5f5f2;
}



#page_left {
        	margin: 0px;
        	padding: 0px;
        	border: 0px;
        	width: 670px;
        	float:left;
			text-align: left;
        	height: auto;
}

#page_right {
        	margin: 60px 0px 0px 0px;
        	padding:0px;
			border:0px;
        	width: 300px;
        	float: left;
        	height: auto;
			text-align:justify;
}

.super_footer {
    width:100%;
    height:165px;
    background:#fff url(../images/fond_footer_externe.jpg) repeat-x left top;
    clear:both;
}


#partage {
			width: 949px;
			height: 65px;
        	padding: 0px;
			margin: 0 auto;
            background:#ffffff;
			font-weight: normal;
			color: #000000;
			clear:both;
}
#footer {
			width: 949px;
			height: 165px;
        	padding: 0px;
			margin: 0 auto;
            background:#fff url(../images/fond_footer_interne.jpg) repeat-x left top;
			font-weight: normal;
			color: #ffffff;
			clear:both;
}

/* Globales */
table,div,td  {font-size: 12px; color : #053a51;}
hr            	{height: 1px; margin: 0; padding: 0; color:#E0DFE3; background-color: #E0DFE3; border: 0;}
input  	{font-size: 11px; border-width:1px; font-weight:bold; color:#053a51; background-color:#ffffff;}
select       {font-family: Arial; font-size:12px; color:#262F34; background-color:#ffffff;}
textarea    {font-family: Arial; font-size:12px; color:#262F34; background-color:#ffffff;}
img           {border: 0;}
ul		{padding:10px 0 0 20px;}
li {
 list-style: disc;
} 

a          		{font-size: 11px; color:#053a51; text-decoration:none;}
a:visited  	{font-size: 11px; color:#053a51; text-decoration:none;}
a:hover    	{font-size: 11px; color:#053a51; text-decoration: none;}

/* Classes */
.lien          {color:#053a51; font-weight:bold;}
.lien:visited  {color:#053a51; font-weight:bold;}
.lien:hover    {color:#D5FF00; font-weight:bold;}

/* Haut de la page */
#top .contact {
	width:978px;
	height:31px;
	padding-left:1px;
	text-align:right;
	font-size: 12px; 
	background:url(../images/fond-haut-banniere.jpg) no-repeat top center;
}
#top .contact  a{
	font-weight:bold;
	color:#186280;
	font-size: 12px; 
}
#top .contact  a:hover{
	color:#5CB4E5;
	text-decoration:none;
}
#top .contact  span{
	font-weight:bold;
	line-height:31px;
	font-size: 12px; 
	color:#5CB4E5;
}
#top .image {
	width:949px;
	height:289px;
	clear:both;
}

#top .logo{
	width:458px;
	height:90px;
	float:left;
}

#top .menu{
	width:491px;
	height:90px;
	background:url(../images/fond_menu_top.jpg) no-repeat top left;
	float:left;
}


/* Corps de la page */

#corps .telecharge {
		color:#5CB4E5;
		padding-bottom:2px;
}
#corps .telecharge a{
		color:#5CB4E5;
		text-decoration:none;
}
#corps .telecharge a:hover{
		color:#186280;
		text-decoration:none;
}



#bloc_pdfs{
	width:100%;
	 margin:0;
	 padding:0;
}

#bloc_pdfs .icone{
	float:left;
	width:50px;
	height:auto;
}

#bloc_pdfs .bloc_telecharge{
	 float:left;
	 width:auto;
	 height:auto;
	 text-align:left;
	 margin:0;
	 padding:0;
}

#bloc_pdfs .telecharge {
		color:#5CB4E5;
		padding-bottom:2px;
	 margin:0;
	 padding:0;
}
#bloc_pdfs .telecharge a{
		color:#5CB4E5;
		text-decoration:none;
}
#bloc_pdfs .telecharge a:hover{
		color:#186280;
		text-decoration:none;
}


.page_site {
		width:auto;
		padding-left:7px;
		padding-right:5px;
		color:#053a51;
		text-align:justify;
		height:auto;
}

.page_site .ariane{
		padding : 0 0 20px 0px;
		font-size:12px;
		font-weight:bold;
		color: #000000;
}

.page_site .ariane a{
		font-weight:bold;
		color: #000000;
		text-decoration:none;
}
.page_site .ariane a:hover{
		color: #666666;
		text-decoration:none;
}




.page_site h1, #page_right h1  {
       width:auto;
       padding:0;
       margin:30px 0 0 25px;
       color: #1a9cd4;
       font-size: 24px;
       font-weight:normal;
       line-height:20px;
}

.page_site h2, #page_right h2{
       width:auto;
       padding-top:5px;
       margin:0 0 0 25px;
       color: #5CB4E5;
       font-size: 16px;
       font-weight:bold;
       line-height:20px;
}

.page_site h3, #page_right h3{
       width:auto;
       padding-top:5px;
       margin:0;
       color: #186280;
       font-size: 14px;
       font-weight:normal;
       height:20px;
       line-height:16px;
}
.page_site h4, #page_right h4{
       width:auto;
       padding-top:5px;
       margin:0;
       color: #5CB4E5;
       font-size: 16px;
       font-weight:bold;
       height:20px;
       line-height:20px;
}

.page_site h5, #page_right h5{
       width:auto;
       padding-top:5px;
       margin:0;
       color: #186280;
       font-size: 14px;
       font-weight:normal;
       height:20px;
       line-height:16px;
	   border-bottom:1px dashed #666666; 
}
.page_site .type{
       width:auto;
       padding-top:5px;
       margin:0;
       color: #5CB4E5;
       font-size: 15px;
       font-weight:bold;
       height:26px;
       line-height:26px;
}
.page_site .marque{
       width:auto;
       padding-top:5px;
       margin:0;
       color: #186280;
       font-size: 20px;
       font-weight:bold;
}
.page_site .marque img{
       width:auto;
       padding-top:5px;
       margin:0;
       color: #186280;
       font-size: 20px;
       font-weight:bold;
       height:80px;
       line-height:80px;
}
.page_site .marque a{
       width:auto;
       padding-top:5px;
       margin:0;
       color: #000000;
       font-size: 20px;
       font-weight:bold;
}
.page_site .marque a:hover{
       width:auto;
       padding-top:5px;
       margin:0;
       color: #186280;
       font-size: 20px;
       font-weight:bold;
}




.page_site .fleche-menu{
		line-height:30px;
		padding : 2px 0 2px 25px;
		background-image: url(../images/fleche.png);
		background-repeat: no-repeat;
		background-position:left;
		font-size:12px;
		font-weight:bold;
		color: #000000;
		text-decoration:none;
}
.page_site  fleche-menu:visited{
       color: #000000;
       text-decoration:none;
}
.page_site  fleche-menu:hover{
       color: #000000;
       text-decoration:none;
}


a.lien_image span  	{
		font-size: 12px; 
		padding:4px 15px 5px 15px;
		border-width:0px; 
		font-weight:bold; 
		color:#fff; 
		background:#5CB4E5 url(../images/fond_btn_small.jpg) left no-repeat;
}

:hover > a.lien_image span {
		color:#186280; 
		background:#5CB4E5;
		text-decoration:none;
}


.list_real{
	padding-bottom:5px;
	padding-left:20px;
 }
.list_real a{
       color: #5CB4E5;
       font-weight: bold;
       text-decoration:none;
}
.list_real a:visited{
       color: #5CB4E5;
       text-decoration:none;
}
.list_real a:hover{
       color: #186280;
       text-decoration:none;
}

#page_right h2 {
		line-height:30px;
		font-size:16px;
		color:#186280;
		width:auto;
}
#page_right h3 {
		line-height:30px;
		font-size:16px;
		color:#186280;
		width:auto;
		border-bottom: dashed 1px #186280;
}
#page_right  li {
		color:#5CB4E5;
		font-weight:bold; 
		list-style:none;  

}
#page_right  li a{
		color:#5CB4E5;
		font-weight:bold; 
		text-decoration:none;
}
#page_right li a:hover{
		color:#186280;
		text-decoration:none;
}


/* Formulaires */
.input_form  	{font-size: 11px; border-width:1px; font-weight:normal; color:#000000; background-color:#ACDFF5;}
.input_news  	{width:125px;font-size: 11px; border-width:1px; font-weight:bold; color:#000000; background-color:#ffffff;}
.btn_news  		{width:40px;font-size: 11px; border-width:1px; font-weight:bold; color:#000000; background-color:#ffffff;}
.submit_image  	{font-size: 12px; padding:0 0 4px 0;border-width:0px; height:22px; width:95px; font-weight:bold; color:#fff; background:url(../images/fond_btn_small.jpg) left;}


.textepage     {line-height:15px;color:#000000;}
.textepageb    {line-height:15px;color:#000000; font-weight:bold;}

.textepage div {
    margin:5px 20px 0 25px;
    font-family: Arial;
}

.textepage .Title {
    font-size:24px;
    color:#1a9cd4;
}

#plan {
    width:574px;
    height:324px;
    margin:50px 0 0 50px;
}

#plan p {
    width:220px;
    height:auto;
    padding:110px 0 0 30px;
    float:right;
    color:#10516d!important;
    line-height:20px;
    font-size:16px;
    font-weight:bold;
    font-family:Arial;
}

.error {font-size: 11px; color: red; font-weight:bold;}
.msgred     {font-size: 11px; color: red;}

.table_contact {
			width:588px;
			margin:0 0 0 25px;
			padding:0;
			background-color:#f5f5f2;
}
.td_titre 	{
			width:588px;
			padding:10px;
			color: #186280;
			text-align:left;
			font-weight:bold; 
			font-size:12px;
			font-weight:bold;
}
.td_left 	{
			width:200px; 
			padding:5px;
			text-align:right;
			font-weight:bold; 
			vertical-align:top;
			color: #186280;
}
.td_right 	{
			width:470px; 
			padding:5px;
			color: #186280;
			font-weight:bold; 
}



/* Blocs menus latéraux */
#bloc_menu {
       width:192px;
       padding:0;
       margin:0;
       font-size:12px;
       color:#000000;
       font-weight:normal;
       text-align:left;
       height:auto;
       float:right;
}

#bloc_menu h2 {
       width:auto;
       height:39px;
       font-size:18px;
       color:#000000;
       font-weight:bold;
       text-align:left;
       padding:2px 0 0 0;
       margin:0;
}

#bloc_menu .fleche-menu{
		line-height:30px;
		padding : 2px 0 2px 25px;
		background-image: url(../images/fleche.png);
		background-repeat: no-repeat;
		background-position:left;
		font-size:12px;
		font-weight:bold;
		color: #000000;
		text-decoration:none;
}
#bloc_menu fleche-menu:visited{
       color: #000000;
       text-decoration:none;
}
#bloc_menu fleche-menu:hover{
       color: #ffffff;
       text-decoration:none;
}

#bloc_menu .soustitre {
       padding:0;
       margin:0;
       font-size:12px;
       color:white;
       font-weight:normal;
}

#bloc_menu .titre {
       width:auto;
       line-height:11px;
       padding:0 0 0 8px;
       font-size:12px;
       color:#D5FF00;
       font-weight:bold;
       text-align:left;
}


#bloc_menu .texte {
       width:auto;
       padding:2px 8px 8px 16px;
       font-size:10px;
       color:#ffffff;
       font-weight:normal;
       text-align:left;
}

#bloc_menu .trait {
       width:auto;
       line-height:5px;
       background-image : url(../images/fond_bloc_trait.jpg);
       background-repeat:no-repeat;
       background-position:center;
}




#bloc_fonce {
       width:285px;
       padding:0 12px 10px 12px;
       margin:0;
       font-size:11px;
       color:#053a51;
       background:#ffd700 url(../images/angle_left_menu.jpg) no-repeat bottom left;
       font-weight:normal;
       text-align:left;
       height:auto;
}

#bloc_fonce h2 {
	   height:40px;
       line-height:34px;
       font-size:22px;
       color:#095184;
       font-weight:bold;
       text-align:left;
       padding:0 10px 0 0;
       background:#ffd700 url(../images/barre_menu.png) no-repeat bottom center;
}

#bloc_fonce h3 {
	   height:auto;
       line-height:20px;
       font-size:12px;
       color:#323333;
       font-weight:bold;
       padding:0 0 0 5px;
       float:left;
}

#bloc_fonce .image {

		margin:5px;
		width:275px;
		height:90px;
		padding:0;
		border:solid 2px #d3b305;
}

/* 
Bleu foncé (titre) : #186280
Bleu clair (sous titre) : #5CB4E5
 */

#bloc_fonce .trait {
	   height:7px;
       line-height:7px;
       background-image : url(../images/barre_menu.png);
       background-repeat:no-repeat;
       background-position:center;
	   padding:0;
	   margin:0;
}

#bloc_fonce a{
	   font-size:11px;
       font-weight:normal;
       color: #053a51;
       text-decoration:none;
}
#bloc_fonce a:visited{
       color: #053a51;
       text-decoration:none;
}
#bloc_fonce a:hover{
       color: #787878;
       text-decoration:none;
}

#bloc_fonce .date{
       line-height:11px;
       padding:5px 3px 0 0;
       font-size:14px;
       color:#095184;
       font-weight:bold;
       text-align:left;
       float:left;
}
#bloc_fonce .message{
       width:auto;
       line-height:11px;
       padding: 5px 5px 5px 8px;
       font-size:11px;
       color:#FFFF00;
       font-weight:normal;
       text-align:justify;
}

#bloc_fonce .infos{
       font-size:11px;
       font-weight:bold;
       color: #EFA106;
       text-decoration:none;
       
}
#bloc_fonce .infos:visited{
       color: #EFA106;
       text-decoration:none;
}
#bloc_fonce .infos:hover{
       color: #ffffff;
       text-decoration:none;
}

#bloc_fonce .infos2{
       font-size:11px;
       font-weight:bold;
       color: #5CB4E5;
       text-decoration:none;
}
#bloc_fonce .infos2:visited{
       color: #5CB4E5;
       text-decoration:none;
}
#bloc_fonce .infos2:hover{
       color: #ffffff;
       text-decoration:none;
}

#bloc_fonce .news_text {
        width:280px;
        height:auto;
        margin-left:5px;
        clear:both;
}



#bloc_clair {
       width:285px;
       padding:0 12px 10px 12px;
       margin:0 0 0 0px;
       font-size:11px;
       color:#053a51;
       background:#f5f5f2 url(../images/angle_left_menu_clair.jpg) no-repeat bottom left;
       font-weight:normal;
       text-align:left;
       height:auto;
}

#bloc_clair h2 {
       height:40px;
       line-height:34px;
       font-size:22px;
       color:#696969;
       font-weight:normal;
       text-align:left;
       padding:0 10px 0 0;
       background:#f5f5f2 url(../images/bloc-clair-trait.jpg) no-repeat bottom center;
}

#bloc_clair h3 {
	   height:20px;
       line-height:20px;
       font-size:14px;
       color:#177bc8;
       font-weight:bold;
       padding:0 0 0 5px;
}

#bloc_clair .image {

		margin:5px;
		width:275px;
		height:80px;
		padding:0;
		background-color:#ffffff;
		
		/* border:solid 2px #5CB4E5; */
}

/* 
Bleu foncé (titre) : #186280
Bleu clair (sous titre) : #5CB4E5
 */

#bloc_clair .trait {
	   height:7px;
       line-height:7px;
       background-image : url(../images/bloc-clair-trait.jpg);
       background-repeat:no-repeat;
       background-position:center;
	   padding:0;
	   margin:0;
}

#bloc_clair a{
	   font-size:11px;
       font-weight:normal;
       color: #053a51;
       text-decoration:none;
}
#bloc_clair a:visited{
       color: #053a51;
       text-decoration:none;
}
#bloc_clair a:hover{
       color: #787878;
       text-decoration:none;
}

#bloc_clair .texte{
       width:auto;
       line-height:11px;
       padding: 5px 5px 5px 8px;
       font-size:11px;
       color:#000000;
       font-weight:normal;
       text-align:justify;
}

#bloc_clair .infos{
       font-size:11px;
       font-weight:bold;
       color: #EFA106;
       text-decoration:none;
}
#bloc_clair .infos:visited{
       color: #EFA106;
       text-decoration:none;
}
#bloc_clair .infos:hover{
       color: #186280;
       text-decoration:none;
}

#bloc_clair .infos2{
       font-size:11px;
       font-weight:bold;
       color: #5CB4E5;
       text-decoration:none;
}
#bloc_clair .infos2:visited{
       color: #5CB4E5;
       text-decoration:none;
}
#bloc_clair .infos2:hover{
       color: #186280;
       text-decoration:none;
}






/* Blocs dans le corps de la page */
.page_site .bloc_long {
		width:593px;
		padding-bottom:10px;
		margin:0 0 0 25px;
		font-size:12px;
		color:#000000;
		font-weight:normal;
		text-align:left;
		height:160px;
}

.page_site .bloc_long h2  {
       width:auto;
       line-height:20px;
       font-size:15px;
       color:#186280;
       font-weight:bold;
       text-align:left;
       padding:0;
       margin:0;
}

.page_site .bloc_long h3 {
       width:auto;
       line-height:11px;
       font-size:12px;
       color:#5CB4E5;
       font-weight:normal;
       text-align:left;
       padding:0;
       margin:0;
}

.page_site .bloc_long h4 {
       width:auto;
       line-height:20px;
	   padding:2px 0 2px 0;
       font-size:14px;
       color:#5CB4E5;
       font-weight:bold;
       text-align:left;
       padding:0;
       margin:0;
}

.page_site .bloc_long .paragraphe {

		float:left; 
		width:300px;
		padding:5px 0px 5px 10px;
		color:#000000;
		font-weight:normal;
		text-align:justify;
		height:auto;
		line-height:15px;
}
.page_site .bloc_long .image_gauche {

		float:left; 
		text-align:center;
		vertical-align:center;
		width:279px;
		padding-top:10px;
		margin:0;
}

.page_site .bloc_long  .bouton {
		width:350px;
		padding:20px 10px 0 0;
		float:right;
		text-align:right;
		height:30px;
}
 
.page_site .bloc_long   a{
       font-size:12px;
       font-weight:normal;
       color: #186280;
       text-decoration:none;
}
.page_site.bloc_long  a:visited{
       color: #186280;
       text-decoration:none;
}
.page_site .bloc_long  a:hover{
       color: #000000;
       text-decoration:none;
}






.page_site .bloc_carre {
		width:235px;
		float:left;
		padding:0;
		margin:0 0 10px 0;
		font-size:11px;
		color:#000000;
		font-weight:normal;
		text-align:left;
		height:330px;
		background:#ffffff;
		border-bottom:dashed 1px #dedede;
}

.page_site .bloc_carre h2  {
			width:240px;
			line-height:40px;
			height:40px;
			font-size:14px;
			color:#186280;
			font-weight:bold;
			text-align:left;
			margin:0;
			padding:0;
}

.page_site .bloc_carre .photo {

			text-align:center;
			border-top:solid 2px #5CB4E5;
			border-left:solid 2px #5CB4E5;
			border-right:solid 2px #5CB4E5;
			border-bottom:solid 7px #5CB4E5;
			width:220px;
			height:150px;
}
.page_site .bloc_carre .image {

			width:235px; 
			padding-top:10px;
			height:155px;
			text-align:center;
}
.page_site .bloc_carre p {

			width:220px; 
			padding: 0 5px 0 5px;
			color:#000000;
			font-weight:normal;
			text-align:justify;
			height:85px;
			line-height:12px;			
}
.page_site .bloc_carre .bouton {

			float:right; 
			height:30px;
			padding-right:10px;
			clear:both;
}


/* Footer */

#footer .footer-haut{
		width:949px;
		height:auto;
		text-align:center;
		font-size:12px;
		color: #ffffff;
		background:none;
}
#footer .footer-haut .credit{
		padding-left:30px;
		line-height:20px;		
		height:20px;
		font-weight:bold;
		font-size:10px;
		color: #000;
}
#footer .footer-haut h2{
		padding-top:10px;
		line-height:30px;		
		height:30px;
		font-weight:bold;
		font-size:14px;
		color: #fff;
}
#footer .footer-logo {
		width:100%;
		height:50px;
		background:none;
		text-align:center;
}

#footer  .footer-haut a{
       font-size:11px;
       font-weight:normal;
       color: #fff;
       text-decoration:none;
}
#footer  .footer-haut a:visited{
       color: #fff;
       text-decoration:none;
}
#footer  .footer-haut a:hover{
       color: #186280;
       text-decoration:none;
}


#footer .footer-bas{
		width:949px;
		height:20px;
		color: #ffffff;
		text-align:center;
		margin-top:10px;
}


#footer  .footer-bas a{
       font-size:12px;
       font-weight:bold;
       color: #B3DEF0;
       text-decoration:none;
}
#footer  .footer-bas a:visited{
       color: #B3DEF0;
       text-decoration:none;
}
#footer  .footer-bas a:hover{
       color: #fff;
       text-decoration:none;
}


#footer a{
       font-size:11px;
       font-weight:normal;
       color: #ffffff;
       text-decoration:none;
}
#footer a:visited{
       color: #ffffff;
       text-decoration:none;
}
#footer a:hover{
       color: #186280;
       text-decoration:none;
}




/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #fff;
	padding:0;
	margin:0 0 0 20px;
	width: 690px;
	text-align:left;
	float:felt;
}
#gallery ul { list-style: none; padding:0px;margin:0px;}
#gallery ul li { display: inline; }
/* #gallery ul img {
	border: 5px solid #283315;
	border-width: 5px;
	margin-right:8px;

}
#gallery ul a:hover img {
	border: 5px solid #E0FC58;
	border-width: 5px 5px 5px;
	color: #fff;
}*/
#gallery ul a:hover { color: #000; } 

#gallery ul li .lien{
	/* border: 1px solid #666666; */
	border-width: 0;
	margin-top:10px;
	margin-right:13px;

}
#gallery ul li .lien:hover  {
	/* border: 1px solid #E0FC58; */
	border-width: 0;
	margin-top:10px;
	margin-right:13px;
	opacity:0.4;
	filter:alpha(opacity=40);
}

/* Templates Pages et références 
Bleu foncé (titre) : #186280
Bleu clair (sous titre) : #5CB4E5
*/

#fiche{
	width:auto;
	padding:0;
	margin:0;
}
#fiche h3{
	padding:0;
	margin:0;
	font-size:14px;
	color:#5CB4E5;
	line-height:16px;
	height:16px;
	text-transform: uppercase;
}
#fiche .texte{
	padding:0;
	margin:0;
	color:#000;
	border-bottom: 1px dashed #666666;
}
#fiche p{
	padding:0;
	margin:0;
	color:#186280;
	border-bottom: 1px dashed #666666;
}

/* FCK EDITOR COMPATIBILITE */

#page_right .Title , #page_site .Title {
		color:#5CB4E5;
		font-size:16px;
		font-weight:bold;
		height:20px;
		line-height:20px;
		margin:0;
		padding-top:5px;
		width:auto;
}

#page_right .Code, #page_site .Code {
		color:#186280;
		font-size:14px;
		font-weight:bold;
		line-height:14px;
		margin:0;
		padding:0;
		width:auto;
}
#nav {padding:0; margin:59px 0 0 13px; list-style:none; height:33px; background:none; position:relative; z-index:0; font-family:arial, verdana, sans-serif;}
#nav li.top {display:block; float:left;color:#fff; height:33px; line-height:33px;}
#nav li a.top_link {display:block; float:left; height:33px; line-height:33px; color:#fff; text-decoration:none; font-size:11px; font-weight:normal; padding:0 12px; cursor:pointer; background: none;}
#nav li a.top_link span {float:left; display:block; padding:0 14px 0 14px; height:33px;background:none;}
#nav li a.top_link span.down {float:left; display:block; padding:0 6px 0 18px; height:33px; background:none;}
#nav li a.top_link:hover {color:#fff; background: none;}
#nav li a.top_link:hover span {background:none;}
#nav li a.top_link:hover span.down {background:none;}

#nav li:hover > a.top_link {color:#D2D2D2; background: none;}
#nav li:hover > a.top_link span {background:none;}
#nav li:hover > a.top_link span.down {background:none;}

#table_tarifs {
			width:90%;
			margin:0 0 0 25px;
			padding:0;
			background-color:#f5f5f2;
}
#table_tarifs .td_titre_left 	{
			width:65%;
			padding:10px;
			color: #07374d;
			font-weight:bold; 
			font-size:13px;
			text-align:left;
			border-bottom:solid 1px #CCCCCC;
}
#table_tarifs .td_titre_right 	{
			width:35%;
			padding:10px;
			color: #07374d;
			font-weight:bold; 
			font-size:13px;
			text-align:right;
			border-bottom:solid 1px #CCCCCC;
}
#table_tarifs .td_left 	{
			width:65%;
			padding:10px;
			text-align:left;
			font-weight:bold; 
			vertical-align:top;
			font-size:11px;
			color: #07374d;
			border-bottom:solid 1px #CCCCCC;
}
#table_tarifs .td_right 	{
			width:35%;
			padding:10px;
			color: #018bb9;
			font-weight:bold; 
			text-align:right;
			border-bottom:solid 1px #CCCCCC;
			font-size:11px;
}



