* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/bg.gif) repeat-x;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


h1, h2, h3 {
	margin-top: 1.5em;
	color: #2C5C89;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #2C5C89;
}


h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #2C5C89;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #2C5C89;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #2C5C89;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 250px;
}

#menu {
	float: left;
	height: 35px;
	padding-top: 3px;
	padding-left: 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 35px;
	width: 180px;
	margin-right: 0px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
    text-align: center;
	background: url(images/button.jpg) no-repeat
}

#menu a:hover {
	color: #2C2E22;
}

#menusoft {
	float: left;
	height: 35px;
	padding-top: 1x;
	padding-left: 14px;
}

#menusoft ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menusoft li {
	float: left;
}

#menusoft a {
	display: block;
	float: left;
	height: 35px;
	width: 150px;
	margin-right: 0px;
	text-decoration: none;
	font-size: 0.9 em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
    text-align: center;
	background: url(images/buttonmenusofts.jpg) no-repeat
}

#menusoft a:hover {
	color: #000000;
}

/* Logo */

#logo {
	width: 900px;
	height: 210px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
}


#logo h1 {
	padding-top: 140px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 20px;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: #ffffff;
	border-left: 2px solid #063E82;
	border-right: 2px solid #063E82;
	border-top: none;
	padding-top: 20px;
	text-decoration:none;
}

/* Content */

#content {
	float: left;
	width: 680px;
	padding-left: 5px;
	text-decoration:none;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	height: 30px;
	font-size: 2.4em;
}

.post .entry {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 15px;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	background: url(images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2C5C89;
}

.post .meta a {
	color: #2C5C89;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x;
}

.post .links a, .post .tags a {
	border: none;
}


/* Sidebars */

.sidebar {
	float: left;
}

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

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
	width: 224px;
	padding: 0px 0px 0px 20px;
}

#sidebar2 {
	width: 170px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#sidebar2 li h2 {
	margin: 0 0 1em 0;
	background: url(images/title.jpg) no-repeat left top;
	height: 35px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 7px;
}

#sidebar2 li ul {
	line-height: normal;
}

#sidebar2 li li {
	padding: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}



/* Footer */
#footer
{
	padding: 0px;
	width: 904px;
	height: 50px;
	margin: 0 auto;
	/*background: #1958A9;*/
	background: url(images/footer_back.gif) no-repeat left top;
	/*border-left: 1px solid #0B4A9A;
	border-right: 1px solid #0B4A9A;
	border-top: 1px solid #0B4A9A;
	border-bottom: 1px solid #0B4A9A;*/
	padding-top: 5px;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}

.bouton
{
        color:#FF0036;
        font-size:1px;
        cursor:pointer;
}
.bouton:hover
{
        text-decoration:underline;
}
.texte
{
        border:1px solid #333333;
        background:#0D69DD;
        padding:1px;
        color:#333333;
}
.texte:hover
{
        border:1px solid #000000;
        background:#cccccc;
        color:#000000;
}
#boutonfonct
{
background:url(images/boutonfonct.jpg) no-repeat;
width:600px;
height:30px;
text-align:center;
color:#FFFFFF;
padding-top: 5px;
font-size:16px;
font-weight:bold;
}
#infobulle {
position: absolute;
visibility: hidden;
padding: 3px;
color: blue; 
font-size: 15px; 
font-weight: bold;
background: white;
border: 4px solid blue;
}