/* Balises Classiques */

body {
	background: #FFF;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	font-size:12px;
	font-family: Courier New, Courier, mono, Arial;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	color:#333;
	margin:0;
	vertical-align: middle;
}

ul {
	margin: 0;
	padding: 0;
	line-height: 130%;
}

li {
	list-style-image: url(images/star.png);
}


/* Balises IDs */


.bottom {
	color: #666;
	width: 760px;
	background-color: #FFFFFF;
	background-position: top;
	margin: auto auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}

.bottom img {
	vertical-align: middle;
}

.bottom a {
	color: #666;
	font-family: tahoma;
	text-decoration: none;
}

.bottom a:hover {
	color: #111;
	text-decoration: none;
}

#chemin {
	padding-top: 20px;
	padding-bottom: 40px;
}

#chemin a {
	color: #666;
	text-decoration: underline;
}

#chemin a:hover {
	text-decoration: none;
}

.header {
	text-align: left;
	margin: 15px;
}

.top {
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
}

.header form {
	margin-top: 20px;
	margin-bottom: 0;
}

.header a {
	color: #F7560F;
	font-weight: bold;
	text-decoration: none;
}

.header a:hover {
	text-decoration: underline;
}

#dir td {
	width: 50%;
	vertical-align: top;
}

#dir table {
	border: 0;
	width: 100%;
}

#logo {
	margin-left: 30px;
}

#main {
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px dotted #666;
	width: 760px;
	margin: auto auto;
	padding: 50px;
}

#middle, #pub {
	padding: 0 50px;
}

#pages {
	padding-top: 40px;
	text-align: center;
}

#message {
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;	
}

#message p {
	padding-top: 20px;
}

#soumettre {
	padding-top: 20px;
}

#soumettre span {
	text-decoration: underline;
}

#soumettre td {
	vertical-align: top;
}

#soumettre table {
	border: 0;
	width: 100%;
}

#warning {
	color: #0098EF;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.feedlink {
	color: #555;
}

#feed {
	color: #0098EF;
	font-weight: bold;
}

.vote a{
	color: #119FF0;
	font-size: 28px;
	font-weight: bold;
}

.votetable {
	background: white;
	vertical-align : middle;
	width : 70px;
	height: 90px;
	margin-right: 5px;
}

/* Balises Classes */

a.cat_display {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color:#8CC739;
}

.lien {
	text-align: justify;
}

.lien a, .lien a:hover {
	font-size: 12px;
	color: #8CC739;
	text-decoration: underline;
	font-weight: bold;
}

.lien span {
	color: #F7560F;
}

.ariane {
	color: #A9A9A9;
}

.ariane a {
	color: #A9A9A9;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}

.ariane a:hover {
	color: #A9A9A9;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

.sitetable {
	background: #F7F7F7;
	width: 100%;
	border: 1px dashed #CCC;
	vertical-align : middle;
}

.sitetd {
	border: 1px solid #CCC;
}

/* AutoCompletion CSS */

#prn_update {
    border: 1px solid #999;
    background: #fafafa;
	text-align: left;
  }
  #prn_update ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #prn_update li {
	
  }
  #prn_update a {
    display: block;
    padding: .2em .3em;
    text-decoration: none;
    color: #333;
  }
  .selected {
    background: lightyellow;
  }
