/*
* style.css
*/

/* Mise en page */

html,body {
	position: relative;
	background-image: url('../images/bg.png');
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	outline: none;
}

#page {
	position: relative;
	background-color: #f0f0f2;
	width: 960px;
	min-width: 600px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	overflow: hidden;
	border: 1px solid #000000;
	box-shadow: 0px 5px 35px #000000;
}
/* Titre principal */
#page #head {
	position: relative;
	width: 960px;
	min-width: 600px;
	height: auto;
	margin: 25px auto;
	padding: 0;
}

#page #head h1 {
	font-family: "Tahoma", verdana, arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
/**********************************/
/* bandeau */
#page .bandeau {
	position: relative;
	background-color: #222222;
	border: 1px solid #000000;
	width: 900px;
	min-width: 600px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border-radius: 5px 5px 0 0;
}

	#page .bandeau h2 {
		font-family: "Tahoma", verdana, arial, sans-serif;
		font-size: 18px;
		font-weight: normal;
		color: #ffffff;
		margin: 0;
		padding: 8px 12px;
}
/*********/
/* Détails configuration serveur */
#page .content {
	background-color: #ffffff;
	width: 900px;
	min-width: 600px;
	height: auto;
	margin: 0 auto 25px auto;
	padding: 0;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

	#page .content dl {
		margin: 0;
		padding: 15px 25px;
	}
	
		#page .content dl dt {
			font-family: "Tahoma", verdana, arial, sans-serif;
			font-size: 13px;
			font-weight: bold;
			margin: 0;
			padding: 0;
		}
		
		#page .content dl dd {
			font-family: "Tahoma", verdana, arial, sans-serif;
			font-size: 13px;
			font-weight: normal;
			margin: 5px 0 5px 15px;
			padding: 0;
		}
/* mes outils */
#page .content ul{
	margin: 0;
	padding: 20px 12px;
}
	#page .content ul li {
		position: relative;
		list-style-type: none;
		margin: 5px 0 5px 0;
		padding: 0;
		display: block;
	}
	
		#page .content ul li a {
			font-family: "Tahoma", verdana, arial, sans-serif;
			font-size: 13px;
			font-weight: normal;
			color: #000000;
			text-decoration: none;
		}
		
		#page .content ul li a:hover { color: #0000ee; text-decoration: underline;}
/* Modification des espaces de la balse "ul" */	
#page .content ul.aliases{
	margin: 0;
	padding: 20px 12px 10px 12px;
}

#page .content ul.foot{
	margin: 0;
	padding: 10px 12px 20px 12px;
}
/* version */
#page ul {
	margin: 0;
	padding: 0;
}

	#page ul.utility {
		position: relative;
		width: 960px;
		min-width: 600px;
		height: auto;
		margin: 0;
		padding: 0 0 20px 0;
		text-align: center;
	}

	#page ul li {
		list-style-type: none;
		font-family: "Tahoma", verdana, arial, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #595959;
		display: inline;
		margin-right: 15px;
	}

	
  /*****  page d'erreur  ******/
#pageerreur{
	background:url(../images/bg.jpg) no-repeat 100%;
	background-size: 100%;
	font-family: 'open_sanslight';
	font-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}   
   
#error .wrap
{
	width:70%;
	margin:5.2% auto 4% auto;
}

#error .logo
{
	padding: 1em;
	text-align: center;
	padding: 1% 1% 5% 1%;
}
#error .logo h1{
	display: block;
	padding: 2em 0em;
}

#error .logo span{
	font-size: 2em;
	color:#fff;
}

#error .logo span img{
	width:40px;
	height: 40px;
	vertical-align:bottom;
	margin: 0px 10px;
}

#error .buttom
{
	background:url(../images/bg2.png) no-repeat 100% 0%;
	background-size: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	width: 556px;
}
#error .seach_bar
{
	padding:2em;
}

#error .seach_bar p{
	font-size: 1.5em;
	color:#fff;
	font-weight: 300;
	margin: 2.6em 0em 0.9em 0em;
}

#error .seach_bar span a{
	font-size: 1em;
	color:#fff;
	text-decoration:underline;
	font-weight: 300;
	font-family: 'open_sansregular';
}

#error .search_box{
	background: #F1F3F6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 6px 10px;
	position: relative;
	cursor: pointer;
	width: 75%;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: inset 0 0 5px rgba(156, 156, 156, 0.75);
	-moz-box-shadow: inset 0 0 5px rgba(156, 156, 156, 0.75);
	-webkit-box-shadow: inset 0px 0px 5px rgba(156, 156, 156, 0.75);
}

#error .search_box img {
	vertical-align: middle;
	margin-right: 10px;
}
#error .search_box form input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size: 1em;
	color:#999;
	width:100%;
	 font-family: 'open_sansregular';
	-webkit-apperance: none;
}
#error .search_box form input[type="submit"] {
	border: none;
	cursor: pointer;
	background: url(../images/search.png) no-repeat 0px 1px;
	position: absolute;
	right: 0;
	width: 34px;
	height: 25px;
	outline: none;
	-webkit-appearance:none;
}

@media only screen and (max-width: 768px)
{
#error .wrap {
	width: 80%;
}	
#error .logo img {
	width: 315px;
}
}
@media only screen and (max-width: 640px)
{
#error .wrap {
	width: 85%;
}	
#error .logo {
	padding: 1% 1% 12% 1%;
}
#error .buttom {
	width: 515px;
}
#error .logo img {
	width: 300px;
}
}
@media only screen and (max-width: 480px)
{
#error .wrap {
	width: 90%;
}	
#error .logo {
	padding: 1% 1% 12% 1%;
}
#error .buttom {
	width: 440px;
}

#error .logo span {
	font-size: 1.6em;
}
#error .seach_bar p {
	font-size: 1.2em;
	margin: 2.6em 0em 0.7em 0em;
}
#error .search_box {
	padding: 3px 10px;
}
#error .logo img {
	width: 270px;
}
}
@media only screen and (max-width: 320px)
{
#error .wrap {
	width: 90%;
}	
#error .logo {
	padding: 1% 1% 12% 1%;
}
#error .buttom {
	width: 290px;
}

#error .logo span {
	font-size: 1.4em;
}
#error .seach_bar p {
	font-size: 1em;
	margin: 1.5em 0em 2em 0em;
}
#error .logo span img {
vertical-align: middle;
}
#error .logo img {
	width: 200px;
}
#error .copy_right {
	padding: 2em 0px 0px 0px;
}

#titleErr a {
    font-size:xx-large;
}

}
	