@charset "UTF-8";

/********************************      Basic Structure      ********************************/

body, html {
	color: #FFF;
	background-image: url(../images/Solisco-Background.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	background-position: 0px 35px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#conteneur {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/Solisco-LoginBackground.jpg);
	background-repeat: repeat-x;
	height: 36px;
	width: 100%;
}
#connexion {
	width: 970px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: 24px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*************** Forms ***************/

form label {
                padding-left: 0;
                padding-bottom: 0px;
                padding-right: 0;
                padding-top: 0px;
                display: block;
                font-weight: bold;
                }
             
form fieldset legend {
                font-weight: bold;
                margin-bottom: 10px;
                padding-top: 10px;
                }
                
form p small {
                font-size: 0.75em;
                color: #777;
                }
				
				
form input.text-input,
form select,
form textarea,
form .wysiwyg {
	padding: 2px;
	font-size: 13px;
	border: 1px solid #d5d5d5;
	color: #333;
	background-color: #fff;
	background-image: url(../images/Solisco-bg-form-field.gif);
	background-repeat: repeat-x;
	background-position: left top;
                }
            
form .small-input {
                width: 85% !important;
                }
                
form .medium-input {
                width: 50% !important;
                }
                
form .large-input {
                width: 97.5% !important;
				font-size: 16px !important;
				padding: 8px !important;
                }
                
form textarea {
                width: 97.5% !important;
                font-family: Arial, Helvetica, sans-serif;
                }
                
form select {
                padding: 4px;
                background: #fff;
                }
				
form input[type="checkbox"],
form input[type="radio"] {
				padding: 0;
                background: none;
				border: 0;
                }
				
				
/*************** Header ***************/


#banner {
	background-repeat: no-repeat;
	float: left;
	height: 294px;
	width: 970px;
	text-align: center;
	margin-bottom: 15px;
}
#widget {
	float: right;
	display:block;
	width: 230px;
	margin-right: 10px;
}
#text {
	float: left;
	width: 430px;
	margin-left: 25px;
}
#text div.small {
				line-height: 15px;
				margin-right: 0px;
				margin-left: 0px;
				margin-bottom: 0px;
				margin-top: 0px;
				padding-left: 0px;
				padding-bottom: 0px;
				padding-right: 0px;
				padding-top: 0px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #878787;
			}
			#textaccueil {
	float: left;
	width: 790px;
	margin-left:10px;
}
#textsansmenu {
	float: left;
	width: 650px;
	margin-left:10px;
}

/********************************      Elements styling      ********************************/

.soustitre_orange, .soustitre_orange a, .soustitre_orange a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #F57820;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}
.soustitre_orange a:hover {
	color: #666;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #535353;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 10px;
}
#text ul li, #textsansmenu ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	font-weight: normal;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 5px;
	margin-left: 35px;
}
a, a:visited {
	color:#999;
	text-decoration: none;
}
a:hover {
	color:#666;
	text-decoration: none;
}
h1 {
	height: 91px;
	width: 200px;
	z-index: 2;
	position: relative;
	top: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px;
	background-repeat: no-repeat;
}
#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 10px;
	padding:0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #F57820;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 10px;
}
#text h4 {
				margin-bottom: 0px;
				padding-bottom: 0px;
			}
			#menutop {
	float: right;
	margin-right: 8px;
	padding:0;
}
#menutop ul {
	background-repeat: no-repeat;
	background-position: left bottom;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
}
#menutop ul li.leftSide {

	background-position: left bottom;

	background-repeat: no-repeat;

	background-image: url(../images/Solisco-MenuTopleft.jpg);

	padding-left: 10px;
}
#menutop ul li.rightSide {

	background-position: right bottom;

	background-repeat: no-repeat;

	background-image: url(../images/Solisco-MenuTopRight.jpg);

	padding-left: 10px;
}
#menutop ul li.page_item {
				background-color: #9a9a9a;
			}#menutop ul li{
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 28px;
	font-weight: bold;
	color:#FFF;
	display: inline-block;
	float: left;
	
}
#menutop ul li a:link, #menutop ul li a:visited {
	color:#FFF;
}
#menutop ul li a:hover {
	color: #CCC;
}
#menuleft {
	background-image: url(../images/Solisco-LeftMenuHeader.jpg);
	float: left;
	width: 230px;
	background-repeat: no-repeat;
	margin-left: 10px;
}
#menuleftcentre {
	background-image: url(../images/Solisco-LeftMenuCenter.jpg);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
	width: 200px;
}
#menuleftfooter {
	background-image: url(../images/Solisco-LeftMenuFooter.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 229px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#menuleftcentre ul {
				margin-right: 0px;
				margin-left: 0px;
				margin-bottom: 0px;
				margin-top: 0px;
				padding-right: 0px;
				padding-left: 0px;
				padding-bottom: 0px;
				padding-top: 0px;
			}
			#menuleftcentre ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #F57820;
	text-decoration: none;
	font-size:16px;
	line-height:38px;
	margin-top: 0px;
	margin-bottom: 0px;
	display:block;
}
#menuleftcentre ul li a:link, #menuleftcentre ul li a:visited {
	padding-bottom: 5px;
	color: #F57820;
	text-decoration: none;
	display:block;
	padding-left:10px;

}
#menuleftcentre ul li a:hover, #menuleftcentre ul li.current_page_item a {
	background-image: url(../images/Solisco-LeftMenuSelect.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}
