/* This is my first designs using CSS, Please visit me at http://www.studio7designs.com or email aran@studio7designs.com if you have any questions. Thanks, and have fun!
CSS layout: */

body {
	margin: 0 auto;
	padding: 0;
	background: #f4f4f4 url(images/backround.gif) top center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
}

.box_right {
position:relative;
float:right;
clear:both;
width:200px;
margin:0 0 5px 10px;
padding:0 10px 0 10px;
background:#F7F9F7;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
}

.box_right p {
margin:5px 5px;
}

.box_cnr_top {
background:url(images/cnr_tr.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

.box_cnr_bottom {
background:url(images/cnr_br.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

img.cnr {
width:8px;
height:8px;
border:none;
display: block !important;
}

#leftsidebar {
	background: #ffffff;
	color: #303030;
	width: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	border: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#topmenu {
clear: left;
float: left;
width: 150px;
height: 84px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
background: #f4f4f4 url(images/topmenu.gif) top left no-repeat;
}

#menu {
clear: left;
float: left;
width: 150px;
margin: 0 0 0px 0;
padding: 0;
font-size: 0.9em;
}

#menu ul {	
list-style: none;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.1em;
}	

#menu li {
margin-bottom: 4px;
}

#menu li a {
	font-weight: bold;
	height: 40px;
	text-decoration: none;
	color: #333333;
	display: block;
	background: #ffffff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF6600;
}	
	
#menu li a:hover {
	color: #ffffff;
	background-color: #FFFFFF;
	background-image: url(images/b_bouton.jpg);
}
#topmenu1 {
clear: left;
float: left;
width: 150px;
height: 84px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
background: #f4f4f4 url(images/topmenu.gif) top left no-repeat;
}

#menu1 {
clear: left;
float: left;
width: 150px;
margin: 0 0 0px 0;
padding: 0;
font-size: 0.9em;
}

#menu1 ul {	
list-style: none;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.1em;
}	

#menu1 li {
margin-bottom: 4px;
}

#menu1 li a {
	font-weight: bold;
	height: 40px;
	text-decoration: none;
	color: #333333;
	display: block;
	background: #ffffff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #006600;
}	
	
#menu1 li a:hover {
	color: #ffffff;
	background-color: #FFFFFF;
	background-image: url(images/b_boutonv.jpg);
}

.leftnews {
margin: 1px 0 1px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #F7F9F7;
line-height: 1.3em;
}

.rightnews {
	float: right;
	width: 95px;
	background-color: #F7F9F7;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

#rightnews p {
margin: 0 0 1.5em 0;
}

#content {
	margin: 0 110px 20px 160px;
	padding: 0 10px 0 10px;
	font-size: 14px;
	color: #000;
	text-align: center;
}

#content h2 {
font-size: 14pt;
margin: 0 0 0.5em 0;
}

#content img {
	padding: 0px;
	display:inline;
	border: thin none #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}

.greenbox {
background-color: #F7F9F7;
border: 1px solid #94BD53;
color: inherit;
padding: 5px;
margin: 0px;
}

.bluebox {
background-color: #EDF3FE;
border: 1px solid #74A8F5;
color: inherit;
padding: 5px;
margin: 0px;
}

.splitright {
background-color: #ffffff;
width: 49%;
float: Aucune;
overflow: hidden;
}

.splitleft {
background-color: #ffffff;
width: 49%;
float: left;
overflow: hidden;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #0066CC;
}

a:hover {
color: #86C32A;
}

a img {
border: 0;
}

#footer {
	clear: both;
	width: 1000px;
	text-align: center;
	color: #333333;
	font-size: 0.5em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666666;
}

#footer a {
color: #FF6600;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #74A8F5;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.9em;
}

.bold {
	font-weight: bold;
	color: #090;
}

.hide {
display: none;
}

.style3 {color: #000000}
.style4 {color: #999999}
.style5 {color: #FF9933}
.style6 {color: #006600}
.style7 {color: #74A8F5}

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#leftsidebar #content table tr td p strong {
	text-align: center;
}
#leftsidebar #content table {
	text-align: center;
	font-weight: normal;
}
#leftsidebar #content p .bold .Style64 {
	font-size: 18px;
}
#leftsidebar #content p .bold .Style64 {
	font-size: 24px;
}
#leftsidebar #content ul li {
	color: #000;
	font-weight: normal;
}
#leftsidebar #content ul .aze {
	color: #09F;
}
#leftsidebar #content .aze .aze {
	color: #000;
}
#leftsidebar #content p strong em u {
	color: #F00;
}
#leftsidebar #content ul li .bold .bold u {
	color: #090;
}
.aze2 {
	color: #000;
	font-size: 16px;
}
.zer {
	color: #09F;
	font-size: 16px;
}
#leftsidebar #content p strong {
	color: #090;
}
#leftsidebar #content p strong {
	color: #000;
}
#leftsidebar #footer p {
	font-size: 12px;
}

