

body{
	background-color : rgb(230,230,230);
	margin : 0px;
	font-family : MyriadReg;
	font-size : 14px;
	background : url("../common/main_background_little.jpg") no-repeat fixed center ;
	-webkit-background-size:cover;
	-moz-background-size: cover;
	-o-background-size:cover;
    background-size:cover;
    background-color: black;
}	
header{
	
}

article{
	margin : 0px;
	padding : 0px;
}


/** STYLES GENERIQUES **/

.right{
	text-align : right;
	display : block;
}
.link{
	color : rgb(230,120,0);
	font-family : inherit;
	font-size : inherit;
	outline-style:none;
	text-decoration : underline;
	cursor : pointer;
	display : inline-block;
	width : auto; 
}
.text{
	padding : 20px;
}
/* POLICES */

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

.vMiddle{
	line-height : normal;
	vertical-align : middle;
	display : inline-block;
}



/** POLICES **/

/* polices */
@font-face { 	
font-family: "MyriadReg"; 	
src: url('./fonts/comfortaa/Comfortaa-Regular.ttf');
}


@media only screen and (max-width : 1200px){
	html{
		height:100%;
		min-height:100%;
	   }
    body{
        display: inline-block;
		height:100%;
		min-height:100%;
        background-size: 100px 100px;
		background : url("../common/main_background_little.jpg") no-repeat fixed center ;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: rgb(50,50,50);
    }   
}