/* 
	Theme Name: Corporate WordPress Theme
	Theme URL: http://www.studiopress.com/themes/corporate
	Description: Corporate is a 2-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	Tags: two columns, fixed width, black, white, gray, blue, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 2/20/09
*/

body {
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	
	background:url("images/background2.png") no-repeat scroll left bottom transparent;
	}
	
#wrap {
	margin:auto;
	padding: 0px;
	position: relative;
    height: auto;

	width:970px;
	
	}
	
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
        text-decoration:none;
	}
a:hover img{
tex-decoration:none;
}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Top     									*
************************************************/

#top {
	width: 980px;
	height: 0px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
        background: black;
	}
	
/************************************************
*	Header  									*
************************************************/

#slogan {
	color:#E2E2E2;
	font-size:15px;
	font-weight:lighter;
	left:70px;
	position:absolute;
	top:65px;
	}

#phone {
	background:url("images/contact.png") no-repeat scroll 0 0 transparent;
	clear:both;
	height:56px;
	right:355px;
	margin:0;
	padding:0;
	position:fixed;
	text-indent:-9000px;
	top:0;
	width:272px;
	z-index:100;
}

#login {
	left:834px;
	position:relative;
	top:69px;
	z-index:100;
	clear:both;
	margin:0;
	padding:0;
        width:250px;
	}

#phone span#no {
	color:#E2E2E2;
	display:block;
	font-size:16px;
	margin-left:32px;
	padding-top:7px;
	}


#header {
	background:url("images/logo-header.png") no-repeat scroll 0 5px white;
	height:120px;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	width:960px;
}

#header h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 10px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.headerleft {
	width: 640px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

.headerleft p {
	color: #C0C0C0;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
	}
	
.headerright {
	width: 300px;
	float: right;
	margin: 0px;
	padding: 88px 10px 0px 0px;
	text-align: right;
	}
	
.headerright p {
	margin: 0px;
	padding: 0px;
	}
	
.headerright a, .headerright a:visited {
	color: #000000;
	text-decoration: none;
	}
	
.headerright a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
/************************************************
*	Navbar      								*
************************************************/
	
#navbar {
	background: #000000 url(images/navbar.gif);
	width: 960px;
	height: 35px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-weight: normal;
    margin: 0px;
	padding: 9px 20px 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #000000;
	}

#nav li a:hover, #nav li a:active {
	background: #000000 url(images/navhov.gif);
	color: #FFFFFF;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 175px;
	background: #424242;
	color: #FFFFFF;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #000000;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	background: #000000 url(images/navhov.gif);
	color: #FFFFFF;
	}

/************************************************
*	Homepage 					            	* 
************************************************/

/* #internet {
	background: url(http://www.alioze.com/internet.png) no-repeat;
	height:29px;
	left:615px;
	position:absolute;
	top:457px;
	width:30px;
	}

#referencement {
	background: url(http://www.alioze.com/referencement.png) no-repeat;
	height:29px;
	left:615px;
	position:absolute;
	top:457px;
	width:30px;
	}

#formation {
	background: url(http://www.alioze.com/formation.png) no-repeat;
	height:29px;
	left:925px;
	position:absolute;
	top:569px;
	width:30px;
	}

#sem {
	background: url(http://www.alioze.com/sem.png) no-repeat;
	height:29px;
	left:929px;
	position:absolute;
	top:414px;
	width:30px;
	}



#conseil {
	background: url(http://www.alioze.com/conseil.png) no-repeat;
	height:29px;
	left:615px;
	position:absolute;
	top:457px;
	width:30px;
	}


#internet {
	background: url(http://www.alioze.com/internet.png) no-repeat;
	height:29px;
	left:615px;
	position:absolute;
	top:457px;
	width:30px;
	} */

#homepage {
	width: 940px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}	
	
#homepage p {
	margin: 0px;
	padding: 0px;
        text-align: justify;
	}
	
#homepage a, #homepage a:visited  {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
#homepage a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}
	
#homepage embed, #homepage object {
	width: 280px; 
	height: 235px;
	margin: 0px; 
	padding: 0px;
	}
	
#homepage .widget  {
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border: 1px solid #E6E6E6;
	}

#homepage .widgetsearch {
	margin:0 0 10px;
	padding:9px;
}
	
