*{
	margin:0px;
	padding:0px;
}
html, body {
	background-color: #E9E9E9;
	height: 100%;
	width:960px;
	margin: 0px auto;
	padding:0;
	color: #404040;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

h2 {
	color:#60636e;
}

h3 {
	color:#60636e;
}

h4 {
	color:#60636e;
}

article {
	padding-top: 20px;
}

#article {
	position: relative;	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid #CBCBCB;
	background-color: white;
	margin: 0 auto;
	padding-top: 20px;
}  

#article #detail {
	position: relative;
	margin: 25px 30px 30px;
}


#article #detail #detail-wrapper {
background-color: #F0F0F0;
float: left;
}

#detail #navigation {
font: 14px/14px 'DINMedium',Arial,sans-serif;
text-transform: uppercase;
background-color: #F0F0F0;
padding-top: 14px;
width: 210px;
float: left;
position: relative;
min-height: 520px;
}

ol, ul {
margin: 0;
list-style-type: none;
}

#detail #navigation .selected {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-left: -4px;
color: white;
background-color: #C75937;
}

#detail #navigation .selected .triangle {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: block;
position: absolute;
bottom: -9px;
left: 0;
height: 0;
width: 0;
border-bottom: 9px solid transparent;
border-right: 9px solid #B13600;
border-top: 9px;
}

#detail #navigation a .triangle {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: block;
position: absolute;
bottom: -9px;
left: 0;
height: 0;
width: 0;
border-bottom: 9px solid transparent;
border-right: 9px solid #F0F0F0;
border-top: 9px;
}

#detail #navigation a {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color: #5B5B5B;
display: block;
padding: 8px 0 8px 20px;
position: relative;
}

a, a:active, a:visited {
color: #E44600;
}

a:link {
-webkit-tap-highlight-color: #ff8955;
}

a:link {
-webkit-tap-highlight-color: #FF5E99;
}

a, a:active, a:visited {
color: #607890;
}

a {
text-decoration: none;
cursor: pointer;
outline: none;
}

a, a:active, a:visited {
color: #E44600;
}

a, a:active, a:visited {
color: #607890;
}

a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

#article #detail #content {
padding: 10px 0 20px 235px;
width: 660px;
min-height: 500px;
background-color: white;
}

hr {
border: none;
color: #c75937;
background-color: #c75937;
height: 3px;
margin: 30px;
}

footer, #footer {
	text-align:center;
	position: relative;
	height: 80px;
	padding-bottom: 20px;
	clear:both;	
}

footer.scenario_foot{
	height:20px;
}
a{
	text-decoration:none;
}

#logo-header{
	float:left;
	margin-left:20px;
}
a.logo-header{
	width: 431px;
	height: 119px;
	background-image: url('Images/logo.png');
	background-repeat: no-repeat;
	float: left;
	
}
a.button{
	cursor:pointer; 
    width:110px; 
    height: 30px; 
    line-height:1; 
    font-size:15px; 
    color: white;  
    background: #4d90fe; 
    border: 1px solid #3079ED; 
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
	margin: 0 0 0 2px;
}
a.button:hover {
    background: url(ico-search.png) no-repeat center #357AE8; 
    border: 1px solid #2F5BB7;
}
#text-header{
	width: 480px;
	height:119px;
	margin-right: 20px;
	text-align: right;
	float: right;
}
nav {
	clear: both;
	text-align: left;
	border-bottom:3px solid #c75937;
	padding-top:15px;
	padding-bottom:10px;
	margin:20px;
}

article > section form.newmessage_form {
	border: 1px solid #888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	background-color: #eee;
	padding: 10px;
}

input.button {
    cursor:pointer; 
    width:110px; 
    height: 30px; 
    line-height:1; 
    font-size:15px; 
    color: white;  
    background: #4d90fe; 
    border: 1px solid #3079ED; 
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
	margin: 0 0 0 2px;
}

input.button:hover {
    background: url(ico-search.png) no-repeat center #357AE8; 
    border: 1px solid #2F5BB7;
}

input.button_red {
    cursor:pointer; 
    width:110px; 
    height: 30px; 
    line-height:1; 
    font-size:15px; 
    color: white;  
    background: #C75937; 
    border: 1px solid #9B452B; 
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
	margin: 0 0 0 2px;
}

input.button_red:hover {
    background: url(ico-search.png) no-repeat center #9B452B; 
    border: 1px solid #793521;
}

td.label{
	/*width:100%;*/
	height:30px;
	margin-right:0.5em;
	padding-top:0em;
	padding-bottom:2px;
	text-align:left;
	vertical-align:bottom;
	color: #60636e;
	font-size: 15px;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

td.label label{
	width:97%;

}
td.field > input, td.field > textarea {
	width:97%;
	border: 1px solid #D0D0D0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	resize: none;
	font-size: 13px;
	padding: 5px 5px;	
	background: #FDFDFD;
}
td.status{
	width:20px;
}
td.status label.error{
	background-image: url('Images/wrong.gif');
	width:18px;
	height:18px;
	background-repeat: no-repeat;
	float:right;
	
}
td.status label.checked{
	background-image: url('Images/correct.gif');
	width:18px;
	height:18px;
	background-repeat: no-repeat;
	float:right;
	
}

.logo_left{
	background: url('Images/logo.png') no-repeat 0 0;
	background-size: contain;
	display: block;
	text-indent: -999em;
	margin:-140px 0 0 -320px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 130px;
}


#user_right{
	display: table;
	margin: -20px 0 0 0;
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	height: 100%;
}

#user_right div.content{
	display: table-cell;
	padding: 40px 0 40px 40px;
	vertical-align: middle;
}



#path {
	background: #c75937;
	position: absolute;
	top: 0;
	bottom: 50%;
	left: 50%;
	width: 3px;
}


#admin_right table{
	width: 100%;
	/*text-align:center;*/
}
#admin_right table.listuser tr td.label, #admin_right table.listmessage tr td.label{
	text-align:center;
	width: 22%;
	background: #F0F0F0;
}
#admin_right table.listuser tr td.label label, #admin_right table.listmessage tr td.label label{
	width:100%;
	text-align:center;
}
#admin_right table tr td.edit, #admin_right table tr td.delete,
#admin_right table tr td.view{
	width: 6%;
}

a.edit{
	width:18px;
	height:18px;
	background:url('Images/edit.gif');
	background-repeat: no-repeat;
	text-decoration:none;
}
a.delete{
	width:18px;
	height:18px;
	background:url('Images/wrong.gif');
	background-repeat: no-repeat;
	text-decoration:none;
}
a.view{
	width:18px;
	height:18px;
	background:url('Images/view.jpg');
	background-repeat: no-repeat;
	text-decoration:none;
}
a.choix{
	width:18px;
	height:18px;
	background:url('Images/choix.jpg');
	background-repeat: no-repeat;
	text-decoration:none;
}

article.plan{
	margin: 0px 30px 30px 30px;
	text-align:justify;
}