/*
Theme Name: Renée
	Theme URI: 
	Description: 
	Version: 0.0
	Author: 
	Author URI: 

*/

body {
	margin: 0;
	padding: 0;
	/*background: #FFFFFF url(images/img01.gif) repeat-x;*/
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #666666;
}

h1, h2, h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
}

h1 {
	font-weight: normal;
	font-size: 300%;
	padding-left: 50px;
	text-decoration:none;
}


a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #1777B1;
	
	/*padding-left: 50px;*/
}

a:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: none;
	color: #aaa;
	text-align: left;

	/*padding-left: 50px;*/
	/*color: #FF7400;*/
}

img {
/*	border: 3px solid #7F7772;*/
    border: 2px solid #ddd;
}

img.left {
	float: left;
	margin: 6px 15px 0 0;
}

img.right {
	float: right;
	margin: 6px 0 0 15px;
}


.bg1 { background: url(images/petit_soleil.jpg) no-repeat left bottom; }
.bg2 { background: url(images/lune_noire.jpg) no-repeat left bottom; }
.bg3 { background: url(images/etoile.jpg) no-repeat left bottom; }

.bg4 { background: url(images/petite_horloge.jpg) no-repeat left top; }


.bg5 { background: url(images/img09.gif) no-repeat left bottom; }
.bg6 { background: url(images/systeme_solaire1.jpg) no-repeat right top; }
.bg7 { background: url(images/terre.jpg) no-repeat right bottom; }

.bg17 { background: url(images/galaxie.jpg) no-repeat left bottom; }


.feature {
}

.feature .image {
	padding: 0 0 0 40px;
}

.feature .title {
	line-height: 40px;
	padding: 5px 5px 5px 50px;
	font-size: 200%;

}

.feature .content {
	padding: 0 0 0 40px;
}

.box {
	float: left;
	width: 250px;
}

.box .title { /* */
	height: 40px;
	padding: 20px 0 0 40px;
	text-transform: lowercase;
	font-size: 167%;
}

.box .content {
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img07.gif) no-repeat left center;
}

/* Header */

#header {
	width: 760px;
	height: 153px;
	margin: 10px auto 0 auto;
	background: url(images/logo.jpg) no-repeat;
	/*background: url(images/horloge5.jpg) no-repeat;*/
	
}

#header h1 { /* titre gauche */
	font-weight: normal;
	color: #aaa;
  font-size: 35px;
  float: left;
	padding:25px 0 0 15px;
	text-decoration:none;
	height:20px;
}

#header h3 { 
	font-size: 50px;
	font-weight: normal;
	padding-left:15px;
	color: #ffffff;
	text-decoration:none;
	clear:both;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	padding: 15px 15px 0 0;
	float: right;
	width: 519px;
	text-align: justify;
}

#content title {
	text-align: left;
}

#content p, #content ul, #content ol {
	/*line-height: 1.8em;*/
	line-height: 1.5em;
	color: #062491; /*1777B1;*/

}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 15px 20px 0 0;
	border-right: 1px dotted #DCDCDC;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	padding: 5px 10px;
	background: url(images/img07.gif) no-repeat 0 10px;
	border-top: 1px dotted #DCDCDC;
}

#sidebar li li.first {
	border-top-color: #FFFFFF;
}

#sidebar h2 {
	height: 40px;
	padding: 20px 0 0 60px;
	text-transform: lowercase;
	font-size: 125%;
	color: #1777b1;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	border-bottom: 1px dotted #666666;
}

/* Footer */

#footer {
	clear: both;
	height: 150px;
	padding: 20px 0 0 0;
	background: #000000 url(images/galaxie.jpg) no-repeat left bottom;
}

#footer p {
	background: #000000;
	margin: 0;
	text-align: center;
	font-size: 85%;
}

#footer a {
	border: none;
	color: #CCCCCC;
}

#footer a:hover {
	color: #FFFFFF;
}

#legal {
}

#legal strong {
	display: block;
	padding: 20px 0 0 0;
	background: url(images/img12.gif) no-repeat center top;
	text-transform: lowercase;
	letter-spacing: 3px;
	font-size: 182%;
	font-weight: normal;
}

#links {
}
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 4px;
	border:1px solid #eee;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
}
/* div { text-align: justify; } */

.tahoma {

	font-size: 110%;
	font-weight: normal;

	
	line-height: 1.2em;

	text-align: justify;

}