/* WEBFONTS */
@font-face {font-family: "OpenDyslexic-Bold"; src: url('../../../fonts/OpenDyslexic-Bold.otf');}
@font-face {font-family: "OpenDyslexic-BoldItalic"; src: url('../../../fonts/OpenDyslexic-BoldItalic.otf');}
@font-face {font-family: "OpenDyslexic-Italic"; src: url('../../../fonts/OpenDyslexic-Italic.otf');}
@font-face {font-family: "OpenDyslexic"; src: url('../../../fonts/OpenDyslexic-Regular.otf');}



body {
  font-family: OpenDyslexic,verdana;
  font-size: 18px;
  line-height: 24px;  
  max-width: 1200px; 
  margin:0 auto 0 auto; 
  background-color: fff4e8;}

/*p {
  font-size: 18px;
  line-height: 125%;  
}
*/
head {
	position: fixed;
}

.row-fluid .span12 {
	width: 99.99999999%;
	*width: 99.946808500638%;
}
.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.414893609638%;
}
.row-fluid .span6 {
	width: 48.9%;
	*width: 48.882978718638%;
}
.row-fluid .span3 {
	width: 23.4%;
	*width: 23.351063827638%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: OpenDyslexic,verdana;
}

h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

li {
	line-height: 24px;
    padding-bottom: 4px;
}

/*.nav-child:hover {
	  background-color: #333;
}
*/
fieldset {
	padding: 20px;
	margin: 10px;
	border: 2px solid;
    border-radius: 5px;
	border-color: #784605;
  /*  box-shadow: 4px 4px 2px rgba(0,0,0,0.7);   */
}
legend {
	display: block;
	width: 50%;
	padding: 10px;
	margin-bottom: 0px;
	font-size: 18px;
    font-weight: bold;
	line-height: 20px;
	color: #333;
	border: 0;
/*	border-bottom: 1px solid #e5e5e5;*/
}

em {
    opacity: 0.65;
}

strong {
  font-size:19px;
}

.muted {
  font-size: 14px;
}

@media print {
  a[href]:after {
    content: none !important;
  }
  @page {
		margin: 2cm;
	}
}

div.monflux{
  font-size: 14px;
}
/*div.mesliens{
  font-size: 12px;
}*/

.vecteur
{
  position: relative;
  display:inline-block;
}
.vecteur:after
{
  position: absolute;
  display:block;
  content:'→';
  top:-0.7em;
  left:-0.1em;
}

#clearboth {clear: both;}

div.monflex
{
  display:flex;
}

div.right
{
  float:right;
  margin-left:20px;
}