@charset "UTF-8";
/* CSS Document */

/* GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Rokkitt:400,700); /* ROKKIT */
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700); /* PT Sans Narrow */

body {
	background:url(../images/background.png) center repeat-y;
	margin:0;
}
#header {
	background:url(../images/header.jpg) no-repeat;
	display:block;
	height:167px;
	margin:0 auto;
	width:960px;
}

/* LOGO RASKIN */

#header #raskinodf {
	background:url(../images/header-raskinodf-bg.jpg) no-repeat;
	height:101px;
	margin:46px 0 0 37px;
	padding:10px;
	position:absolute;
	width:200px;
	/* CSS3 */
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#raskinodf .title {
	color:#FFF;
	font-family:'Rokkitt', Georgia, "Times New Roman", Times, serif;
	font-size:38px;
	font-weight:700;
	padding:0;
	margin:0;
	text-align:center;
}
#raskinodf .desc {
	color:#EEE;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0;
	padding:0;
	text-align:center;
}

/* MENU */

#header #menu {
	height:33px;
	margin:134px 0 0 294px;
	position:absolute;	
	width:653px;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu ul li{
	margin:0;
	display:inline;
}
#menu ul li a {
	text-decoration:none;
	padding:0 12px;
	display:block;
	float:left;
	line-height:33px;
	/* FONT */
	color:#FFF;
	font-family: 'PT Sans Narrow', Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
} 
#menu ul li a:hover {
	color:#374e6d;
	background-color:#e2f4fc;
}
#menu ul li a.current{
	color:#374e6d;
	background-color:#e2f4fc;
}

/* CONTENT */

#conteneur {
	margin:0 auto;
	width:960px;	
}

/* MENU LEFT */
.menuleft {
	background:url(../images/menuleft-background.png) no-repeat top left #FFF;
	height:356px;
	padding:16px 0 0 70px;
	vertical-align:top;
	width:224px;
}
.menuleft ul {
	margin:0;
	padding:0;
	list-style:none;
}
.menuleft ul li {
	margin:0;
}
.menuleft ul li a, .menuleft ul li a.selected {
	border-bottom:1px dashed #CCC;
	text-decoration:none;
	padding:0 0 0 5px;
	display:block;
	float:left;
	line-height:27px;
	width:182px;
	/* FONT */
	color:#374e6d;
	font-family: 'PT Sans Narrow', Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:400;
}
.menuleft ul li a.indent1, .menuleft ul li a.indent1selected {
	background:url(../images/menuleft-indent1.gif) 5px 8px no-repeat;
	border-bottom:1px dashed #CCC;
	text-decoration:none;
	padding:0 0 0 20px;
	display:block;
	float:left;
	line-height:27px;
	width:167px;
	/* FONT */
	color:#374e6d;
	font-family: 'PT Sans Narrow', Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:400;
}
.menuleft ul li a.indent2, .menuleft ul li a.indent2selected {
	background:url(../images/menuleft-indent1.gif) 15px 8px no-repeat;
	border-bottom:1px dashed #CCC;
	text-decoration:none;
	padding:0 0 0 30px;
	display:block;
	float:left;
	line-height:27px;
	width:157px;
	/* FONT */
	color:#5c83b7;
	font-family: 'PT Sans Narrow', Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:400;
}
.menuleft ul li a:hover {
	color:#374e6d;
	background-color:#e2f4fc;
}
.menuleft ul li a.current{
	color:#374e6d;
	background-color:#e2f4fc;
}
/* SELECTED */
.menuleft ul li a.selected, .menuleft ul li a.indent1selected, .menuleft ul li a.indent2selected {
	background-color:#e2f4fc;	
}

.menuleft ul li.selected {
	color:#374e6d;
	background-color:#e2f4fc;	
}

/* CONTENT */
.content {
	background:url(../images/content-background.png) no-repeat top #FFF;
	padding:5px 5px 5px 5px;
	width:595px;
	vertical-align:top;
}

.content p{
	text-align:justify ;
}
.alert{
	color:#bc1f1f;
	border: 1px solid #bc1f1f;
	text-decoration: none;
	text-align:justify ;
	font-weight: bold;
}
/* FOOTER */

#footer {
	background:url(../images/footer-background.png) no-repeat;
	color:#fff;
	display:block;
	height:74px;
	margin:0 auto;
	width:960px;	
}

