ï»¿

/* En-tête */
#menuprincipal {
	padding: 0px 0px 0px 0px;
	background: #028EFF;
	color:#000000;
}
#menuprincipal .logo{
display:inline-block;
vertical-align:top;
height:36px;
margin-right: -0.4em;
}
#menuprincipal ul {
list-style-type:none;
display:inline-block;
margin:0;
padding:0;
height:35px;
}
#menuprincipal li {
font-family: serif;
display:inline-block;
border-left:1px solid #4BB7FF;
height:100%;
margin-left: 0;
margin-right: -0.4em;
line-height:35px;
cursor:pointer;
}
#menuprincipal ul.site-nav li.last{
border-right:1px solid #4BB7FF;
}
#menuprincipal li  a{
color:#fff;
font-family: serif;
font-size:12px;
padding:0 15px;
display:inline-block;
text-decoration:none;
}
#menuprincipal ul.site-nav li a:hover{
text-decoration:none;
}
#menuprincipal ul.site-nav li:hover{
background-color:#0c6185;
}
/* Styles pour la rubrique en cours */
#menuprincipal #en-cours a {
    background-color: #181A12;
    color: #fff;
	border:1px solid #181A12;
}

/* Menu de navigation */
#sousmenu {
	background: #181A12;
	padding: 5px 15px;
}
#sousmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sousmenu li {
margin-right: 2em;
margin-top: 0;
	display: inline; /* -> 3 */
}
#sousmenu a {
	color: #FF6533;
	padding: 6px;

	line-height: 1.4;
	font-size: .9em;
	text-decoration: none;
}
/*
#sousmenu a:hover, #sousmenu a:focus {
	color: #FFFFFF;
}
*/


/*SPAN*/
.span1{
font-size: 0.9em; 
color: #842222;
}

.tuile {
box-shadow: 1px 1px 12px #555;
font-size: 1em; 
font-family: Lucida Grande, Verdana, Arial, Sans-Serif,Century Gothic ; 
font-weight:bold; 
color: #000000;
background: #C2BEB4;
display:block;
float:left;
text-align:center;
font-size: 1em; 
margin:10px;
padding:10px;
margin-bottom:20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.tuile:hover {
background: #E8E7E3;
}
.tuile a{
color: #181A12; 
}
/*
.tuile a:hover,a:focus  { 
color: red;
font-weight:bold;
}
*/
#tuilelv {
box-shadow: 2px 2px 1px #948686;
font-size: 1em; 
font-family: Lucida Grande, Verdana, Arial, Sans-Serif,Century Gothic ; 
font-weight:bold; 
color: #000000;
background: #FFFFF;
display:block;
float:left;
font-size: 1em; 
margin:10px;
padding:0px;
margin-bottom:20px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border : 1px solid;
width : 200px;
height:100px;
}

.tuilelvimg {
position: relative;
float: left;
margin-right: 5px;
}

.tuilog {
/*position: relative;*/
float: right;
z-index:100;
margin-right: 0px;
}

#tuilelv:hover {
background: #D6D6D6;
}

.nounderline {
text-decoration: none;
}

/*Boutons servant a afficher les stage sur fiches eleves :*/
.bouton16 {
	border:0px solid black;
	padding:4px 4px 4px 4px;
	border-radius:8px;
	background:#30842B;
	color: #FFFFFF;
	font:bold 12px Arial;
	margin-left:8px;
	text-decoration: none;
}
.bouton16:hover {
	color: #000000;
}

.bouton16:focus{
	border:1px solid black;
	background:#181A12;
	color: #FFFFFF;
	text-decoration: none;
}


.bouton17 {
	border:0px solid black;
	padding:4px 4px 4px 4px;
	border-radius:8px;
	background:#d34836;
	color: #FFFFFF;
	font:bold 12px Arial;
	margin-left:8px;
	text-decoration: none;
}

/*
.bouton17:hover {
	color: #000000;
}
*/

.bouton17:focus{
	border:1px solid black;
	background:#181A12;
	color: #FFFFFF;
	text-decoration: none;
}




.shadow1{
  text-shadow: skyblue 0px 2px, skyblue 2px 0px, skyblue -2px 0px;
}

.shadow2{
  text-shadow: 0 0 7px rgba(0,0,0, 0.5);
}

.shadow3{
	text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	font-size: 1.5em;
	display:block;
	color: black; 
}
.shadow4{ 
  color: black; 
  font-size: 1.1em;
  text-shadow: skyblue 0px 2px, skyblue 2px 0px, skyblue -2px 0px, 
    skyblue 0px -2px, skyblue -1.4px -1.4px, skyblue 1.4px 1.4px, 
    skyblue 1.4px -1.4px, skyblue -1.4px 1.4px; 
}	

.shadow-bordure{
text-shadow: -1px 0 0 rgba(0, 0, 0, 0.8), 
             1px 0 0 rgba(0, 0, 0, 0.8),
             0 -1px 0 rgba(0, 0, 0, 0.8),
             0 1px 0 rgba(0, 0, 0, 0.8);
}

.text1{ 
	font-weight: bold;
	font-size  : 1.1em;
	line-height: 150%;
	display:block;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
}

