/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;

}

hr {
  border: 1 #ffffff solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
  }

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
  font-family : "fontmyriad";
  display:inline;          
  padding-right:10px;
  color:#f99b23;
  line-height:42px;

}

h2 {
  font-size: 20px;
  font-family : "fontmyriad";
  display:inline;          
  padding-right:10px;
  color:#ffc984;
  line-height:22px;
}

h3 {
  font-size: 18px;
  font-family : "fontmyriad";
  line-height:22px;
}

h4 {
font-size:1.2em;color:#F99B23;font-weight:bold;display : inline;
  line-height:22px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 0px;
}




#title_cell {
	text-transform : capitalize;
	font-weight:bold;
	font-size:14px;
	font-color:red;
}

@font-face { 
    font-family: "fontmyriad"; 
    src: url('font/myriadab.ttf'); 
} 

.link {  color: #B40024; text-decoration: none}
.champ {
	font-family: verdana;
	font-size: 10pt;
}
.prix {
	FONT-SIZE: 18px; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
	color: #64CDEA;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 4px;
} 
.orange {
	color: #FF8F0B;
	font-weight: bold;
} 

.menujm {margin-left:30px;font-size:14px;color:#FF8F0B;}
.menujm a:link {  color: #FF8F0B; text-decoration: none}
.menujm a:visited {  color: FF8F0B; text-decoration: none}
.vignette {padding:10px;}

/** ----------------------------------- Mise en Forme du texte -------------------------------------**/
.normal {
	font-family:"Gill Sans MT",Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#083B69;
	font-weight:normal;
	list-style: disk;
	letter-spacing: 0px;
}
.titre {
	font-family:Arial; 
	font-size:14px; 
	color:#F99B23;
	font-weight:bold;
	border-bottom: 1px solid navy; 
	border-bottom-color:#7C7C7C;
	padding-top: 0px;
	padding-bottom: 8px;
}

.titre2 {
	font-family:Arial;
	font-size:12px; 
	color:#F7C07A;
	letter-spacing: 1px;
	font-weight:bold;
}

.titreactu {
	font-family:Tahoma,Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#083B69;
	font-weight:bold;
	border-bottom: 1px solid black; 
	padding-bottom: 8px;
}

.em2{
	font-family:Arial;
	font-size: 13px;
	color: #727272;
	font-weight: bold;
	text-align: center;
}

.em{
	color:#727272;
	font-weight: bold;
}

.citation {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: navy;
	text-align: right;
}
.listorange {
	list-style-image : url(../images/puce-orange.gif);
	background-color:#fff;
}
.listbleu {
	list-style-image: url(../images/puce-bleu.gif);
	background-color:#fff;
}
.listpuce {
	list-style-image : url(../images/puce.gif);
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	background-color:#fff;
	width:100%;
}
.listpuce li {
	background-color:#fff;
	width:100%;
}
.list {
	list-style-type: disk;
	font-family: Tahoma,Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#083B69;
	font-weight:normal;
}
.tarif{font-family:Arial;font-size:1.2em;color:#F99B23;font-weight:bold;text-align:right}

.photo{float:left; padding-right:5px;}
