/*
__________________________________
|base_page.css                   |
|--------------------------------|
|                                |
| Par Thomas Joron				 |
| Fichier créé le 05/01/2012	 |
|________________________________|
*/
 
 
html{
height: 100%;
background-color:#FFF;
}

body.connexion 
{
	/*background: url('../images/body-bg.png') repeat ; 
	background-position:40% 40%;*/
	background-color: rgb(255,255,255);

	font-family : Verdana, Arial, Helvetica, sans-serif;
	/*color: white;*/
	font-size : 13px;
	/*background-color: rgb(215,215,215);*/
	
	margin:0;
	
	
	/*background: url('images/fond.jpg');
	background-color: black;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;*/
	
	background-image: radial-gradient(ellipse at center -60px, #0E579A 0%,#1c202a 100%);
	height: 100%;
	
	/*
background-image: radial-gradient(ellipse at center -60px, #9da1ac 0%,#1c202a 100%);
#1277D3, #0E579A
*/
}

body
{
	/*background: url('../images/body-bg.png') repeat ; 
	background-position:40% 40%;*/
	background-color: rgb(255,255,255);

	font-family : Verdana, Arial, Helvetica, sans-serif;
	/*color: white;*/
	font-size : 13px;
	/*background-color: rgb(215,215,215);*/
	
	margin:0;
	height: 100%;
	
	
	/*background: url('images/fond.jpg');
	background-color: black;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;*/
	
	
	/*
background-image: radial-gradient(ellipse at center -60px, #9da1ac 0%,#1c202a 100%);
#1277D3, #0E579A
*/
}

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

/*main*/

.main_header{
margin: 0px;
padding: 0px;
width:100%;
}
.main{
margin: 0px;
padding: 0px;
width:100%;
/*position: absolute;
height: 100%;*/
}
.main_footer{
margin: 0px;
padding: 0px;
width:100%;
}
._cont{
margin: 0px auto;
width: 1100px;
}
/* module cst */


/*titre*/

.titre
{
	background-color: rgb(31,63,214);
	color: white;
	font-size: 20px;
	text-decoration:underline;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	

	border: 2px solid rgb(150,150,150);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

}


/*Fenetre principale */
.page
{
	background-color: white;
	color: black;
	/*font-size: 12px;*/
	text-decoration:none;
	
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	
	
	

	border: 2px solid rgb(150,150,150);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;


}

.titre_page
{
	color: black;
	font-size: 20px;
}

/* wbc WEB */
.wbc_top{
}
.wbc_body{
margin-top:30px;
height: calc(100% - 30px);
}
.wbc_body_web{
margin-top:0px;
height: calc(100%);
}


