/*@font-face {
	font-family: 'NewRegular';
	src: local('NewRegular'), local('HittheRoad'), url('fonts/HITROAD.ttf') format('truetype');
}*/

/*@font-face {
	font-family: 'Tin Birdhouse';
	src: url('../fonts/TinBird.ttf');
	src: url('../fonts/TinBird.eot');
	src:  local('TinBird'), 
		 local('TinBird'),
		 url('../fonts/TinBird.otf') format('opentype');
}*/

/*@font-face {
	font-family: 'Anivers-Regular';
	src: url('../fonts/ZagRegular.ttf');
	src: url('../fonts/abalc.eot');
	src:  local('ZagRegular'), 
		 local('ZagRegular'),
		 url('../fonts/ZagRegular.otf') format('opentype');
}*/
@font-face {
	font-family: 'Anivers';
	src: url('../fonts/Anivers-Regular.ttf');
	src: url('../fonts/Anivers-Regular.eot');
	src:  local('Anivers'), 
		 local('Anivers'),
		 url('../fonts/Anivers-Regular.otf') format('opentype');
}
body { 
  color: #000; 
  background: black url(../images/bg.jpg) top left repeat-x;
  /*font-family: 'Zag Regular', Arial, Verdana, Tahoma, Sans;*/
  font-family: 'Anivers', Arial, Verdana, Tahoma, Sans;
}
a { 
  text-decoration: none; 
} 
#content a:link{
color: #000; 
}
a:link { 
  color: #fff; 
} 
a:visited { 
  color: #ddd; 
} 
a:hover, a:focus, a:active { 
  text-decoration: underline;
} 
a:focus, a:active { 
  outline: none; 
} 
a img { 
  border: none; 
} 
#logo{
	margin: 0 0 10px 0;
}
h1 { 
  display: inline-block;
  margin: 0;
  font-weight: normal;
  font-size: 80px; 
  text-align: right;
  line-height: 0.8;
  color: white;
  text-shadow: 0px 0px 5px #fff; 
} 
h1 span { 
  color: black;
  text-shadow: 0px 0px 5px #666; 
} 
h1 a, h1 a:visited {
  color: white;
  text-decoration: none;
}
h1 a:hover, h1 a:focus {
  text-decoration: none;
  outline: none;
  text-shadow: 0px 0px 15px #fff; 
}
h2 { 
  font-size: 1.5em; 
} 
ul, ol { 
  margin: .75em 0 .75em 10px; 
  padding: 0; 
  list-style-type: none;
}
li {
  padding-left: 20px;
  background: url(img/puce.png) left center no-repeat;
  margin-bottom: 5px;
}
p { 
  margin: .75em 0;
}
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
}
.figure, .figura{
  display: block;
}
#wrapper { 
  /*background: url(../images/bg.png) right bottom no-repeat;*/
}
#header {
  position: relative;
  border-bottom: 1px solid #D5D3CE;
}
#nav {
  float:right;
  font-size: 1.6em;
}
#nav ul{
	list-style-type:none;
	margin:70px 0 0 0;
	padding:0;
}
#nav li{
	float:left;
	width:50px;
}
#nav a:link ,#nav a:visited {
  color: #626262;
  text-decoration: none;
  padding: 6px 12px;
}
#nav a:hover, #nav a:active, #nav a:focus {
  text-decoration: none;
  background-color: #d2d2d2;  
  background-color: rgba(128,128,128,0.1);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#nav a[href^="http:"]:hover {
  /*background-image: url(../images/arrow.png);*/
  background-position: 95% 3px;
  background-repeat: no-repeat;
}
#content, #sidebar{
  /*height:464px;*/
  margin: 0 auto;
  padding: 20px 0 20px 0;
  min-height:578px;
  height:auto !important;
  height:578px;
  /*padding-top: 20px*/
}
#sidebar img{
	float:right;
}
#saludo {
  clear: both;
  font-size: 1.2em;
  text-align:center;
}
#section {
  margin-top: 30px;
}
#section a {
  padding: 1px 5px;
  background-color: #3B6C7E;
}
#section a:hover, #section a:focus {
  text-decoration: none;
  background-color: #2a5b6d;
}
#section a[href^="http:"] { 
  padding-right: 12px;
  background-image: url(../images/arrow-text.png);
  background-position: right center;
  background-repeat: no-repeat; 
}
#section.saludo,#section.contact {
  padding: 5px 15px;
}
#section h2 {
  margin: 10px 0 5px 0;
  padding: 0;
}
#section.saludo h2, #section.contact h2 {
  display: inline-block;
  padding: 5px 15px;
  background: rgba(255,255,255,0.2);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; 
}

#content .figure, #content .figura  {
  /*display: inline-block;*/
  float:left;
  width: 210px;
  height: 168px;
  margin: 0 40px 30px 35px;
  background-color: transparent;
  border: 12px solid rgb(255,255,255);
  background: rgba(255,255,255,0.2);
  border: 12px solid rgba(255,255,255,0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 13px #999; 
  -webkit-box-shadow: 1px 1px 13px #999; 
  box-shadow: 1px 1px 13px #999;
}

#content .figura {
  margin: 0 20px 70px 35px;
}

#content .figure a, #content .figura a {
  text-decoration: none;
  padding: 0;
}
#content .figure a[href^="http:"]:after, #content .figura a[href^="http:"]:after { 
content: ""; 
}
#content .figure:hover, #content .figure:focus, #content .figura:hover, #content .figura:focus {
  border: 12px solid rgba(255,255,255,0.4);
}
#content .figure:hover h2, #content .figure:focus h2, #content .figura:hover h2, #content .figura:focus h2 {
  opacity: 0.9;
}
#content p.contact {
  margin-top: 20px;
}
#content p.contact img {
  float: left;
  margin-right: 20px;
}
#content p.livres img {
  float: right;
  margin-left: 20px;
}
#footer {
  /*width: 925px;*/
  /*margin: 20px auto;*/
  /*margin-bottom: 20px;*/
  font-family:Tahoma, Arial;
  margin: 20px auto;
  color:#fff;
}
#footer ul, #footer li{
	margin:0px;
	padding:0px;
}
#col1, #col2{
	padding-top:10px;
}

#navf {
  float: right;
  margin-bottom: 30px;
}
#navf a {
  display: inline-block;
  vertical-align: top;
  height: 65px;
  line-height: 65px;
  margin-left: 5px;
  padding: 0 8px;
  background: rgba(255,255,255,0.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#navf a img {
  vertical-align: middle;
}
#navf a:hover, #navf a:focus {
  -moz-transform: rotate(8deg); 
  -webkit-transform: rotate(8deg);
}
#slide{
	height:25px;
}
#slide h2{
	text-align:right;
}
label{
	width:100px;
	float:left;
}
input,textarea{
	border:none;
}
label.error {	width:300px; display: none; color:#ff0000;font-size:0.9em;}

.aligncenter{text-align:center;}