.img_broch{
width:25px;
height:25px;
}
#homepage .widget a img{
        text-decoration:none;
}
#homepage .widget p.brochure{
          float:right;
          margin-top:9px;
          margin-right:19px;
}
	
#homepage ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#homepage ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul li li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#homepage ul li ul li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#homepage ul li a, #homepage ul li a:visited {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px dotted #F7F7F7;
	}
	
#homepage ul li a:hover{
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
.homepageleft {
	float: left;
	width: 630px;
	margin: 0px;
	padding: 0px;
	}

.homepageleft img,
.homepageright img {
	float:left;
}	
.homepageleft h2,
.homepageright h2 
{
	line-height:28px;
	color: #222222;
	font-size: 17px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.homepageleft h2 a,
.homepageright h2 a
{
	margin-left:5px;
}
	
.homepageright {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	}
	

	
#fcg {
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border: 1px solid #E6E6E6;
	}
	
#fcg h2 {
	color: #222222;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 5px;
	}
	
#fcg p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	}
	
#homepagebottom {
	float: left;
	width: 630px;
	margin: 0px;
	padding: 0px;
	}
	
#homepagebottom p {
	margin: 0px;
	padding: 0px;
	}
	
#homepagebottom h1 {
	color: #222222;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	}
	
#homepagebottom h1 a, #homepagebottom h1 a:visited {
	color: #222222;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border: none;
	}

#homepagebottom h1 a:hover{
	color: #3A87DD;
	text-decoration: none;
	border: none;
	}

.section {
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border: 1px solid #E6E6E6;
	}

.hpbottomleft {
	float: left;
	width: 310px;
	margin: 0px;
	padding: 0px;
	}

.hpbottomright {
	float: right;
	width: 310px;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/
div.date{
	padding-bottom:10px;
	text-align:right;
	}
#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 20px;
	}
	
#contentleft {
	float: left;
	width: 640px;
	margin: 0px;
	padding: 20px 0px 20px 20px;
	}

#contentwide {
	float: left;
	width: 920px;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	}
	
#contentwide a, #contentwide a:visited {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
#contentwide a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}

#contentleft h1, #contentwide h1 {
	color: #222222;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border-bottom: 2px solid #CCCCCC;
	}
	
#contentleft h1 a, #contentwide h1 a  {
	color: #222222;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border: none;
	}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #3A87DD;
	text-decoration: none;
	border: none;
	}
	
#contentleft h2, #contentwide h2 {
	color: #222222;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 18px;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#contentleft h3, #contentwide h3 {
	color: #222222;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border-bottom: 2px solid #CCCCCC;
	}
	
#contentleft h4, #contentwide h4 {
	color: #222222;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border-bottom: 2px solid #CCCCCC;
	}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

.postarea p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
.postarea a:hover, .postcomments a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}
	
.postarea ol {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea ul ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
blockquote {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 1px solid #E6E6E6;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.postmeta {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 50px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
.archive {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 20px 25px 20px 0px;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #F5F5F5;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
	float: right;
	width: 260px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	line-height: 18px;
	}
	
#sidebar h2 {
	color: #222222;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar a, #sidebar a:visited {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px dotted #F7F7F7;
	}
	
#sidebar a:hover{
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}

#sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#sidebar .widget  {
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#sidebar ul li ul li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#sidebar .video embed, #sidebar .video object {
	width: 250px; 
	height: 205px;
	margin: 0px; 
	padding: 0px;
	}
	
.textwidget {
	margin-left: -6px;
	padding: 0px;
	}
	
.postform {
	background: #F5F5F5;
	width: 235px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 0px 0px;
	}
	
/************************************************
*	Footer  									*
************************************************/
div.menufooter{
	background:none repeat scroll 0 0 transparent;
	clear:both;
	color:white;
	padding-left:7px;
}

div.menufooter a,
div.menufooter a:visited
{
	color:white;
	text-decoration:none;
}

div.menufooter a:hover
{
	text-decoration:underline;
}

div.menufooter h3{
	text-transform:uppercase;
	font-size:14px;
}
	
