*, body {
	margin:0;
	padding:0;
	font-family:"Ropa Sans";
	font-size: 17px;
	}

.main_photo {
	background: url(../images/bg/fond.png);
	width:100%;
	height:100%;
	position:relative;
	background-size:cover;
	margin-top:80px;
	display:table;

}
.main {
	/*background: url(../images/bg/fond.png);
	width:100%;
	height:100%;
	position:relative;
	background-size:cover;
	margin-top:80px;
	display:table;*/

}

/*  -- BEGIN NAVIGATION */
#navigation1 {
	width:160px;
	position:fixed;
	/*left:-100px;*/
	top:200px;
	display:block;
}


#navigation1 ul {
	list-style-type:none;
	background:transparent url(../images/bg/trame.png) ;

}

#navigation1 li {
	text-align:right;
	height:60px;
	padding-top:20px;
	padding-right:50px;
	text-transform:uppercase;
	}


#navigation1 li.c1 {
	background:transparent url(../images/pictos/cours.png) no-repeat 118px;
	}
#navigation1 li.c1:hover {
	background:#cf0069 url(../images/pictos/cours-selection.png) no-repeat 118px;
	color:#fff;
	}
#navigation1 li.c1active {
	background:#cf0069 url(../images/pictos/cours-selection.png) no-repeat 118px;
	color:#fff;
	}


#navigation1 li.c4 {
	background:transparent url(../images/pictos/login.png) no-repeat 122px;
	}
#navigation1 li.c4:hover {
	background:#cf0069 url(../images/pictos/login-selection.png) no-repeat 122px;
	color:#fff;
	}
#navigation1 li.c4active {
	background:#cf0069 url(../images/pictos/login-selection.png) no-repeat 122px;
	color:#fff;
	}

	#navigation1 li:nth-child(2) {
	background:transparent url(../images/pictos/livre.png) no-repeat  118px;
	}

#navigation1 li:nth-child(2):hover {
	background:transparent url(../images/pictos/livre-selection.png) no-repeat  118px;
	}

#navigation1 li:nth-child(3) {
	background:transparent url(../images/pictos/materiel.png) no-repeat  118px;
	}

#navigation1 li:nth-child(3):hover {
	background:transparent url(../images/pictos/materiel-selection.png) no-repeat  118px;
	}




ul ul {
	display:none;
}

/*  -- END  NAVIGATION */


/*  -- BEGIN HEADER */

header {
	height:100px;
	position:fixed;
	top:0;
	background: url(../images/bg/trame.png) repeat;
	width:100%;

}

.logo{
	background: url(../images/svtm_logo.png) no-repeat;
	height:90px;
	padding:0;
	margin:0;
	margin-top:10px;
	}


/*  -- END  HEADER */

/*  -- BEGIN FOOTER */
footer {
	width:100%;
	background-color:white;
	height:90px;
	position:absolute;
	bottom:0;

}

#footer_inner {
	width:1020px;
	margin-left:auto;
	margin-right:auto;

	background-color:white;
	height:90px;
	}


/*  -- END FOOTER */


.fixe {
	position:fixed;

}

.html_photo {
  background: url(../images/bg/fond.png) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

.html {
}

#form1 {


	padding-top:67px;

}


.minimenu {

	text-align:right;
	float:right;
	padding-top:70px;

}

.minimenu a {

	margin:10px;
	color:#666;
	text-decoration:none;
}

/* ----------   Page des cours -------------- */

.cours .image {
	width:120px;
	height:120px;
	background-color:blue;
	position:relative;
}

.cours .limit {
	width:100%;
}
.cours h2 {
	color:#cf0069;
	margin : 0;
	padding : 0;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:8px;

}

.cours p {
line-height:1.2em;
}

.cours p.plus {
	margin-top:20px;
	border-bottom:1px solid black;

	cursor:pointer;
}
.cours p.moins {
	margin-top:20px;
	border-bottom:1px solid black;

	cursor:pointer;
}
.coursmin {
	margin-top:40px;

}
.coursmax {
	margin-top:10px;

}
.coursmax {
	display:none;

}

.details div {
	margin-bottom:12px;

}

.liengras {
	font-weight:bolder;
	cursor:pointer;

}

.menu {
	cursor:pointer;

}

.message {
	color:red;

}

.couverture {
	opacity:0.8;
}

h1 {
	text-transform:uppercase;
}

a:hover {
	color:#cc3275;
}

.plus span.liengras {
		font-size:0.8em;
}

.moins span.liengras {
		font-size:0.8em;
}
