/*
*****INFORMATIONS*****
*Site : CVO
*Page : css/style1
*Auteur : Julien HUBERT
*Version : 1.0
*/

a.info:after{
    content: url('/images/infobulle.jpg');
    padding-left: 4px;
}
a.info {
    text-decoration: none;
    color:black;
}

/* Style général */
body{
        font-family: Verdana, Geneva, sans-serif;
}
p{
    margin:1em 0;

}
.rouge{
	color : #E4391F;
}

.orange{
	color : #F8931D;
}

img{
	border : 0px;
}

h2{
color:#E4391F;
font-size:1.3em;
margin-bottom:1em;
text-align:center;
}

h3{
	color : #F8931D;
        margin: 1em 0em;
}
h5{
color:#FFFFFF;
font-size:1.4em;
margin-bottom:1.5em;
text-align:center;
}
h4{
color:#F8931D;
font-size:1.2em;
margin-bottom:1em;
}
.error-message{
    color:red;
    border:1px solid red;
    background-color: #FFDFE0;
    text-align:center;
    font-weight:bold;
    padding:8px;
    margin:8px auto;

}

.notice-message {
    color:green;
    border:1px solid green;
    background-color: #E4FFDF;
    text-align:center;
    font-weight:bold;
    padding:8px;
	margin:8px auto;
	}
/* Fin du style général */


/* Style de l'entete */
#entete{
background-color:#EAEADE;
background-image:url("/images/trame.jpg");
background-position:0 50%;
background-repeat:no-repeat;
border-bottom:2px solid #E4391F;
height:80px;

}

#margetop{
	height : 15px;
}

#image{
left:50px;
position:absolute;
top:0;
}


#profil{
background-color:#EAEADE;
font-size:70%;
font-weight:bold;
text-align:center;
width:auto;
position: absolute;
top:0px;
right:10%;

}

#profil .content{

background-color:#F8931D;
border:1px outset #F8931D;
padding:0.6em 2.1em;
	-moz-border-radius : 0px 0px 10px 10px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#profil a{
	color : white;
}

#profil a:hover{
	color : black;
}
/* Fin du style de l'entete */

/* Style de la page connexion */
.connexion{

    width:250px;
    height:40px;
    background-image: url('/images/connexion.jpg');
    background-position:  top;
    background-repeat: no-repeat;
    border:none;
    background-position:0 0px;
    cursor: pointer;
}
.connexion:hover {background-position: 0px -44px;}
/* fin du Style de la page connexion */


/* Style de la page oubli mot de passe */
.password{

    width:250px;
    height:40px;
    background-image: url('/images/password.jpg');
    background-position:  top;
    background-repeat: no-repeat;
    border:none;
    background-position:0 0px;
    cursor: pointer;
}
.password:hover {background-position: 0px -44px;}
/* fin du Style de la page oubli mot de passe */

/* Style du corps */
#corps{
	margin-top : 31px;
        overflow:hidden;

}
#corps.minwidth{
min-width:1024px;
}

#intro{
margin:0px auto;
padding:8px;
width:550px;
	background-color : #FE7A03;
	border : 1px outset #FE7A03;
	-moz-border-radius : 10px;
	-webkit-border-radius: 10px;
                background-image: url('/images/fond_sommaire.jpg');
        background-position: bottom;
        background-repeat: repeat-x;
        color:#FFFFFF;
}

.gauche p:first-letter{
	padding-left : 2em;
}

#identification{
margin:30px auto;
padding:8px;
width:300px;
	background-image : url('/images/page.png');
	background-repeat : repeat-y;
	border : 1px outset #E3E3E3;
	-moz-border-radius : 10px;
	-webkit-border-radius: 10px;

}
#identification p{ font-size: 0.7em;}
#identification form{
    margin:10px auto;
    width:250px;
}
#identification form p{
margin:5px 0px;
line-height: 21px;

}
#identification form input{
width:250px;
}
#identification form p.center{
width:250px;
text-align: center;margin-top:15px;
}
#identification form label{
display:block;
float:left;
margin-right:10px;
text-align:right;
width:105px;
}

.droite table{
	margin-top : 2%;
	width : 100%;
}

.align_centre{
	text-align : center;
}

.align_droite{
	text-align : right;
}

.align_gauche td{
	text-align : left;
}

#flash{

}

.page{
-moz-border-radius:10px 10px 10px 10px;
background-image:url("/images/page.png");
background-repeat:repeat-y;
border:1px outset #E3E3E3;
font-size:1em;
margin-left:250px;
width:750px;
padding:8px;
}
/*
.page table{
	width : 750px;
}

.page td{
	width : 50%;
}
*/
.page h4{
	text-align : center;
}

