/* theodin.co.uk -Designed and developed by Philip Beel All Rights Reserved*/

/* 
------------------------------------------------------------------------------------------------------Genetic--------------*/

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*body {
	font-family: georgia;
	font-size:1.1em;
	height:100%;
	width:100%;	
	background-color:#dfdfdf;
}*/

#contactable {
	background-image:url(../images/contact_title.png);
	color:#FFFFFF;
	background-color:#dedede;
	cursor:pointer;
	height:102px;
	left:0;
	margin-left:-5px; 
	*margin-left:-5px; 
	overflow:hidden;
	position:fixed;
	*position:absolute;
	text-indent:-100000px;
	top:130px;
	*margin-top:10px;
	width:44px;
	z-index:800;
}

#contactForm {
	background-color:#fff;
	border:1px solid #dedede;
	color:#000;
	height:340px;
	left:0;
	margin-left:-320px;
	*margin-left:-330px;
	margin-top:-160px;
	overflow:hidden;
	padding-left:10px;
	position:fixed;
	top:275px;
	width:300px;
	*width:314px;
	z-index:801;
}

form#contactForm input{
	background:#FFFFFF none repeat scroll 0 0;
	/*outline-style:none;
	outline-width:medium;*/
	width:150px;
	height:10px;
	padding:5px;
	border:1px solid #dfdfdf;
	/*font-family: georgia;
	font-size:1em;*/
	margin-bottom:10px;
	margin-top:3px;
	background-color:#dedede;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
}

form#contactForm textarea {
	background:#FFFFFF none repeat scroll 0 0;
	/*outline-style:none;
	outline-width:medium;*/
	width:250px;
	height:100px;
	padding:5px;
	border:1px solid #dfdfdf;
	/*font-family: georgia;
	font-size:1em;*/
	margin-bottom:10px;
	margin-top:3px;
	background-color:#dedede;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
	resize:none; /* bloquer le redimensionnement du champ sous Chrome + Safari */
}



form#contactForm .submit {
	/*background: #F5410F none repeat scroll 0 0;*/
	background-color:#666;
	/*outline-style:none;
	outline-width:medium;*/
	width:100px;
	height:20px;
	/*padding:5px;*/
	/*border:30;*/
	outline-color:-moz-use-text-color;
	font-family: verdana;
	font-size:9px;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	/*margin-top:10px;*/
}

form#contactForm p {
	width:300px;
	font-size:10px;
	font-weight:bold;
	*margin-left:5px;
}

form#contactForm .disclaimer {
	*margin-left:20px;

}

#contactForm .gray {
	color:	#666;
	
}

#overlay {
	background-color:#666666;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
} 

.error { 
background-color: #EDBE9C;
 }

#name.error { border : 1px dotted red;} 
#email.error { border : 1px dotted red; }
#comment.error { border : 1px dotted red; }

form#contactForm label{
	*margin-left:15px;
}

/*form#contactForm #loading {
	background: url(images/loading.gif) no-repeat;
	width:55px;
	height:55px;
	margin: 100px auto;
	display:none;
}*/


form#contactForm #loading {
background: url(../images/loading.gif) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 802;
	display: none;
}


#callback {
	font-family: verdana;
	font-size:10px;
	color: #666;
	width:250px;
	margin: 150px auto;	
	display:none;
	font-weight:bold;
	text-align:right;
}


.holder {
	margin:0 auto;
	*margin-left:10px;
	padding-top:20px;	
}	
	