div.menufooter div.un,
div.menufooter div.de,
div.menufooter div.tr,
div.menufooter div.qu
{
	float:left;
	margin:0 20px 0 15px;
	padding-bottom:8px;
}
div.menufooter  li{
	list-style:none;
	font-size:11px;
}
#footer {
	height: 42px;
	width: 960px;
	color: black;
	font-size: 11px;
	text-transform: uppercase;
	margin: 5px auto;	
	
	padding-left:27px;
}
#footer img {
	float:left;
}
#footer p {
	color: black;
	margin: 0px;	
	padding: 0px;
	}
	
#footer a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#footer a {
	color: black;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}
	
.footerleft {
	width: 650px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	}
	
.footerright {
	width: 230px;
	float: right;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	text-align: right;
	}
	
/************************************************
*	Bottom  									*
************************************************/

#bottom {
	width: 980px;
	height: 15px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
/************************************************
*	Search Form									*
************************************************/

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #333333 url(images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	margin: 0px 0px 0px 0px;
	}
	
#searchformheader {
	margin: 0px;
	padding: 0px;
	}
	
#searchbox {
	background: #F7F7F7 !important;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	width: 210px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 3px 0px 0px;
	border: 1px solid black;
	}
	
#searchbutton {
	background: #000000 url(images/navbar.gif);
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px;
	border: 1px solid #222222;
	}
	
#s {
	background: #FFFFFF;
	width: 175px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#searchsubmit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
	}
	
#submit {
	background: #666666;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	}
	
#author, #email, #url {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #666666;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	}
	
.reply a:hover {
	background: #3A87DD;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #3A87DD;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}


.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color: #CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border:1px solid #CC0000;
}
ul,ol{
	list-style:none;
	list-style-image:none;
	padding-left:20px;
}
#gallery {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:524px; 
  height:150px; 
  background:#000 url("http://www.alioze.com/wp-content/themes/corporate_10/images/background.jpg") ;
  padding-top:50px;
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:150px;
  width:28px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:28px; 
  height:150px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  width:320px;
  }
#gallery li a:hover img {
  width:320px;
  }
.ref{
	paddind-left:50px;
text-align:center;
width:250px;  padding-left:50px; text-align:center
}
ul.boutique a{
	margin-left:272px;
}
ul.boutique li{
	list-style:none;
	list-style-type:none;
	list-style-image:none;
}
ul.boutique img{
	align-text:center;
}

#paris{
	float:left;
	width:300px;
}
#bordeaux{
	float:left;
	margin-left:40px;
	width:300px;
}

#un, #deux, #trois, #quatre, #cinq, #six, #sept, #huit, #neuf, #dix, #onze, #douze, #treize, #quatorze, #quinze, #seize, #dixsept, #dixhuit, #dixneuf, #vingt, #vingt-un, #vingt-deux, #vingt-trois{
margin-top:25px;
text-indent:-9000px;
margin-left:160px;
}

#un a, #un a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/duban-coiffure.png) no-repeat;
border: 0 none ;
}

#un a:hover {
background:url(http://www.alioze.com/ref/duban-coiffure.png) no-repeat;
z-index:100;
}

#deux a, #deux a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/aeroport-de-bordeaux.png) no-repeat;
border: 0 none ;
}

#deux a:hover {
background:url(http://www.alioze.com/ref/aeroport-de-bordeaux.png) no-repeat;
z-index:100;
}


#trois a, #trois a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/c-design-fashion.png) no-repeat;
border: 0 none ;
}

#trois a:hover {
background:url(http://www.alioze.com/ref/c-design-fashion.png) no-repeat;
z-index:100;
}


#quatre a, #quatre a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/cabinet-dentaire-pellizza.png) no-repeat;
border: 0 none ;
}

#quatre a:hover {
background:url(http://www.alioze.com/ref/cabinet-dentaire-pellizza.png) no-repeat;
z-index:100;
}


#cinq a, #cinq a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/courtage-patrimoine.png) no-repeat;
border: 0 none ;
}

#cinq a:hover {
background:url(http://www.alioze.com/ref/courtage-patrimoine.png) no-repeat;
z-index:100;
}


#six a, #six a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/cuisine-clift.png) no-repeat;
border: 0 none ;
}

#six a:hover {
background:url(http://www.alioze.com/ref/cuisine-clift.png) no-repeat;
z-index:100;
}




#sept a, #sept a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/le-go-west.png) no-repeat;
border: 0 none ;
}

