/* Generated ˆ la main ;-) */

@font-face {
	font-family: "Lato";
	src: url('fonts/Lato/Lato-Light.ttf');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "Lato";
	src: url('fonts/Lato/Lato-LightItalic.ttf');
	font-weight: normal;
    font-style: italic;
}

@font-face {
	font-family: "Lato";
	src: url('fonts/Lato/Lato-Bold.ttf');
	font-weight: bold;
    font-style: normal;
}
    
@font-face {
	font-family: "Lato";
	src: url('fonts/Lato/Lato-BoldItalic.ttf');
	font-weight: bold;
    font-style: italic;
}

/*@font-face {
	font-family: "Crimson";
	src: url('fonts/crimson/CrimsonText-Regular.ttf');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "Crimson";
	src: url('fonts/crimson/CrimsonText-Bold.ttf');
	font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: "Crimson";
	src: url('fonts/crimson/CrimsonText-Italic.ttf');
	font-weight: normal;
    font-style: italic;
}

@font-face {
	font-family: "Crimson";
	src: url('fonts/crimson/CrimsonText-BoldItalic.ttf');
	font-weight: bold;
    font-style: italic;
}*/

@font-face {
	font-family: "Raleway";
	src: url('fonts/Raleway/Raleway-Light.ttf');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url('fonts/Raleway/Raleway-SemiBold.ttf');
	font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url('fonts/Raleway/Raleway-LightItalic.ttf');
	font-weight: normal;
    font-style: italic;
}

@font-face {
	font-family: "Raleway";
	src: url('fonts/Raleway/Raleway-SemiBoldItalic.ttf');
	font-weight: bold;
    font-style: italic;
}

/*@font-face {
	font-family: "Cormorant";
	src: url('fonts/cormorant/Cormorant-Regular.otf');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "Cormorant";
	src: url('fonts/cormorant/Cormorant-Bold.otf');
	font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: "Cormorant";
	src: url('fonts/cormorant/Cormorant-Italic.otf');
	font-weight: normal;
    font-style: italic;
}

@font-face {
	font-family: "Cormorant";
	src: url('fonts/cormorant/Cormorant-BoldItalic.otf');
	font-weight: bold;
    font-style: italic;
}

@font-face {
	font-family: "Garamond";
	src: url('fonts/eb-garamond/EBGaramond08-Regular.ttf');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "Garamond";
	src: url('fonts/eb-garamond/EBGaramond12-Regular.ttf');
	font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: "Garamond";
	src: url('fonts/eb-garamond/EBGaramond08-Italic.ttf');
	font-weight: normal;
    font-style: italic;
}

@font-face {
	font-family: "Garamond";
	src: url('fonts/eb-garamond/EBGaramond12-Italic.ttf');
	font-weight: bold;
    font-style: italic;
}*/

body {
    margin: 0px;
    padding: 0px;
    background-color: #333;
    background-image: url(images/background.jpg);
    background-position: center;
    background-repeat: repeat-y;
    /*background-attachment: fixed;*/
    text-align: center;
    font-family: "Lato",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
    font-size: 11pt;
    /*font-size: 10pt;*/
    color: #ffffff;
}
#page {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 990px;
   	/*min-height: 700px;*/
    background-color: #000;
}
#header {
	background-image: url(images/HEADERS/header.jpg);
	width: 990px;
	height: 156px;
	background-position: center;
	background-repeat: no-repeat;
}
#content {
	/*background-color: #3D2;*/
	min-height: 350px;
    margin-left: 190px;
    padding-bottom: 30px;
    width: 760px;
    text-align: justify;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 9pt;
	color: #666;
}

.title {
	text-align: left;
	font-family: "Raleway", serif;
    font-size: 30pt;
    padding-top: 43px;
    padding-left: 115px;
}

.left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.colomn {
	margin-left: 320px;
		
}
.sidebar {
	float: left;
	padding: 0;
	margin-bottom: 10px;
	width: 300px;
}
.clearboth {
	clear: both;
}

/*------------------------------------------------------MENU-------*/
#menu {
	position: absolute;
	top: 210px;
	left: 0px;
    width: 170px;
    text-align: left;
    font-size: 13pt;
}
#menu ul {
    list-style-type: none;
    margin: 0;
	padding-left: 40px;
	padding-top: 0px;
	text-align: left;
}
#menu li {
    margin-bottom: 10px;
}
#menu a {
	/*color: #FFF;*/
}
#menu a:hover {
	/*color: #888;*/
	color: #FFF;
}
#submenu {
	position: absolute;
	top: 36px;
	left: 320px;
	/*padding-left: 320px;
	margin-right: 40px;
	padding-top: 37px;*/
	text-align: left;
	font-size: 12pt;
	color: #888;
}
#submenu ul {
	list-style-type: none;
}
#submenu li {
	display: inline;
	margin-left: 20px;
}
#submenu a {
	/*color: #FFF;*/
}
#submenu a:hover {
	/*color: #888;*/
	color: #FFF;
}
#menu input {
	background: #333;
	border: 0px;
	color: #000000;
	font-size: 8pt;
}

/*------------------------------------------------------STYLES-----*/

#youtube object {
	margin-bottom: 20px;
}

img {
	/*padding: 0;
	margin: 0;*/
}
ul {
	padding-left : 20px;
	line-height: 15pt;
	text-align: justify;
}
li {
	margin-bottom: 8px;
}
h1 {
	/*font-family: "Playfair", serif;*/
    font-size: 13pt;
    line-height: 20pt;
    margin-top: 0;
    color: #888;
}
h2 {
    font-size: 12pt;
    line-height: 14pt;
    margin-top: 0;
}
h3 {
    font-size: 12pt;
    margin-top: 0;
    text-align: center;
    /*color: #4387CC;*/
}
h4 {
	font-size: 12pt;
	color: #888;
	margin-top: 35px;
	margin-bottom: 15px;
}
h5 {
	text-align: center;
	color: #888;
	font-size: 11pt;
}
p {
    line-height: 17pt;
    margin: 0px 0px 10px 0px;
}
hr {
	width: 760px;
    margin-top: 20px;
    margin-bottom: 20px;
	height: 1px;
	background-color: #333333;
	border: 0px solid;
}
a {
    text-decoration: none;
    color: #888;
    outline: none;
}
a:hover {
    /*text-decoration: underline;*/
    color: #FFF;
}
a img {
	border: none;
}
td {
    padding-bottom: 15px;
}




/*---------------admin-----*/
.encadre {
	border: 1px solid #333333;
}

