/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #A6CEF1;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #336699;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }

p, ol, ul, blockquote {
	line-height: 22px;
}

.accueil {
	text-align: center;
}

a:hover {
	border: none;
}

strong {
	color: #336699;
}

/* Posts */

.post {
	margin-bottom: 9px;
	padding: 8px;
	background: #A6CEF1;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	border-left: 1px solid #1F1F1F;
}

.post h2, .post h3 {
	margin-left: -40px;
}

/* Header */

#header {
	width: 860px;
	height: 100px;
}

#header h1 {
	width: 660px;
	margin-left: 250px;
	padding: 20px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 92px;
	font-size: 16px;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: #336699;
}

/* Content */

#content {
	width: 860px;
	margin: 0 auto;
	padding: 10px;
}

#colOne {
	float: left;
	width: 180px;
}

#colOne ul, #colOne ul a {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colOne li a {
	border-bottom: 1px dotted #336699;
	text-decoration: none;
	color: #336699;
}

#colOne li a:hover {
	border: none;
}

#colTwo {
	float: right;
	width: 660px;
}

#update .thumb {
  background: #000000;
  border: 1px solid #222222;
  display: inline;
  padding: 7px;
  margin: 5px;
  cursor: pointer;
}

#popup {
  display: none;
  border-color: #336699;
}

/* Footer */

#footer {
	clear: both;
	width: 580px;
	margin-left: 240px;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #336699;
}

/*
 * Lightbox
 */
#overlay {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #A6CEF1;
	/*filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;*/
	/*z-index: 1000;*/
	display: none;
}

#control_menu {
  position: absolute;
  top: 50px;
  right: 600pt !important;
  right: 475px;
  width: 100px;
  text-align: right;
  display: none;
}

#control_menu img {
  cursor: pointer;
}

#wiindow {
	z-index: 1001;
	display: none;
	position: absolute;
}

#wiindow_inside {
	border: 1px solid #555555;
	padding: 10px;
	background: black;
	text-align: center;
}

.pagination {
  padding: 5px;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 20px;
  background: #333333;
  border: 1px solid #222222;
}

.errorBox,
.error {
	color: #336699;
	padding: 3px;
}

.errorBox {
	border: 2px solid #336699;
	text-align: center;
}

a img:link {border:none; background-color: transparent; text-decoration: none;} 
a img:visited {border:none; background-color: transparent; text-decoration: none;} 
a img:hover {border:none; background-color: transparent !important; text-decoration: none;} 
a img:hover {border:none; background-color: transparent; text-decoration: none;} 

a:link img {border: none; background-color: transparent; text-decoration: none;} 
a:visited img {border:none; background-color: transparent; text-decoration: none;} 
a:hover img {border:none; background-color: transparent !important; text-decoration: none;} 
a:hover img {border:none; background-color: transparent; text-decoration: none;}