#sept a:hover {
background:url(http://www.alioze.com/ref/le-go-west.png) no-repeat;
z-index:100;
}



#huit a, #huit a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/buzz2dames.png) no-repeat;
border: 0 none ;
}

#huit a:hover {
background:url(http://www.alioze.com/ref/buzz2dames.png) no-repeat;
z-index:100;
}


#neuf a, #neuf a:visited{
display:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/leparadisdesmarques-fr.png) no-repeat;
border: 0 none ;
}

#neuf a:hover {
background:url(http://www.alioze.com/ref/leparadisdesmarques-fr.png) no-repeat;
z-index:100;
}


#dix a, #dix a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/les-trouvailles-delsa.png) no-repeat;
border: 0 none ;
}

#dix a:hover {
background:url(http://www.alioze.com/ref/les-trouvailles-delsa.png) no-repeat;
z-index:100;
}


#onze a, #onze a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/trendy-workshop.png) no-repeat;
border: 0 none ;
}

#onze a:hover {
background:url(http://www.alioze.com/ref/trendy-workshop.png) no-repeat;
z-index:100;
}

#douze a, #douze a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/miroiterie-ferraris.png) no-repeat;
border: 0 none ;
}

#douze a:hover {
background:url(http://www.alioze.com/ref/miroiterie-ferraris.png) no-repeat;
z-index:100;
}


#treize a, #treize a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/naco-paris.png) no-repeat;
border: 0 none ;
}

#treize a:hover {
background:url(http://www.alioze.com/ref/naco-paris.png) no-repeat;
z-index:100;
}

#quatorze a, #quatorze a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/osteria-da-luigi.png) no-repeat;
border: 0 none ;
}

#quatorze a:hover {
background:url(http://www.alioze.com/ref/osteria-da-luigi.png) no-repeat;
z-index:100;
}



#quinze a, #quinze a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/paule-vasseur.png) no-repeat;
border: 0 none ;
}

#quinze a:hover {
background:url(http://www.alioze.com/ref/paule-vasseur.png) no-repeat;
z-index:100;
}


#seize a, #seize a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/the-bke-shop.png) no-repeat;
border: 0 none ;
}

#seize a:hover {
background:url(http://www.alioze.com/ref/the-bke-shop.png) no-repeat;
z-index:100;
}


#dixsept a, #dixsept a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/esprit-de-parfum.png) no-repeat;
border: 0 none ;
}

#dixsept a:hover {
background:url(http://www.alioze.com/ref/esprit-de-parfum.png) no-repeat;
z-index:100;
}



#dixhuit a, #dixhuit a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/leparadisdesmarques-com.png) no-repeat;
border: 0 none ;
}

#dixhuit a:hover {
background:url(http://www.alioze.com/ref/leparadisdesmarques-com.png) no-repeat;
z-index:100;
}

#dixneuf a, #dixneuf a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/idalis.png) no-repeat;
border: 0 none ;
}

#dixneuf a:hover {
background:url(http://www.alioze.com/ref/idalis.png) no-repeat;
z-index:100;
}

#vingt a, #vingt a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/cabinet-ravier.png) no-repeat;
border: 0 none ;
}

#vingt a:hover {
background:url(http://www.alioze.com/ref/cabinet-ravier.png) no-repeat;
z-index:100;
}

#vingt-un a, #vingt-un a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/ajomo.png) no-repeat;
border: 0 none ;
}

#vingt-un a:hover {
background:url(http://www.alioze.com/ref/ajomo.png) no-repeat;
z-index:100;
}


#vingt-deux a, #vingt-deux a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/lilao-spa.png) no-repeat;
border: 0 none ;
}

#vingt-deux a:hover {
background:url(http://www.alioze.com/ref/lilao-spa.png) no-repeat;
z-index:100;
}

#vingt-trois a, #vingt-trois a:visited{
display:block; text-decoration:none;
height: 145px;
width: 300px;
background:url(http://www.alioze.com/ref/nb/bal-ete-colonna-de-stigliano.png) no-repeat;
border: 0 none ;
}

#vingt-trois a:hover {
background:url(http://www.alioze.com/ref/bal-ete-colonna-de-stigliano.png) no-repeat;
z-index:100;
}