#menuleftcentre ul li.current_page_item a:link {
	background-image: url(../images/Solisco-LeftMenuSelect.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer {
	background-image: url(../images/Solisco-Footer.jpg);
	background-repeat: repeat-x;
	height: 87px;
	width: 100%;
	padding-top: 25px;
	background-position: 0px 25px;
}
#conteneurfooter   {
	background-image: url(../images/Solisco-LogoFooter.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#conteneurfooter a , #conteneurfooter a:visited{
	color: #FFF;
	text-decoration: none;
}
#conteneurfooter a:hover {
	color: #333;
	text-decoration: none;
}
#menubas {
	float: left;
	width: 400px;
	margin-top: 10px;
}
#copyright {
	width: 400px;
	float: right;
	text-align: right;
	margin-top: 10px;
}
* {
margin: 0;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -87px;
}
.footer, .push {
	height: 87px;
	clear: both;
}
.connexion {
	float: right;
	width: 600px;
	margin-right: 10px;
}
#principal2 {
	float: left;
	display: block;
	width: 970px;
	margin-top: 25px;
}
#contact {
	background-image: url(../images/Solisco-Box.jpg);
	float: left;
	height: 205px;
	width: 285px;
	padding: 15px;
	background-repeat: no-repeat;
}
#saviezvous {
	background-image: url(../images/Solisco-Box.jpg);
	float: right;
	height: 205px;
	width: 285px;
	padding: 15px;
	background-repeat: no-repeat;
}
#nouvelles {
	background-image: url(../images/Solisco-Box.jpg);
	height: 205px;
	width: 285px;
	padding: 15px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#autreservices {
	background-image: url(../images/Solisco-Widget_SolutionLivre.jpg);
	background-repeat: no-repeat;
	height: 127px;
	width: 227px;
	margin-bottom: 20px;
}
#infolettre {
	height: 231px;
	display: inline-block;
	background-image: url(../images/Solisco-Infolettre.jpg);
	background-repeat: no-repeat;
	width: 208px;
	padding: 10px;
}
#infolettre form label {
				margin-right: 10px;
				line-height: 16px;
				font-size: 13px;
				font-family: Arial, Helvetica, sans-serif;
				color: #878787;
			}
			#infolettre form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #FFF;
	text-decoration: none;
}

#infolettre form input.text {
				height: 26px;
				margin-left: 5px;
				margin-bottom: 15px;
				margin-top: 10px;
				width: 195px;
				background-color: #CDCDCD;
				border: 0px none #CCC;
			}
			#infolettre form input.radio {
				margin-right: 5px;
				line-height: 16px;
			}
			#infolettre form .submitinfolettre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFF;
	background-image: url(../images/Solisco-InfolettreSubmit.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 23px;
	width: 88px;
	margin-top: 13px;
	background-color: #CDCDCD;
	border: 0px none #CCC;
}
#menu {
	float: left;
	height: 53px;
	padding-left: 215px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
	width: 735px;	
	margin-left: 10px;
}

