/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #000000 url(images/img01.gif) repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}

h1, h2, h3, h4 {
	text-transform: lowercase;
	font-weight: normal;
	color: #33FFFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}
h4 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote  {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}






a {
	color: #33FFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img {
}

img.left {
	float: left;
	margin: 10px 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

/* Post */

.post {
}

.post .title {
}



/* Header */

#header {
	height: 170px;
	background: #000000 url(images/img02.gif) repeat-x;
}

/* Header > Logo */

#logo {
	float: left;
}

#logo h1 {
	float: left;
	padding-left: .25em;
	font-variant: small-caps;
	font-style: italic;
}

#logo h2 {
	float: left;
	padding-left: .25em;

	margin: 10px 60px 0 40px;
}



#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header > Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 10px;
	padding: 40px 10px 0 0;
	list-style: none;

}


#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 15px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
}

/* Content */

#content {
	padding: 20px;
}

/* Content > Main */

#main {
	margin-left: 460px;
	padding: 20px;
}

/* Content > Main > tablesite container */

.votetable {

	width: 70px;
	height: 92px;
	margin-right: 5px;
}

.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 {
}
.sitetable {
	width: 100%;
	vertical-align: top;
	border: thin dashed #00FFFF;
}
.sitetable td {
	padding: 5px;
}

.sitetd {
	border: 1px solid #00FFFF;
}

.warning {
	background: #CFEBF7 url(images/notice.png) no-repeat 1em ;
	border: 2px solid #000;
	text-align: center;

	padding: 10px;
	font-family: tahoma, verdana;
	font-weight: bold;
	max-width: 780px;
}
/* Onglets fiche site */
#container {
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
#container hr {
	clear: both;
	border: 1px solid #CCC;
	margin-top: 10px;
}
#container ul#menu {	
	font-weight: bold;
}
#container ul#menu li {
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	display: inline;
	margin: 5px;
}
#container ul#menu li a {
text-decoration: none;

}
#container ul#menu li a:hover {
text-decoration: underline;
color: #333333;
}
#container h1,
#container h2 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.4em;
}
#container .content {
	border: 1px solid #00FFFF;
	padding: 10px;
}

#container a.current {
	padding: 3px 7px;
	border: 1px solid #00FFFF;
	background-image: url(images/imag02.gif);
	border-bottom-color: white;
}
#container a.ghost  {
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #00FFFF;
	color: #333333;
	background: white;
}

#container .on {
	display: block;
}
#container .off {
	display: none;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding: 20px;
}

#sidebar .title {
	border-bottom: 5px solid #666666;
}

#sidebar a {
}
#sidebar .boxed li a b {
	float: right;
	display: none;
	color: #00FFFF;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 180px;
	padding: 20px;
}

#sidebar2 .title {
	border-bottom: 5px solid #666666;
}

#sidebar2 a {
}

#sidebar2 ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
}

#footer p {
	margin: 0;
	text-align: right;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

#autocompletion {
    border: 1px solid #999;
    background: #fafafa;
	text-align: left;
  }
  #autocompletion ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #autocompletion li {
	
  }
  #autocompletion a {
    display: block;
    padding: .2em .3em;
    text-decoration: none;
    color: #333;
  }
  .selected {
    background: #CCC;
  }
  
  #feed {
	color: #00FFFF;
	font-weight: bold;
}
