body{
    padding:0px;
    margin:0px;
    font-family:verdana, tahoma;
    font-size:12px;
    background-color: #fff;
}

a {
    text-decoration:none;
    color:#2E3192;
	font-family:arial, Helvetica;
}

img {
    border:0;
}

table {
	width: 100%;
}

td {
    border-bottom: 1px dashed gray;
}

th {
	text-align: left;
	color: #ccc;
	border-top: 1px solid #ccc;
	border-bottom : 1px solid #ccc;
}

input, textarea, select{
    background-color:#F8F8F8;
    border:1px solid #CCCCCC;
    color:#333333;
    font-size:11px;
    margin-bottom:5px;
    padding:3px;
}

textarea {
    width:260px;
    height:50px;
    resize: none;
    overflow:auto;
}

input, select{
    width: 180px;
}

input[type=submit]{
    background-color:#2E3192;
    color:#FFFFFF;
	min-width: 80px;
    padding:2px 6px 2px 6px;
    border:none;
    font-family:Arial, Helvetica;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

h2{
    margin:0 0 15px 0;
	text-transform: capitalize;
	color:#2E3192;
}

dd {
	maring:0;
}

.head-barre {
    background-color:#F0F0F0;
    border-bottom:1px solid #cccccc;
    padding: 10px 40px 0px 40px;
    height: 25px;
    font-size: 14px;
}

.menu-user {
	float:right;
}

.ajout-lien {
	font-weight: bolder;
}

.formulaire {
	width : 350px;
	background: #f4f4f4;
	padding : 10px;
	margin: auto;
}

.zend_form {
	margin: auto;
	width: 300px;
}

.container {
    background-image:url(../img/container-back.png);
    background-repeat:repeat-x;
}

.logo {
    text-align: center;
    padding-top: 20px;
    margin-bottom : 40px;
}

.content{
	min-height: 320px;
	width: 600px;
	margin: auto;
}

.liste-url {
	min-height: 300px;
}

.liste-url table{
	width: 100%;
	color: #666;
}

ul {
	list-style-type:none;
	margin: 10px 0;
	padding: 0;
}

.navigation li,.categorie a, .type a{
	font-size: 16px;
	padding: 2px;
	display: inline;
}

.navigation li a,.categorie a, .type a{
	color: #666;
}

.active a{	
	font-weight: bold;
}

.pagination {
	text-align:center;
}


.footer {
	padding-top: 10px;
    text-align:center;
    font-size:10px;
    clear: both;
}

.flash {
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px;
	position : absolute;
	color: #666;
	top: 50px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
