.hidden             {visibility:hidden;}
.log_requete        {background-color:#DE54C3;font-size:small;padding:4px;}
.both               {clear:both;}
img                 {border:0;}
.toprint,.toprintI  {display:none;}
abbr, acronym       {cursor:help;}

.only_print {display:none;}
.only_printI {display:none;}

body
{
	padding:0;
	margin:0;
	font-family:Trebuchet, Verdana, Arial;
	font-size:medium;
	background:url(../images/fond-repeat.png) fixed;
}

#contenu
{
	background:white;
	padding:0 10px 10px 10px;
}

strong
{
	color:#E42C21;
}

ul
{
	list-style: circle;
}
ul>li>ul
{
	margin-bottom:15px;
	list-style: disc;
}
ul>li>ul>li>ul
{
	margin-bottom:5px;
	list-style: square;
}


a
{
	color:#444;
	text-decoration:underline;
}
a:hover, a:focus
{
	color:black;
	text-decoration:none;
}

h1
{
	text-align:center;
	font-family:Arial;
}

h2
{
	background-color:#E42C21;
	border:#F7E720 2px solid;
	padding:4px 10px;
	display:inline-block;
	font-size:medium;
	font-weight:normal;
	color:white;
}
h2 a
{
	color:white;
	text-decoration:none;
}
h2:hover, h2 a:hover, h2 a:focus
{
	background-color:#E48787;
	cursor:crosshair;
}
h2 a:hover
{
	cursor:pointer !important;
}

input[type=text],input[type=password],select
{
	border:dotted #F7E720 2px;
	background-color:#E42C21;
	color:white;
	padding:3px;
}
input[type=text]:focus,input[type=password]:focus
{
	background-color:#E48787;
}

textarea
{
	border:dotted #F7E720 2px;
}

input[type=button],input[type=submit],.button
{
	border:solid #F7E720 2px;
	background-color:#E42C21;
	color:white;
	text-decoration:none;
	font-size:small;
}
input[type=button]:hover,input[type=submit]:hover,.button:hover
{
	background-color:#E48787;
	cursor:pointer;
	color:white;
}
.button
{
	padding:4px;
	margin:8px;
	display:inline-block;
}

#top
{
	background:url(../images/banniere-top_fond.png);
	height:160px;
	width:100%;
	text-align:center;
}
#top #ban_top_under
{
	background:url(../images/banniere-top.png) no-repeat top center;
	height:160px;
	width:1000px;
	margin:0 auto;
}

#menutop
{
	background-color:#E42C21;
	border:#F7E720 2px solid;
	text-align:center;
	font-size:medium;
	margin:10px auto;
	width:990px;
}
#menutop ul
{
	margin:0;
	padding:0;
	list-style: none;
}
#menutop ul>li
{
	display: inline-block;
	border-left:#F7E720 2px solid;
	padding:5px 0;
	margin:0 0;
	width:19%;
}
#menutop ul>li.firstItem {border:0 !important;}
#menutop ul>li a
{
	color:white;
	text-decoration:none;
}
#menutop ul>li a:hover, #menutop ul>li a:focus
{
	color:#DFDFDF;
	text-decoration:overline;
}
.page_encours
{
	color:yellow;
	font-weight:bold;
}


#corp
{
	width:990px;
	margin:0 auto;
	text-align:justify;
	background:white;
	margin-bottom:10px;
}

#bottom
{
	text-align:center;
}

#chapo
{
	font-size:small;
	text-align:center;
}

#commandes
{
	background-color:#E42C21;
	border:#F7E720 2px solid;
	border-left:none;
	border-right:none;
	padding: 4px;
	
	text-align:center;
	font-size:small;
	color:yellow;
}

#commandes a
{
	color: white;
	text-decoration:none;
}

#commandes a:hover, #commandes a:focus
{
	color: #DFDFDF;
	text-decoration:overline;
}

#index div.cadre
{
	margin-left:10px;
}

#index div#bloc_moi
{
	float:right;
	width:322px;
	height:210px;
	color:white;
	margin-right:20px;
	margin-top:-50px;
	border:solid 2px #f7ea1a;
	background:#f7ea1a;
}
#index div#bloc_moi div#cote_gauche
{
	width:160px;
	height:210px;
	background:#E42C21;
	float:left;
}
#index div#bloc_moi div#cote_droit
{
	width:160px;
	height:210px;
	background:black;
	float:right;
}
#bloc_moi #txt_2
{
	position:absolute;
	margin-top:0pt;
	margin-left:10px;
}
#bloc_moi #txt_3
{
	position:absolute;
	margin-top:14pt;
	margin-left:10px;
}
#bloc_moi #txt_4
{
	position:absolute;
	margin-top:32pt;
	margin-left:10px;
}



#cv .intitule
{
	text-decoration:underline;
}


.field
{
	border:solid 1px #E42326;
	border-left:solid 15px #E42326;
	margin:0 0px;
	padding:4px 10px 4px 10px;
	background-color:#FDF5E6;
}

.identification
{
	text-align:center;
}

.identification #erreur
{
	color:red;
	border:red 1px solid;
	padding:10px;
}
.identification #authentifie
{
	color:green;
	border:red 1px solid;
	padding:10px;
}

#commandes_accessibles
{
	text-align:center;
	margin:0 auto;
}
#commandes_accessibles ul
{
	list-style: none;
}
#commandes_accessibles ul>li
{
	display:inline;
}
#commandes_accessibles a
{
	color:white;
	position:absolute;
	top:-100px;
}
#commandes_accessibles a:focus
{
	position: static;
}


.errorfield
{
	color:red;
}

table.decor
{
	border-collapse: collapse;
}
table.decor th
{
	text-align:center;
	background:#E42C21;
	color:white;
}
table.decor td
{
	padding: 5px;
}