/* Credit: http://www.templatemo.com/ */
body {
margin:0;
padding:0;
line-height: 1.5em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background: #f5f5f5;

}
a:link { color: #0066CC; text-decoration: none} 
a:visited { color: #0066CC; text-decoration: none} 
a:active { color: #008000; text-decoration: underline} 
a:hover { color: #008000; text-decoration: underline}

#templatemo_container {
	width: 800px;
	margin: auto;
	background: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: outset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	
}
#templatemo_header {
clear: left;
height: 160px;
/*background: url(images/haut.jpg) no-repeat;*/
}
#templatemo_content {
width: 800px;
}
#templatemo_left_column {
background: #EEEEEE;
float: left;
width: 200px;
min-height: 400px;
}
#templatemo_right_column {
float: left;
width: 600px;
min-height: 400px;
}
#templatemo_footer {
clear: left;
background: #0066CC;
padding: 5px;
color: #FFFFFF;
}
#templatemo_footer a {
color: #FFFFFF;
}
#templatemo_site_title {
padding-top: 60px;
padding-left: 60px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 26px;
color: #000000;
}
#templatemo_site_slogan {
padding-top: 10px;
padding-left: 60px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: #000000;
}
.templatemo_line {
clear: left;
height: 3px;
background: #0066CC;
}
.templatemo_pic {
float: right;
margin-left: 10px; 
border: 1px solid #000000;
}
.section_box {
margin: 10px;
padding: 10px;
background: #008000;
color: #FFFFFF;
}
.section_box a {
color: #FFFF99;
}
.section_box a:hover {
color: #99FFFF;
}
.section_box2 {
margin-top: 10px;
padding: 10px;
border: 1px dashed #0066AA;
background: #D9EEFF;
color: #006699;
}
.section_box3 {
margin: 10px;
padding: 10px;
border: 1px dashed #0066AA;
background: #D9EEFF;
color: #006699;
}
.text_area {
margin: 10px;
}
.title {
padding-bottom: 10px;
font-size: 16px;
font-weight: bold;
color: #008800;
}
.subtitle {
padding-bottom: 10px;
font-size: 12px;
font-weight: bold;
}

/* Menu Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */
.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border: 1px solid #FFFFFF;
	border-width: 1px 0;
	background: black url(images/blockdefault.gif) center center repeat-x;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
	float: left;
	color: white;
	padding: 5px;
	text-decoration: none;
	border-right: 1px solid white;
}
.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}
p.iepara{
padding-top: 1em;
}

/* STYLE POUR FORMULAIRE DE CONTACT */

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #f5f5f5; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:500px;
	padding:2px;
	font: normal 1em 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: #4284B0;	
}
