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

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	background: #e7eefc;
	font: normal small "Arial", Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	color: #333333;
}


h1 {
font-size: 17px;
}

h2 {
font-size: 12px;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
margin-bottom: 8px;
}

ul li {
font-size: 11px ;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #3C74E6;
font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #3BBCD6;
font-weight: bold;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
}



.boxed .title h1 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}


.boxed .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}

/* Post */

.post {
}

.post2 {
width: 320px;
float: left;
height: 300px;
}


.post2bis {
width: 320px;
float: right;
height: 300px;
}


.post2bisads {
width: 320px;
float: right;
height: 300px;
}



.post2ter {
width: 660px;
float: right;
}


.post3 {
width: 660px;
}


.post .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}


.post2 .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post2bis .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}


.post2ter .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}



.post3 .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post2 .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}


.post2bis .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}


.post2ter .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post3 .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}

.post2 .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}


.post2bis .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}

.post2ter .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}

.post3 .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}

/* Header */

#header {
	width: 960px;
	height: 160px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	background: #010F6F url(images/header44.png) repeat-x;
border-top: 3px solid #3C74E6;
border-bottom: 3px solid #3C74E6;
}

/* Header > Logo */

#logo {
	float: left;
	width: 240px;
	height: 50px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 50px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 120px;
	list-style: none;
}

#menu li {
	display: inline;
font-size: 13px;
}

#menu a {
	display: block;
	float: left;
	width: 150px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #3C74E6;
}

#menu .active a {
	background: #FFFF99;
}



#menu .sousMenu
{
 display: none;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
}
#menu .sousMenu li
{
 float: none;
 margin: 0;
 padding: 0;
 border: 0;
display: list-item;
}

#menu li:hover > .sousMenu { display: block; }


/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: #ffffff;
	border-top: 1px solid #FFFFFF;
height: auto;
}

/* Content > Main */

#main {
	float: left;
	width: 460px;
	padding-left: 20px;
}


#main2 {
	float: left;
	width: 660px;
	padding-left: 20px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 216px;
}

#sidebar .boxed .title h2 {
	background: url(images/img08.gif) no-repeat;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
}

/* Content > Sidebar > Updates*/

#updates {
}

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

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: normal;
	font-size: .8em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 204px;
	padding-left: 20px;
}

#sidebar2 .boxed .title h2 {
	background: url(images/img10.gif) no-repeat right top;
}

/* Content > Sidebar2 > Sponsors */

#sponsors {
}

#sponsors ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 {
	text-align: center;
}









/* Footer */

#footer-index {
	clear: both;
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	background: #ffffff;
}

#footer {
	clear: both;
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	background: #ffffff;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: small;
}

#footer-index p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: small;
}




#footer a {
	text-decoration: none;
	color: #000000;

}


#footer-index a {
	text-decoration: none;
	color: #000000;

}


#footer a:hover {
	text-decoration: underline;
color: #3BBCD6;
}


#footer-index a:hover {
	text-decoration: underline;
color: #3BBCD6;
}


/* Footer > Legal */

#legal {
}

#legal a{
font-size: 11px;
}



/* Footer > Links */

#links {
border-top: 2px solid #3C74E6;
font-size: 11px;
padding: 20px;
}

#links a{
font-size: 11px;
}





BOTTOMz


.bottom1{
width: 180px;
float: left;
padding: 0 0 0 20px;
}


.bottom2{
width: 180px;
padding: 0 0 0 200px;
}


.bottom3{
width: 180px;
float: right;
}










.bottomi{
width: 960px
background: #FFCC66;
}

.bottomcolumn{
		float: left;
		width:170px;
		margin-right: 14px;
background: url(images/img07.gif) repeat-x;
font-size:11px;

	}

	.bottomcolumn h3{
background: #3C74E6 url(images/img06.gif) repeat-x;
color: #ffffff; font-size:15px; padding: 5px 0 5px 5px;

	}

	.bottomcolumn p{
		padding: 10px 5px 10px 5px;
		font-size: 1.2em;

	}











.produitTitre
{
	background: #3C74E6 url(images/img06.gif) repeat-x;
height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
font-weight: bold;
}


.produitPrix
{
font-weight: bold;
}

th
{
	background: #3C74E6 url(images/img06.gif) repeat-x;
color: #ffffff;
}


.produitDescriptif
{
background: #ffffff;
} 

.produitPrix
{
background: #ffffff;
} 


td
{
background: #ffffff;
} 



.produitDescriptif img
{
float:left;
} 


.produitSwf {
float:left;
margin: 10px 10px 10px 10px;
} 


















#navigation-1 {
	margin: 112px 0 20px 0;
	list-style:none;
	width:960px;
	height:28px;
	border-top:0px solid #ff1493;
	border-bottom:0px solid #000000;
	font:normal 10pt verdana, arial, helvetica;
float: left;
background: #ffcc00;
font-family: Verdana;
}
#navigation-1 li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	width:145px;
}
#navigation-1 li a:link, #navigation-1 li a:visited {
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#be0000;
	color:#ffffff;
	width:145px;
	height:20px;
border-left:1px solid #ffffff;
}
#navigation-1 li:hover a, #navigation-1 li a:hover, #navigation-1 li a:active {
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#ffffff;
	color:#be0000;
	width:143px;
	height:20px;
	border-left:0px solid #be0000;
	border-right:0px solid #be0000;
}
#navigation-1 li ul.navigation-2 {
	margin:0;
	padding:1px 1px 0;
	list-style:none;
	display:none;
	background:#ffffff;
	width:143px;
	position:relative;
	top:0px;
	left:-1px;
	border:0px solid #000099;
	border-top:none;
}
#navigation-1 li:hover ul.navigation-2 {
	display:block;
}
#navigation-1 li ul.navigation-2 li {
	width:143px;
	clear:left;
	width:143px;
}
#navigation-1 li ul.navigation-2 li a:link, #navigation-1 li ul.navigation-2 li a:visited {
	clear:left;
	background:#be0000;
	padding:4px 0;
	width:200px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
color: #ffffff;
}
#navigation-1 li ul.navigation-2 li:hover a, #navigation-1 li ul.navigation-2 li a:active, #navigation-1 li ul.navigation-2 li a:hover {
	clear:left;
	background:#ffffff;
	padding:4px 0;
	width:200px;
	border:none;
	border-bottom:1px solid #be0000;
	position:relative;
	z-index:1000;
color: #be0000;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 {
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	left:145px;
	top:-2px;
	padding:1px 0px 0 0px;
	border:1px solid #000099;
	border-left:0px solid #000099;
	background:#ffffff;
	z-index:900;
}
#navigation-1 li ul.navigation-2 li:hover ul.navigation-3 {
	display:block;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:visited {
	background:#000099;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li:hover a, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:hover, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:active {
	background:#0066FF;
}
#navigation-1 li ul.navigation-2 li a span {
	position:relative;
	top:0;
	left:132px;
	font-size:12pt;
	color:#fe676f;
}
#navigation-1 li ul.navigation-2 li:hover a span, #navigation-1 li ul.navigation-2 li a:hover span {
	position:relative;
	top:0;
	left:132px;
	font-size:12pt;
	color:#be0000;
}




