/* 
level2.css
Site CAF 
*/

/* * {margin:0;padding:0;}  */

body {
	/*margin:0;*/
	padding:0;
	background-color: #07339C;
	color: #fff;
	font-family: 'Play', Arial, serif;
	/*font-size: 12px;*/
}
select {
	font-family: Arial, serif;
	font-size: 0.9em;
}
a {
	text-decoration: none;
	color: #fff;
}
hr {
	margin-top: 15px;
}
#site-header {
	margin:0;
	padding:0;
	padding-top:10px;
	color: #FFFFFF;
	/*height: 40px;*/
	font-size: 1.3em;
}
.site-header-left {
	position: relative;
	left: 40px; /* démarre à 40 pixels de la gauche de la boite parente */
	width: 50%; /* largeur de la boite */
	/*background: red;*/
	text-align: left;
	float: left;
}
.site-header-right {
	position: relative;
	right: 40px; /* démarre à 40 pixels de la droite de la boite parente */
	width: 50%; /* largeur de la boite */
	/*background: green;*/
	text-align: right;
	float: right;
}	
#site-footer {
	padding:0;
	padding-bottom: 20px;
	/*border: 2px solid cyan;*/
	color: #FFFFFF;
	height: 20px;
	position:relative;
	bottom:0;
}
.site-footer-left {
	position: relative;
	left: 40px; /* démarre à 40 pixels de la gauche de la boite parente */
	width: 50%; /* largeur de la boite */
	/*background: red;*/
	text-align: left;
	float: left;
}
.site-footer-right {
	position: relative;
	right: 40px; /* démarre à 40 pixels de la droite de la boite parente */
	width: 50%; /* largeur de la boite */
	/*background: green;*/
	text-align: right;
	float: right;
	/*font-size: 1.3em;*/
}
	
/*  Font Awesome  */

@font-face {
    font-family: 'FontAwesome';
	/* Ici renvoyer vers site Digitality : */
	/*src: url('http://www.digitality.be/css/font/fontawesome-webfont.eot');*/
	src: url('../../../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../../../fonts/fontawesome-webfont.woff') format('woff'), url('../../../fonts/fontawesome-webfont.ttf') format('truetype'), url('../../../fonts/fontawesome-webfont.svg') format('svg');
    /*src: url('../../font/fontawesome-webfont.eot') format('embedded-opentype'), url('../../font/fontawesome-webfont.woff') format('woff'), url('../../font/fontawesome-webfont.ttf') format('truetype'), url('../../font/fontawesome-webfont.svgz') format('svg'), url('../../font/fontawesome-webfont.svg') format('svg');*/
    font-weight: normal;
    font-style: normal;
}
/* sprites.less reset */
[class^="icon-"], [class*=" icon-"] {
    display: block;
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
}
li[class^="icon-"], li[class*=" icon-"] {
    display: block;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
    text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
    vertical-align: top;
    font-size: 1.3333333333333333em;
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
    /* keeps button heights with and without icons the same */
    line-height: .9em;
}
li [class^="icon-"], li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}
li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
    /* 1.5 increased font size for icon-large * 1.25 width */
    width: 1.875em;
}
li[class^="icon-"], li[class*=" icon-"] {
    margin-left: 0;
    list-style-type: none;
}
li[class^="icon-"]:before, li[class*=" icon-"]:before {
    text-indent: -2em;
    text-align: center;
}
li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
    text-indent: -1.3333333333333333em;
}

/* Définition des icones (Font Awesome) */

/*.icon-home:before                       { content: "\f015"; }*/
.icon-home:before                       { content: "\f19c"; }
.icon-formation:before             { content: "\f086"; }
.icon-workshop:before               { content: "\f1fc"; } /* ou pencil \f040 */
.icon-help:before                       { content: "\f1cd"; }
.icon-group:before                     { content: "\f0c0"; }
.icon-publication:before         { content: "\f15c"; }
.icon-resources:before             { content: "\f0ad"; } /* ou baguette magique \f0d0 ou cercle plus \f055 ou folder open \f07c ou ampoule \f0eb */
.icon-news:before                       { content: "\f1ea"; }
.icon-library:before                 { content: "\f02d"; }
.icon-access:before                   { content: "\f1b9"; } /* ou road \f018 ou map-marker \f041 ou boussole \f14e */
.icon-contact:before                 { content: "\f095"; } /* ou dans un carré \f098 ou envelope \f0e0 */

.icon-search:before                    { content: "\f002"; }
.icon-lock:before                        { content: "\f023"; }
.icon-enveloppe:before              { content: "\f0e0"; }
.icon-circle:before                    { content: "\f111"; position:absolute; }
.icon-circle                                  { position: relative; }

.icon-search, .icon-home { 
	font-size:0.8em;
	color:#f4aa00;
	/*position:relative;*/
	font-weight:normal;
}
.Titre01 {
	font-size:1em;
	color:#f4aa00;
	font-weight:bold;
}