/* Éléments généraux */

input, select, textarea {
	background: #fff;
}
input.btn {
	background: #c0c0c0;
}


*.submit {
	padding: 10px 0;
}
*.center {
	text-align: center;
}
*.right {
	text-align: right;
}

a {
	color: #0067d0;
	text-decoration: underline;
}
a:hover {
	color: #0098ff;
	text-decoration: none;
}
a img {
	border: 0;
}

a.logout {
	display: block;
	position: absolute;
	bottom: 32px;
	right: 8px;
	font-size: 12px;
	font-weight: normal;
	color: #7fa3b7;
}

#contenu {
	display: block;
	position: relative;
	float: left;
	width: 780px;
	margin: 0 0 10px 10px;
	padding: 0;
}

#contenu2 {
	display: block;
	position: relative;
	float: left;
	width: 700px;
	margin: 0 0 10px 20px;
	padding: 0;
}

#contenu2 p.title, #contenu p.title {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #c4d4de;
	margin-top: 10px;
}

#contenu p.search {
	width: 235px;
	display: block;
	position: absolute;
	top: -20px; 
	right: 0;
	z-index: 1000;
	margin: 0;
	padding: 0;
}

#contenu p.search span {
	font-size: 10px;
	text-align: right;
	float: right;
	margin-bottom: 5px;
}

#subtitle {
	display: block;
	position: relative;
	width: 100%;
}

#subtitle a {
	display: block;
	position: relative;
	float: left;
	/*padding: 5px 8px 5px 8px;*/
	padding: 0 10px 0 10px;
	height: 20px;
	background-color: #fff;
	line-height: 17px;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	/*background-color: #f4f7f9;*/
	background: url('../images/tab.gif') repeat-x;
}

#subtitle a:hover {
	background-color: #bfd1db;
}

#subtitle a.o span.tab-g {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 20px;
	background: url('../images/tab_active_left.gif') no-repeat;
}

#subtitle a.o span.tab-d {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 20px;
	background: url('../images/tab_active_right.gif') no-repeat;
}

#subtitle a span.tab-g {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 20px;
	background: url('../images/tab_left.gif') no-repeat;
}

#subtitle a span.tab-d {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 20px;
	background: url('../images/tab_right.gif') no-repeat;
}

#subtitle a.o {
	background: url('../images/tab_active.gif') repeat-x;
	color: #fff;
}

#subtitle p {
	margin: -10px 0 0 0;
	padding: 0;
	display: block;
	float: right;
}

.clear {
	display: block;
	clear: both;
	float: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
}

table.doc {
	border-spacing: 0;
	width: 100%;
}

table.login {
	border-spacing: 0;
	width: 75%;
	margin: 0 auto;
}

table.doc td {
	border-bottom: 1px solid #7fa3b7;
	padding: 2px;
}

tr.libelle {
	font-weight: bold;
	color: #fff;
	background-color: #80bdff;
}

tr.bleu {
	background-color: #f4f7f9;
}

a.on, a.off, a.log, a.edit {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
}
a.on {
	background: url(../images/delete.gif) no-repeat 0 0;
}
a.off {
	background: url(../images/delete-off.gif) no-repeat 0 0;
}
a.log {
	background: url(../images/log.gif) no-repeat 0 0;
}
a.edit {
	background: url(../images/edit.gif) no-repeat 0 0;
}

div#footer {
	margin: 0;
	padding: 20px 0 18px 0;
	height: 12px;
	width: auto;
	background: url(../images/degrade_bas.gif) repeat-x bottom left;
	font-size: 10px;
	text-align: center;
}
em {
	color: #f00;
}