/*	Spécificité pour list
 */


.line {
	background: transparent;
}

.line:hover {
	background: #DDD;
}

.line td {
	border-bottom: 1px solid #BBB;
}

.table {
	margin: 10px 5%;
}

.line a {
	color: #00F;
	font-style: normal;
	text-decoration: none;
	font-size: 100%;
}

.line a:hover {
	color: #000;
	font-style: normal;
	text-decoration: none;
}

.error {
	color: red;
	background: #FCC;
	font-size: 90%;
	font-weight: bold;
}


h3{
	color: #555;
	font-size: 140%;
	letter-spacing: 3px;
}

a.object {
	text-decoration: none;
	color: blue;
}

a.object:hover {
	text-decoration: none;
	color: black;
}

h4 {
	border: 2px solid #CCC;
	padding: 5px;
	background: #EEE;
	font-weight: normal;
}


fieldset {
	margin: 15px;
}

fieldset, body > div > a {
/*	font-size: 80%;*/
}


.description {
	font-size: 90%;
	color: #CC0;
}

.info {
	border: 1px solid #000;
	padding: 5px;
	background: #CCC;
	font-weight: normal;
	margin-left: 30%;
	margin-right: 30%;
}


.comment {
	margin: 5px;
	padding: 5px;
	border: 1px red dashed;
	background: #EEC;
	font-size: 90%;
}



img {
	border: 0px;
    vertical-align: middle;
}

.option {
	padding: 5px;
	border: 1px #BBB solid;
	background: #EEE;
}


.plugin {
	padding: 5px;
	border: 2px #AAA dashed;
}


.info {
	border: 1px dashed #AAC;
	padding: 5px;
	background: #CCE;
	font-weight: normal;
	margin-left: 10%;
	margin-right: 10%;
}




#footer {
/*	border-top: 13px solid #1AAF4A;*/
	border-top: 3px solid #AAA;
    background-color: #0a902c;
	color: #fff;
    float: left;
    position: relative;
    width: 100%;
}

#footer .section {
	float: left;
	margin: 0 6px;
/*    width: 20%;*/
}

#footer a {
	font-weight: bold;
}

#footer h4
{
	border-bottom: none !important;
	color: #fff;
	font-size: 150%;
	margin: 0 !important;
	padding: 8px 4px;
}

#footer p {
	margin-bottom: 15px;
}

#footer ul {
    margin: 10px;
    padding: 0;
    border: 0;
	list-style: none;
	border-top: 1px solid #1AAF4A;
	margin-top: 6px;
}

#footer .zooomr a {
    text-decoration:none;
    display: inline;
}

#footer ul a {
    display: block;
    padding:4px 10px;
    text-decoration:none;
    width:258px;
}

#footer ul li a:hover {
    background-color: #1AAF4A;
    color: white;
    text-decoration:none;
}


