/*
__________________________________
|index.css               |
|--------------------------------|
|                                |
| Par Thomas Joron				 |
| Fichier créé le 05/01/2012	 |
|________________________________|
*/
 
 


body 
{

	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size : 13px;
	/*background-color: rgb(215,215,215);*/
	
	/*background: url('images/fond.jpg');
	background-color: black;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;*/
	
	



}
@font-face { /* Définition d'une nouvelle police nommée LearningCurveProRegular */
    font-family: 'Lhandw';
   
    src: url('fonts/Lhandw.ttf') ;
}


/*span index*/

/*
__________________________________
|banniere.css               	 |
|--------------------------------|
|                                |
| Par Thomas Joron				 |
| Fichier crÃ©Ã© le 09/03/2013	 |
|________________________________|
*/
 


@font-face { /* DÃ©finition d'une nouvelle police nommÃ©e LearningCurveProRegular */
    font-family: 'font_ailec';
	src:  url('../fonts/font_ailec_4.eot');
	src:  url('../fonts/font_ailec_4.ttf') format('TrueType');
	src:  url('../fonts/font_ailec_4.woff') format('woff');
}

@font-face { /* Définition d'une nouvelle police nommée LearningCurveProRegular */
    font-family: 'ARCENA';
   
    src: url('../fonts/ARCENA.ttf') ;
}

.main_uni{
background-color: #F8F8F8;
}
/*banniere*/
.banniere_top{
/*
background-color: #1277D3;
*/
/*
background-color: #222;
*/
/*
background: transparent linear-gradient(to bottom, #1B97F3, #1277D3) repeat scroll 0% 0%;
*/
background: transparent linear-gradient(to bottom, #1277D3, #0E579A) repeat scroll 0% 0%;
color:white;
width: 100%;
height: 30px;
display: block;
position: fixed;
z-index: 900;
top:0;
}
	#banniere_logo{
	margin-top:0px;
	float:left;
	width: 20%;
	text-align: left;
	}
	#banniere_titre{
	margin-top:7px;
	float:left;
	margin-left: 10px;
	}
	#banniere_autre{
	margin-top:7px;
	float:right;
	width:100px;
	}
.all_center{
height: 100%;
margin:0;
margin-top: 30px;
}
.bottom{
}

.contenu{
/*position: fixed;*/
width: 100%;
height: 100%;
/*margin-left: 20%;*/
float: left;
/*padding-left: 2px;*/
display: block;
margin-top: 30px;
}
/*fct applicative*/
.main_banniere
{
	background-color:white;
}

.trait_banniere
{
	background-color:rgb(31,72,152);
	height:5px;
}
.img_banniere
{
	position: relative;
	
	width: 25%;
	float: left; 	
}

.texte_temp
{
 position: relative;
 color:black;
 font-size:40px;
 z-index:3;
 padding-top:250px;
}

.main_banniere2
{
align:center;
color:black;
background-color:white;
font-size:28px;
}

/*titre*/
.titre_banniere
{

	position: relative;
	padding: 10px;
	margin-top: 10px;
	float: left;
	margin-left: 130px;
	margin-bottom: 0px; 
	color:black;	
	
}

#banniere_txt{
	background-image: url('../images/fond_banniere.png');
	
	background-repeat: repeat;
	height: 201px;
}

#banniere_manche_aire{
	width:100%;
	height: 100%;
	background-image: url('../images/manche_air.png');
	background-position: right center;
	background-repeat: no-repeat;
	
		margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}


#img_titre
{
	
	
	
	height: 210px;
	width:  100%
	
	
	
	
}


	#txt_titre
	{
		font-family: 'ARCENA';
		font-size:50px; 
		color:rgb(31,72,152);
	}
	#txt_sous_titre
	{
		font-family: 'ARCENA';
		font-size:40px; 
		/*color:rgb(148,193,31);*/
		color:black;
		padding-left:70px;
		
		
	}
	



.iframe-btn{
   border-radius: 0px 4px 4px 0px;
   text-decoration: none;
}

.iframe-btn:hover {
    color: rgb(51, 51, 51);
    text-decoration: none;
    background-color: rgb(230, 230, 230);
    background-position: 0px -15px;
    transition: background-position 0.1s linear 0s;
}
.iframe-btn {
    display: block;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: rgb(51, 51, 51);
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    background-color: rgb(245, 245, 245);
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(230, 230, 230));
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(187, 187, 187) rgb(187, 187, 187) rgb(162, 162, 162);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
	width:100%;
}


