/* CSS Document */
/* david-tudor.com */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: center;
}

a:link, a:visited {
	background-color: transparent;
}

a:hover, a:active {
	background-color: #E2F9FE;
}

.rightimg {
	float:right;
}

.example4 {
 height: 50px;	
 overflow: hidden;
 position: relative;
}

.example4 h4 {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: left;

 /* Apply animation to this element */	
 -moz-animation: example4 10s ease-out;
 -webkit-animation: example4 10s ease-out;
 animation: example4 10s ease-out;
}

/* Move it (define the animation) */
@-moz-keyframes example4 {
 0%   { -moz-transform: translateX(200%); }
 100% { -moz-transform: translateX(0%); }
}

@-webkit-keyframes example4 {
 0%   { -webkit-transform: translateX(200%); }
 100% { -webkit-transform: translateX(0%); }
}

@keyframes example4 {
 0%   { 
 -moz-transform: translateX(200%); /* Firefox bug fix */
 -webkit-transform: translateX(200%); /* Firefox bug fix */
 transform: translateX(200%); 		
 }

 100% { 
 -moz-transform: translateX(0%); /* Firefox bug fix */
 -webkit-transform: translateX(0%); /* Firefox bug fix */
 transform: translateX(0%); 
 }
}


#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 122px 0 0 0;
	background-image: url(images/entete.gif);
	background-repeat: no-repeat;
	background-position: left top;
	top: -1px;
}

#navigation {
	position: absolute;
	top: 175px;
	left: 200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 760px;
	text-decoration: none;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	text-decoration: none;
}

#navigation li {
	display: inline;
	text-decoration: none;
}

#navigation a:link, #navigation a:visited {
	margin-right: 2px;
	padding: 3px 10px 2px 10px;
	color: #333333;
	background-color: #CCCCCC;
	text-decoration: none;
}

#navigation a:hover {
	color: #ffffff;
	background-color: #000CCC;
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#languages {
	text-align: right;
}

#languages a:hover, a:active {
	text-_vf.html: underline;
}

#sidebar {
	position: relative;
	text-align: right;
	top: 122px;
	left: 0;
	width: 210px;
	padding-left: 5;
	font-size: 0.9em;
}

#sidebar ul {
	list-style: none;
	color: blue;
}

#sidebar li {
	list-style: none;
}

#venn a img { display:none; }
#venn a:hover img { display:block; }

#content {
	position: absolute;
	top: 230px;
	width: 560px;
	font-size: 90%;
	margin-right: 5px;
	margin-left: 230px;
}

#mticontent {
	position: absolute;
	top: 250px;
	width: 760px;
	font-size: 90%;
	margin-right: 5px;
	margin-left: auto;
}


#content h1 {
	text-align: center;
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
}

#content h2 {
	font-size: 120%;
	color:#3300CC;
	background-color: transparent;
}

#content h3 {
	font-size: 100%;
	background-color: transparent;
}

#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 0 0 10px 255px;
	text-align: center;
	font-size: 70%;
	color: #001A92;
	background-color: transparent;
	left: -171px;
	top: 900px;
}

