/*
* TP2 HTML
* Auteurs : GOBERT Julien et RENOUS Nicolas
*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline: 0;
}


/* **************************
	HTML & BODY
*************************  */
body {
	font-size: 86%;
	font-family: Arial, Verdana, FreeSans, sans-serif;
	background: #000 url(images/fond/between-giants-2.jpg) no-repeat left top;
	color: #333;
	text-align: left;
	line-height: 1;
	padding: 20px 0;
}

/* **************************
	HTML & CLASSES
*************************  */	
a, a:visited{
	color: #06c;
	text-decoration: none;
}
a:hover  {
	color: #147;
	text-decoration: none;
}
a:focus {
	outline: 1px dotted invert;
	color:#FFA800;
}
a img {
	border: none;
}
acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}
acronym, abbr {
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}
blockquote {
	margin:14px 10px;
	padding:10px 15px 10px 40px;
	border-top:1px dotted #ddd;
	border-right:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	border-left: 2px solid #ddd;
	font-size:1em;
	line-height:1.4em;
	background:4px 4px #F7F7F7;
	color: #666;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em 'Courier New', Courier, Fixed;
	border:1px dotted #cdcdcd;
	text-align:left;
	overflow:auto;
	margin:14px 0;
	padding:10px;
	display:block;
	background:#FBFBFB;
	color:#4E65D9;
}
del {
	text-decoration: line-through;
}
h1, h2, h3 {
	font-weight: bold;
	padding:10px 0;
}
h1 {
	font-size: 1.6em;
	text-shadow: 2px 2px 4px #d2d2d2;
	filter: dropshadow(color=#d2d2d2, offx=2, offy=2);
	color:#444;
}
h1 span{
	color: #ff7800;
}
h2{
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
hr{
	color: #dcdcdb;
	background-color: #dcdcdb;
	height: 1px;
	border: 0px;
}
img {
	padding: 0;
}

ins {
	text-decoration: none;
}
p {
	margin: 2px 0 14px 0;
}
p img {
	padding: 0;
	max-width: 100%;
}
pre {
	overflow:scroll;
	padding:7px 10px;
	margin:4px 0;
	font-size:14px;
}
select {
	width: 130px;
}
small, blockquote, strike {
	color: #777;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}	
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol {
	list-style: decimal;
}
ul {
	list-style: circle;
}

/* **************************
	HOME
*************************  */
#cadre{
	position: absolute;
	width: 860px;
	height:480px;
	padding:12px;
	
	left: 50%;  
	top: 50%;   
	margin-top: -252px; /* moitié de la hauteur */ 
	margin-left: -442px; /* moitié de la largeur */ 	
	
	background: #eaeaea;
	-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	opacity:0.2;
	-webkit-box-shadow: 0px 0px 4px  #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000; 

}
#conteneur {
	width: 860px;
	position: absolute;
	height:480px;
	
	left: 50%;  
	top: 50%;   
	margin-top: -240px; /* moitié de la hauteur */ 
	margin-left: -430px; /* moitié de la largeur */ 
	
	background: #FFF;
	-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;		
}
#presentation {
	position:absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	height:460px;
	width: 200px;
}
@font-face {
	font-family: "Bellerose";
	src: url('fonts/Bellerose.ttf');
}

#infos {
	margin:2px 0px;
	font-size:1.2em;
	color:#4b4b4b;
	font-family: Bellerose;

}
#contact {	
	margin: 24px 0;
	
	color:#4b4b4b;
	font-size:0.9em;
}
#twitter {
	position:absolute;
	top: 12px;
	left: 220px;
	padding: 0 10px;
	height:480px;
	width: 280px;
}
#web {
	position:absolute;
	top: 0px;
	padding: 10px;
	left: 520px;
	height:460px;
	width:320px;
}

ul.websites {
	list-style:none;
}
ul.websites li a{
	display:block;
	padding:6px 4px 6px 12px;
	border-bottom: 1px dotted #d0d0d0;
}
ul.websites li a:hover{
	background:#f5f5f5 url(images/curseur.gif) repeat-y right top;
}

ul.websites li a span {
	font-size: 18px;
	font-weight:bold;

}
ul.websites li a small {
	font-size:12px;
}

#liens2 {
	font-size:0.9em;
	margin:0 0 12px 0;
	border-bottom: 1px dotted #d0d0d0;	
	padding:6px 4px 6px 12px;
	width:300px;
}
#liens2 table {
	width:300px;
}
#liens2 table td {
	width:130px;
	padding:0 10px 0 0;
	line-height: 1.6em;
}
#liens2 a{
	
	font-weight: bold;
}
#liens3 {
	text-align:center;
	margin:28px 0px;
}
#liens3 a {
	margin:12px 8px;
}
/* **************************
	FOOTER
*************************  */
#footer {
	clear:both;
	color: #b2B2B2;
	margin-top:18px;
	font-size: 0.9em;
	position:absolute;
	bottom: 10px;
}
#footer p {
	margin-bottom:2px !important;
}
#footer a {
	float: right;
}

/* ********* FIN ******** 
   La verite d'un homme, 
c'est d'abord ce qu'il cache.
		Malraux
*********************** */



