@charset "UTF-8";
/* CSS Document */

body				{margin:0;}
#conteneur			{margin:auto; width:1200px; position:relative; }
header				{width:100%;height:160px; background-image:-moz-linear-gradient(360deg, #FFF, #6CF); background-image:-webkit-linear-gradient (360deg, #FFF, #6CF); background-image:-o-linear-gradient(360deg, #FFF, #6CF); background-image:linear-gradient(360deg, #FFF, #6CF); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF',endColorstr='#6CF', GradientType=0);}
#logo				{width:250px; text-align:center; padding-top:5px; float:left;}
#titre				{width:950px; height:75px; float:left; text-align:center; line-height:5px; color:#00C; font-family:"Verdana", arial; border-bottom:double; border-bottom-color:#600; padding-top: 20px;}

nav					{width:950px; height:40px; float:left; padding-top:10px;}

/*menu*/
#menu-demo2, #menu-demo2 ul{
padding:0;
margin:0;
list-style:none;
text-align:center;
}
#menu-demo2 li{
display:inline-block;
position:relative;
border-radius:8px 8px 0 0;
}
#menu-demo2 ul li{
display:inherit;
border-radius:0;
}
#menu-demo2 ul li:hover{
border-radius:0;
}
#menu-demo2 ul li:last-child{
border-radius:0 0 8px 8px;
}
#menu-demo2 ul{
position:absolute;
z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu-demo2 li:hover ul{
max-height:20em;
}
/* background des liens menus */
#menu-demo2 li:first-child{
background-color: #65537A;
background-image:-webkit-linear-gradient(top, #65537A 0%, #2A2333 100%);
background-image:linear-gradient(to bottom, #65537A 0%, #2A2333 100%);
}
#menu-demo2 li:nth-child(2){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#menu-demo2 li:nth-child(3){
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
}
#menu-demo2 li:nth-child(4){
background-color: #3A57ED;
background-image:-webkit-linear-gradient(top, #3A57ED 0%, #050997 100%);
background-image:linear-gradient(to bottom, #3A57ED 0%, #050997 100%);
}
#menu-demo2 li:nth-child(5){
background-color: #FA2929;
background-image:-webkit-linear-gradient(top, #FA2929 0%, #750101 100%);
background-image:linear-gradient(to bottom, #FA2929 0%, #750101 100%);
}
#menu-demo2 li:last-child{
background-color: #CFFF6A;
background-image:-webkit-linear-gradient(top, #CFFF6A 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #CFFF6A 0%, #677F35 100%);
}
/* background des liens sous menus */
#menu-demo2 li:first-child li{
background:#2A2333;
}
#menu-demo2 li:nth-child(2) li{
background:#333A40;
}
#menu-demo2 li:nth-child(3) li{
background:#9F391A;
}
#menu-demo2 li:nth-child(4) li{
background:#050997;
}
#menu-demo2 li:nth-child(5) li{
background:#750101;
}
#menu-demo2 li:last-child li{
background:#677F35;
}
/* background des liens menus et sous menus au survol */
#menu-demo2 li:first-child:hover, #menu-demo2 li:first-child li:hover{
background:#65537A;
}
#menu-demo2 li:nth-child(2):hover, #menu-demo2 li:nth-child(2) li:hover{
background:#729EBF;
}
#menu-demo2 li:nth-child(3):hover, #menu-demo2 li:nth-child(3) li:hover{
background:#F6AD1A;
}
#menu-demo2 li:nth-child(3):hover, #menu-demo2 li:nth-child(4) li:hover{
background:#3A57ED;
}
#menu-demo2 li:nth-child(3):hover, #menu-demo2 li:nth-child(5) li:hover{
background:#FA2929;
}
#menu-demo2 li:last-child:hover, #menu-demo2 li:last-child li:hover{
background:#CFFF6A;
}
/* les a href */
#menu-demo2 a{
text-decoration:none;
display:block;
padding:8px 32px;
color:#fff;
font-family:arial;
}
#menu-demo2 ul a{
padding:8px 0;
}
#menu-demo2 li:hover li a{
color:#fff;
text-transform:inherit;
}
#menu-demo2 li:hover a, #menu-demo2 li li:hover a{
color:#000;
}

