a:hover{
text-decoration:underline;
}

body {
		margin: 0 auto 30px;
		width: 1080px;
	}
	.sticky-wrap {
		width: 100%;
	}
	
	table tr.title{
		background-color: #999999;
		color: white;
	}
	table tr td{
		text-align: center;
	}
	.entete > input, .entete > textarea {
		height: 30px;
		margin: 5px 0;
		width: 1080px;
		padding: 0 0 0 5px;
		font-size: 1.2em;
	}
	.entete > textarea {
		resize: none;
		height: 80px;
	}
	tr.question > td:first-child{
		text-align: justify;
		/*width: 350px;*/
		
		
	}
	/*
	tr.title > td:last-child {
		width: 150px;
	}
	*/
	.question textarea {
		height: 150px;
		margin: 5px;
		resize: none;
		width: 250px;
		border: 1px solid #cccccc;
		padding: 5px;
	}
	
	.title {
		font-size: 0.9em;
		text-align: center;
	}
	
	
	
	
	
	
	
.evalGlobale>div{
	border: 2px solid #a7419a;
	border-radius: 5px;
	display: inline-block;
	margin: 10px 0;
	padding: 10px;
	vertical-align: top;
	width: 49%;
	height: 280px;
}
.evalGlobale>div.bilan, .evalGlobale>div.piste2{
	float:right;
}
.evalGlobale>div.bilan textarea{
	height: 180px;
    width: 100%;
}
.evalGlobale>div.piste1, .evalGlobale>div.piste2{
	height: auto;
}
.evalGlobale>div.piste1 textarea, .evalGlobale>div.piste2 textarea{
	height: 100px;
    width: 100%;
	margin-bottom: 0;
}
.evalGlobale>div.piste1 input[type="text"], .evalGlobale>div.piste2 input[type="text"]{
	width: 70%;
}
.evalGlobale>div.warning{
	background-color: #efdbf1;
	width: 100%;
	height: 140px;
}
.evalGlobale h4 {
    margin: 5px 0;
}



.eval > p {
    display: inline-block;
    margin-top: 0;
    text-align: justify;
    vertical-align: top;
    width: 380px;
}
.bouttonRadio {
    display: inline-block;
    float: right;
    vertical-align: top;
}
.bouttonRadio > input {
    margin-bottom: 15px;
}


.rondRouge, .rondJaune, .rondVert {
    border-radius: 15px;
    display: inline-block;
    height: 20px;
    margin: 0 0 -4px;
    width: 20px;
}
.rondRouge{
	background-color: red;
}
.rondJaune{
	background-color: #fcdc12;
}
.rondVert{
	background-color: green;
}
.texteVert {
    color: green;
    font-weight: bold;
}
.texteJaune {
    color: #fcdc12;
    font-weight: bold;
}
.texteRouge {
    color: red;
    font-weight: bold;
}
.conclusion{
	border: 2px solid #a7419a;
	border-radius: 5px;
	margin: 30px 0;
}
.conclusion table{
	margin: 0;
}
.conclusion tbody tr td{
	border: 1px solid #a7419a;
	padding: 15px;
}
.conclusion tbody tr.head {
    background-color: white;
}
.conclusion p {
	display: inline;
}
.conclusion span {
    margin: 0 -27px -4px 0;
}
.conclusion .bouttonRadio > input {
	width: 30px;
}


.logo img {
    width: 1080px;
}
h1{
	font-style: italic;
	text-align: center;
	line-height: 80px;
    margin: 50px 0 0.67em;
}
h1 a{
	font-size:0.5em;
}
#footer{
	margin-top:30px;
}

.fixe {
    margin-left: -80px;
    position: fixed;
    width: 75px;
}
.fixe > a{
    border-radius: 20px;
    color: white;
    display: inline-block;
    height: 100%;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
	margin-top: 5px;
	background-color: #777;
}
.fixe > a:hover{
	opacity: 0.8;
}

.conclusion  textarea {
	height: 150px;
	width: 100%;
	margin: 5px;
	
	border: 1px solid #cccccc;
	padding: 5px;
}