#index table{
	width : 750px;
	border-collapse : collapse;
}

#progression{
	width : 718px;
	
	margin-top : 10px;
	border : 1px outset #000000;
	padding : 15px;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
        background-color:#EAEADE;
        margin-bottom: 5px
}

#progression p{
	text-align : center;
}

#planning{
    -moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius : 10px;
background-color:#EAEADE;
border:1px outset #000000;
padding:15px;
width:338px;
float:right;

}

#planning p{
	text-align : center;
}

#messagerie{
-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius : 10px;
background-color:#EAEADE;
border:1px outset #000000;
padding:15px;
width:338px;
float:left;
}

#messagerie p{
	text-align : center;
}

#messagerie td{
	width : 25%;
}

#evaluation{
	width : 90%;
	border : 1px outset #EAEADE;
	padding : 2%;
}

#evaluation p{
	text-align : right;
}

#evaluation table td{
	width : 25%;
}

.plus{
	text-decoration : none;
	color : #F8931D;
	font-weight : bold;
        text-align : right;
            display : block;
            width:330px;
            text-align: right;
            margin-top: 25px;
}
#progression .plus{width:705px;}

.plus:hover{
	text-decoration : underline;
}

#modules table{
	width : 100%;
	border-collapse : collapse;
}

#modules th{
	border : 1px solid black;
}

#modules td{
	border : 1px solid black;
}

#module{
	width : 60%;
	border : 1px outset #EAEADE;
	padding : 2%;
	margin-left : 15%;
	margin-top : 2%;
}

#sequence{
	width : 60%;
	border : 1px outset #EAEADE;
	padding : 2%;
	margin-left : 15%;
	margin-top : 2%;
}

#ressources{
	width : 90%;
	border : 1px outset #EAEADE;
	padding : 2%;
}

#ressources p{
	text-align : right;
}

#fichiers{
	width : 90%;
	border : 1px outset #EAEADE;
	padding : 2%;
}

#fichiers p{
	text-align : right;
}

#expedition{
	width : 90%;
	border : 1px outset #EAEADE;
	padding : 2%;
}

#reception{
	width : 90%;
	border : 1px outset #EAEADE;
	padding : 2%;
}

.liste{
	width : 100%;
	border-collapse : collapse;
}

.liste th{
	border : 1px solid black;
}

.liste td{
	border : 1px solid black;
}

#rdv{
	width : 90%;
	border : 1px outset #EAEADE;
	padding : 2%;
}

#rdv p{
	text-align : right;
}

#invitation{
	width : 90%;
	border : 1px outset #EAEADE;
	padding : 2%;
}

#invitation p{
	text-align : right;
}

#corriger{
	width : 90%;
	border : 1px outset #EAEADE;
	padding : 2%;
}

#corriger p{
	text-align : right;
}

#commenter{
	width : 75%;
	margin-left : 12%;
	margin-top : 2%;
	border : 1px outset #E4391F;
	padding : 2%;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
}

#commenter p{
	text-align : right;
}
	
#date{
	margin : 4%;
}

#heure{
	margin : 4%;
}

#submit{
	margin : 4%;
}

#fonction{
	text-align : center;
	margin-bottom : 2%;
}

.champformulaire{
	margin : 2%;
}

.champformulaire table{
	text-align : center;
	width : 50%;
}
/* Fin du style du corps */


/* Style du pied */
#pied{
	text-align : right;
	clear : left;
	padding : 1%;
}
/* Fin du style du pied */



.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-decoration: none
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-primary {
  	background-color: #006dcc;
  	color: #ffffff;
  	background-image: -moz-linear-gradient(top, #67c2ef, #2FABE9);
  	background-image: -ms-linear-gradient(top, #67c2ef, #2FABE9);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#67c2ef), to(#2FABE9));
  	background-image: -webkit-linear-gradient(top, #67c2ef, #2FABE9);
  	background-image: -o-linear-gradient(top, #67c2ef, #2FABE9);
  	background-image: linear-gradient(top, #67c2ef, #2FABE9);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'67c2ef, endColorstr='#'2FABE9, GradientType=0);
  	border-color: #1598d9 #1598d9 #007bb8 #1598d9;
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  	text-shadow: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  	background-color: #2FABE9;
}

.btn-primary:active,
.btn-primary.active {
  	background-color: #2FABE9 \9;
}



.legend {
    position: absolute;
    top: 300px;
    left: -90px;
    width: 400px;
}

.chart {
    padding-bottom:50px !important
}