/*contenu*/
#contenu			{width:1200px; height:auto;float:left; margin-top:10px;}
section				{width:780px; height:auto; background-color:#FFF; padding:10px; border: double; border-color:#000000; margin-bottom:15px; font-family:Verdana, arial;float:left;}
section hr			{color:#900; background-color:#900; height:2px; border:0;}


section ul			{padding:0 ;margin:0; list-style-type:none; }
section li 					{margin-left:10px;float:left; /*pour IE*/}
section ul li a 			{display:block;float:left; width:130px; background-color:#FFF; color:black; text-decoration:none; text-align:center; padding:5px; border-bottom:2px solid; /*pour avoir un effet "outset" avec IE :*/ border-color:#DCDCDC #696969 #696969 #DCDCDC; }
section ul li a:hover 		{background-color:#09F; border-color:#696969 #DCDCDC #DCDCDC #696969;}
section h3			{color:#03F;}
section h4			{line-height:20px;}
section p1			{color:#F00}

article	h1			{color:#600; margin:0; padding:0;text-transform:uppercase; font-size:36px; padding-left:0 ; background-repeat:no-repeat; background-position:5px;}
article p			{text-align:justify;}
article p5			{ margin-left:140px;}
article p3			{ margin-left:350px;}
article p4			{text-align:center;}
article p2			{ margin-left:15px;}
article h4			{line-height:20px;}

aside				{width:370px; background-color:#DBE0F5;height:auto;float:left; margin-left:4px; padding-left: 10px; padding-right:10px ; padding-bottom: 30px;background-image:-moz-linear-gradient(360deg, #FFF, #6CF); background-image:-webkit-linear-gradient (360deg, #FFF, #6CF); background-image:-o-linear-gradient(360deg, #FFF, #6CF); background-image:linear-gradient(360deg, #FFF, #6CF); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF',endColorstr='#6CF', GradientType=0); -o- border-radius:15px; -ms- border-radius:15px; -moz- border-radius:15px; -webkit- border-radius:15px; border-radius:15px;}
aside h1			{color:#600; margin:0; padding-top:10px; padding-bottom:10px; text-transform:uppercase; font-size:24px;font-family:Verdana, arial;}
aside hr			{ color:#900; background-color:#900; height:2px; border:0; margin-top:0; margin-bottom:10px}
aside h5			{color: #FFF; margin:0; padding-top:10px; padding-bottom:10px; text-transform:uppercase; font-size:16px;font-family:Verdana, arial;}



footer				{width:1200px; text-align:center; float:left; height:300px; margin-bottom:20px; line-height:50px; background-image:-moz-linear-gradient(180deg, #FFF, #6CF); background-image:-moz-linear-gradient(360deg, #FFF, #6CF); background-image:-webkit-linear-gradient (360deg, #FFF, #6CF); background-image:-o-linear-gradient(360deg, #FFF, #6CF); background-image:linear-gradient(180deg, #FFF, #6CF); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF',endColorstr='#6CF', GradientType=0); -o- border-radius:0 0 15px 15px; -ms- border-radius:0 0 15px 15px; -moz- border-radius:0 0 15px 15px; -webkit- border-radius:0 0 15px 15px; border-radius:0 0 15px 15px;}
#legal				{width:350px; float:left; text-align:left; margin-left:50px; line-height:25px;}
#legal h3			{font-family:Arial, Helvetica, sans-serif; text-decoration:underline; color:#006;}
#liens				{width:350px; float:left;text-align:left; margin-left:30px;line-height:25px; padding-left: 20px;}
#liens ul			{list-style:none;margin-left:0;padding-left:0;}
#liens h3			{font-family:Arial, Helvetica, sans-serif; text-decoration:underline;color:#006;}
#liens a 	 		{color:#000;text-decoration:none;}
#liens a:hover 	 	{color:#06F;text-decoration: underline;}
#copyright			{width:400px; float:left;line-height:0; padding-top:20px;}
#copyright h3		{font-family:Arial, Helvetica, sans-serif; text-decoration:underline;color:#006; padding-bottom:0;}
#copyright img		{margin-top:0px}
#newsleter			{width:400px; float:left;line-height:25px;}
#newsleter h3		{font-family:Arial, Helvetica, sans-serif; text-decoration:underline; color:#006;}



.margin-video		{margin-bottom:15px;}
					