/*MISE EN FORME FORMULAIRE*/
/*
#frm {

	background: #DDD;
	box-shadow: 1px 1px 12px #555;
	padding:10px;
	border-radius:0;
}

#frm span{
  padding:10px;
}


#frm label
{
	background-color: #FFCC66;
	display: block;
	width: 39%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}



#frm .form_label_nostyle
{
	background: none;
}


#frm input, #frm select
{
	margin-left: 1%;
	margin-bottom: 2%;
	width: 58%;
	border: #CCC 1px solid;
}


#frm input:hover, #frm select:hover, #frm input:focus, #frm select:focus
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}

#frm .form_input_day_month
{
	width: 3%;
}

#frm .form_input_year
{
	width: 6%;
}
	

#frm input[type="submit"]
{
	border: #DDEEFF 1px solid;
	background-color: #E6484D;
	margin-top:15px;
	width: 33%;
}

#frm input[type="submit"]:hover
{
	background-color: #37699a;
	background-color: green;
	cursor: pointer;
}

#frm input[type="reset"]
{
	border: #DDEEFF 1px solid;
	width: 33%;
}

#frm input[type="reset"]:hover
{
	background-color: #E6484D;
	cursor: pointer;
}
/*
@media only screen and (max-width: 580px) {
	#frm{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}

/* Sur les  ans, quand la largeur de la fentre fait au maximum 1280px */
@media screen and (max-width: 1280px)
{}
/* Sur tous types d' n, quand la largeur de la fentre est comprise entre 1024px et 1280px */
@media all and (min-width: 1024px) and (max-width: 1280px)
{}
/* Sur les t viseurs */
@media tv
{}
/* Sur tous types d' ans orient verticalement */
@media all and (orientation: portrait)
{}
/* Sur les mobiles */
@media all and (max-width: 480px)
{
#menuprincipal {
padding: 0;
background-color:white;

}
#menuprincipal ul {

}
#menuprincipal li {
font-family: serif;
height:60%;
margin-left: 0;
}
#menuprincipal li  a{
	 
color:red;
font-size:13px;
}

}


.bouton{
width:90%;
display:block;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  padding:5px;
   margin:10px;
}

.bouton:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#ajout {
  background-color: #FFF;
  box-shadow: 0 5px 5px -5px #DDD;
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  margin-top:20px;
  margin-left:0px;
  width:400px;
  padding:10px;
  border-width:2px 2px 2px 2px; 
  border-style:dotted;
  border-color:blue;
}
/*
#ajout input:focus {
  background-color: #C8F6FF;
}
*/
#ajout input[type=submit]{
  padding:10px;
  margin:20px;
  background-color: red;
  color:white;
  font-weight: bold;
    box-shadow: 0 5px 5px -5px #DDD;
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
}

#ajout input:hover[type=submit]{
background-color: green;
}

#ajout label{
background-color: #C8F6FF;
	display: block;
	width: 120px;
	float: left;
	text-align:right;
	padding:2px;
	margin:0px;
	border-bottom:0px dashed blue;
}

.titrefrm{
	border-bottom:1px solid blue;
	font-weight: bold;
}

#navigation2 input[type=submit]{
  padding:4px;
  margin:0px;
  background-color: #20C5E6;
  color:white;
  font-weight: bold;
    box-shadow: 0 5px 5px -5px #DDD;
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
}

#navigation2 input:hover[type=submit]{
background-color: #53547B;
}

/* style pour lieu de stage valide*/
.stage{
width:80%;
box-shadow: 0 5px 5px -5px #DDD;
background: #65D023;
border:1px solid black;
-webkit-border-radius: 12;
-moz-border-radius: 12;
border-radius: 12px;
font-family: Arial;
color: #000000;
font-size: 16px;
text-decoration: none;
padding:5px;
margin:20px;
}

.nostage{
width:80%;
box-shadow: 0 5px 5px -5px #DDD;
background: red;
border:1px solid black;
-webkit-border-radius: 12;
-moz-border-radius: 12;
border-radius: 12px;
font-family: Arial;
color: #ffffff;
font-size: 16px;
text-decoration: none;
padding:5px;
margin:20px;
}

.etps{
	border-radius: 10px 0 10px 0;
    background: #fafafa;
    width: 95%;
    padding: 12px;
    border: 3px solid #cecdc0;
    min-height: 100px;
    margin-top: 10px;
}
.etps:hover{
    border: 3px solid #B50E0E;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.myButton:active {
	position:relative;
	top:1px;
}

.elv {
	-moz-box-shadow:inset 0px 39px 0px -24px #e67a73;
	-webkit-box-shadow:inset 0px 39px 0px -24px #e67a73;
	box-shadow:inset 0px 39px 0px -24px #e67a73;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #eb675e));
	background:-moz-linear-gradient(top, #e4685d 5%, #eb675e 100%);
	background:-webkit-linear-gradient(top, #e4685d 5%, #eb675e 100%);
	background:-o-linear-gradient(top, #e4685d 5%, #eb675e 100%);
	background:-ms-linear-gradient(top, #e4685d 5%, #eb675e 100%);
	background:linear-gradient(to bottom, #e4685d 5%, #eb675e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#eb675e',GradientType=0);
	background-color:#e4685d;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:1px solid #ffffff;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
	width:400px;
	margin-top:10px;
}

.elv a {

	color:#ffffff;
	font-family:Arial;
	font-size:15px;

	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;

}
.elv:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eb675e), color-stop(1, #e4685d));
	background:-moz-linear-gradient(top, #eb675e 5%, #e4685d 100%);
	background:-webkit-linear-gradient(top, #eb675e 5%, #e4685d 100%);
	background:-o-linear-gradient(top, #eb675e 5%, #e4685d 100%);
	background:-ms-linear-gradient(top, #eb675e 5%, #e4685d 100%);
	background:linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb675e', endColorstr='#e4685d',GradientType=0);
	background-color:#eb675e;
}
.elv:active {
	position:relative;
	top:1px;
}