/*#menu ul {
	display:inline-block;
}
#menu ul li {
	display: block;
	float: left;
}
#menu ul li a:link, #menu ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 15px;
	text-transform: uppercase;
	padding-left: 60px;
	padding-top:7px;
	padding-bottom:20px;
	color: #333;
	text-align: left;
}
#menu ul .apropos a:link, #menu ul .apropos a:visited {
	background-image: url(../images/Solisco-MenuAccueil.png);
	background-repeat: no-repeat;
}
ul#nav li.solution a:link, #menu ul#nav li.solution a:visited {
	background-image: url(../images/Solisco-MenuPrint.png);
	background-repeat: no-repeat;
}
#menu ul .services a:link, #menu ul .services a:visited {
	background-image: url(../images/Solisco-MenuIntegre.png);
	background-repeat: no-repeat;
}
#menu ul .engagement a:link, #menu ul .engagement a:visited {
	background-image: url(../images/Solisco-MenuEnvironnement.png);
	background-repeat: no-repeat;
}
#menu ul li a:hover {
	background-position:left bottom;
	color:#F57820;
}*/
#connexion form .submitlogin {
	background-image: url(../images/Solisco-LoginButton.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #FFF;
	display: block;
	height: 23px;
	width: 88px;
	border: 0px none #181818;
}


	/*-- nav --*/
	
	ul#nav {
		float: right;
		padding-left: 2px;
		margin: 0;
	}
	
		ul#nav li,
		ul#nav li a {
			display: block;
			float: left;
			line-height: 12px;
		}
		
		ul#nav li {
			padding-left: 0;
			padding-right: 2px;
			position: relative;
		}
		
		ul#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #666;
	padding: 7px 5px 20px 60px;
		}
	
ul#nav li.solution {
	background-image: url(../images/Solisco-MenuPrint.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.apropos {
	background-image: url(../images/Solisco-MenuAccueil.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.services {
	background-image: url(../images/Solisco-MenuIntegre.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.engagement {
	background-image: url(../images/Solisco-MenuEnvironnement.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li:hover {
	background-position:left bottom;
	color:#F57820;
}
			ul#nav li.active a {
				color: #3c9b8d;
			}
			
		/*-- Dropdowns --*/ 
		ul#nav li .dropdown {
	display:none;
	position: absolute;
	z-index: 10050;
	width: 208px;
	top: 60px;
	left: -4px;
	overflow: hidden;
	clear: left;
	background: url(../images/Solisco-nav_dropdown_grad.png) no-repeat 2px 0;
	padding-top: 1px;
		}
		
		ul#nav li ul {
	width: 100%;
	background: url(../images/Solisco-nav_dropdown_li.png) repeat-y 0 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
		}
		
		ul#nav li:hover .dropdown,
		ul#nav li.over .dropdown {
			display: block;
		}
		
		/* FIX: add styling? */
		ul#nav li:hover a,
		ul#nav li.over a {
			color: #353535;
		}
		
		ul#nav li:hover ul li a,
		ul#nav li.over ul li a {
			color: #454545;
		}
		
		/* get a clean slate for the dropdowns */
		ul#nav li ul li,
		ul#nav li ul li a {
			float:none;
			height: 1%;
			background: none;
			margin: 0;
			padding: 0;
			text-transform: none;
			font-weight: normal;
		}
		
		ul#nav li ul li {
	padding: 4px 0 6px 8px;
	margin: 0 5px 0 4px;
	background: url(../images/Solisco-nav_dropdown_sep.gif) repeat-x 0 bottom;
		}
		
			ul#nav li ul li.last { 
				background: none;
				padding-bottom: 4px;
			}
		
			ul#nav li ul li a {
	font-size: 12px;
	line-height: 12px;
	padding: 5px 7px 6px 7px;
	color: #454545;
	background: url(../images/Solisco-nav_dropdown_hover.gif) no-repeat left -23px;
			}
			
			ul#nav li ul li a:hover {
				background-position: left center;
				color: #fff;
			}
			
			ul#nav li .dropdown .bottom {
	background: url(../images/Solisco-nav_dropdown_bottom.png) no-repeat left top;
	height: 11px;
	line-height:1px;
			}
			#infolettre form label {
				display: inline-block;
			}
			#text div.entry {
				margin-bottom: 20px;
			}
			