/* Syles du site UNIDENTIFIED-ONE.NET
  * unidentified-one.net & www.unidentified-one.net
  *
  * créés le 3-09-2005, màj mai-juin 2008
  *
  * 
  * Merci de citer l'auteur de cette CSS  */

/* Style global du fond */

body
{
  background-color: #1F1F1F;
  font-family: Verdana;
  font-size: 10pt;
}

/* Style par défaut de la balise img */

img
{
  border: 0px;
}

/* Titres de parties dans les pages liens, formations, étudiants et ressources */

div.doc_section
{
  font-size: 16pt;
  font-family: arial;
  font-weight: bold;
  background-color: #c0c0c0;
  color: #000000;
  height: 30px;
  padding-top: 5px;
  padding-right: 15px;
  margin-bottom: 5px;
  width: 1014px;
}

/* Parties relatives aux droits Creative Commons */

div.cc
{
  font-size: 8pt;
  font-family: arial;
  text-align: center;
}

/* Mise en valeur avec une police de couleur orange ('blog', 'formations') */

div.lookatit, span.new
{
  color: #FF9933;
}

div.lookatit
{
 font-weight: bold;
 font-family: arial;
 font-size: 12pt;
 letter-spacing: 1px;
}

/* Mise en valeur titre d'un lien ('link') */

span.titre1
{
  font-weight: bold;
	font-size: 11pt;
}

/* Partie div principale de toutes les pages */

#main
{
  position: absolute;
  top: 10px;
  left: 10px;
  margin-right: 10px;
  width: 1024px;
}

/* Mise en forme de la page d'accueil */

#placement
{
  width: 1024px;
	height: 500px;
	text-align: justify;
}

#menuline
{
  background-image: url("../img/menu_l.bmp");
	background-repeat: repeat-x ;
  text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 48pt;
  color: #1F1F1F;
	letter-spacing: 10px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#serimage
{
  margin-top: 8px;
	margin-right: 4px;
	margin-left: -8px;
	float: left;
  width: 48px;
	height: 160px;
}

img.margcursor
{
  cursor: pointer;
	vertical-align: middle;
}

img.nomarg
{
  margin: 0px;
}

#logoline
{
  text-align: right;
  font-family: arial;
  font-weight: bold;
  font-size: 20pt;
  letter-spacing: 8px;
  color: #ffffff;
  background-image: url("../img/logo_l.jpg");
	background-repeat: repeat-x ;
  margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
}

#indexpage
{
  margin-top: 40px;
  width: 900px;
  line-height: 150%;
}

/* Photographies à gauche */

#logo
{
  position: absolute;
  left: 0px;
  top: Opx;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* Partie div où se situent les contenus */

#txt
{
  position: absolute;
  left: 10px;
  top: 155px;
	color: #DDDDDD;
}

/* Mise en forme de la carte Google Map */

#inmap
{
  position: absolute;
  left: 80px;
  top: 155px;
}

#explanations
{
	color: #cc6600;
	width: 895px;
	text-align: justify;
	letter-spacing: 1px;
	background-color: #252525;
	border: 1px solid #990000;
	padding: 4px;
	margin-bottom: 5px;
}

#pointeur
{
  float:left;
	margin-right: 4px;
}

/* Liens 'lycée' 'supports' 'étudiants' */

a.doc:link, a.doc:visited
{
  color: #777777;
	text-decoration: none;
	font-size: 11pt;
}

a.doc:hover
{
  background: #DDDDDD;
  text-decoration: underline overline;
  color: #777777;
}

/* Liens 'lycée' 'supports' 'étudiants'  */

a.cod:link, a.cod:visited
{
  color: #CD3333;
	text-decoration: none;
}

a.cod:hover
{
  text-decoration: underline overline;
}

/* Liens dans les rubriques "liens" et "contact" */

input.links-submit, input.contact-submit
{
  background-color: #1F1F1F;
  border: 1px outset #FFFFFF;
  color: #FFFFFF;
	font-size: 8pt;
	letter-spacing: 2px;
  padding: 1px 4px;
}

input.links-submit
{
  float: right;
	margin-bottom: 0px;
}

/* formulaire de contact */

form#resa
{
  position: absolute;
	top: 85px;
	color: #E8E8E8;
}

/* Liens usuels hors de la barre de menu (utilisé par exemple dans le blog) */

a.choice:link, a.choice:visited
{
  color: #3366CC;
  text-decoration: none;
}

a.choice:hover
{
  background: #CCCCCC;
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-color: #3366CC;
  border-bottom-width: thin;
  border-top-style: solid;
  border-top-color: #3366CC;
  border-top-width: thin;
}

/* Liens du menu en haut de page dans le div.menu_bar */

a.choicemenu
{
  float: left;
  color: #D3D3D3;
  text-decoration: none;
  font-weight: bold;
  margin-right: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
}

a.choicemenu:hover
{
  color: #FFFFFF;
  text-decoration: none;
	border: 1px solid #660000;
	padding-left: 14px;
  padding-right: 14px;
	padding-top: 3px;
  padding-bottom: 3px;
	cursor: pointer;
}

/* Liens du sous-menu en haut de page dans le div.sous_menu */

a.choicerate:link , a.choicerate:visited
{
  float: left;
  color: #E8E8E8;
	font-size: 10px;
  text-decoration: none;
  border: 1px solid #404040;
	margin-top: 2px;
  margin-right: 2px;
  background : #1F1F1F;
	height: 16px;
  padding-top: 3px;
	padding-right: 13px;
	padding-left: 13px;
  text-align: center;
}

a.choicerate:hover
{
  color: #1F1F1F;
  background : #cc6600;
}

/* Liens du sous-menu en haut de page dans le div.sous_menu */

a.zoom:link , a.zoom:visited
{
  float: left;
  color: #E8E8E8;
	font-size: 12px;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
	margin-top: 2px;
  margin-right: 10px;
  border-color: #404040;
  background : #1F1F1F;
	width: 80px;
	height: 16px;
  padding-top: 2px;
  padding-bottom: 1px;
  text-align: center;
}

a.zoom:hover
{
  color: #CD6839;
  background : #303030;
}

/* Titre haut de page unidentified-one.net */

div.title, div.formtitle
{
  background-image: url("../img/bckgrnd-top.jpg");
  position: absolute ;
  left: 105px;
  top: 0px;
  color: #FFFFFF;
  font-size: 16pt;
  font-family: arial;
  letter-spacing: 3px;
  text-align: right;
  width: 924px;
  padding-top: 3px;
  padding-bottom: 2px;
}

span.txttitle
{
  padding-right: 120px;

}

div.formtitle
{
  left: -160px;
}

/* Sous-titre 'photographie & artwork' ou  'informatique libre' */

div.subtitle, div.formsubtitle
{
  position: absolute ;
  left: 105px;
  top: 34px;
  background-image: url("../img/barre_titre.jpg");
  background-repeat: repeat-x;
  width: 924px;
  height: 35px;
  text-align: center;
  color: #1F1F1F;
  font-size: 26pt;
  font-family: arial;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 14px;
  padding-bottom: 9px;
}

div.formsubtitle
{
  left: 2px;
  width: 594px;
}

/* Zone de menu en haut de toutes les pages */

div.menu_bar
{
  position: absolute ;
  left: 105px;
  top: 82px;
  width: 924px;
  background-image: url("../img/barre_menu.jpg");
  background-repeat: repeat-x;
  font-size: 12pt;
  text-align: left;
  font-family: arial, verdana;
  letter-spacing: 3px;
}

div.sous_menu
{
  position: absolute ;
  left: 105px;
  top: 115px;
  width: 924px;
}

/* Mise en forme de l'accueil 'artwork' */

div.accawk
{
  width: 1014px;
  height: 600px;
  font-family: Verdana;
  font-size: 8pt;
  margin-left: 20px;
}

div.edito
{
  float: right;
  width: 450px;
	margin-top: 150px;
  margin-right: 10px;
	text-align: center;
  height: 35px;
  color: #dddddd;
	border-left: 4px solid #dddddd;
	border-right: 4px solid #dddddd;
}

div.pub
{
  margin-top: 150px;
  width: 550px;
  height: 100px;
  text-align: center;
	float: left;
}

img.awk
{
  margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 3px solid #1F1F1F;
}

img.kwa
{
  margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 3px solid #990000;
}

/* Mise en forme des tableaux des liens... */

table.links
{
  border-spacing: 10px;
  width: 900px;
  font-family: Verdana;
  font-size: 10pt;
  margin-left: 70px;
}

td.links
{
	padding: 4px;
}

tr.links
{
 background-color: #404040;
}

table.stud
{
  border-bottom-style: solid;
  border-bottom-color: yellow;
  border-bottom-width: thin;  
}

td.ig
{
  width: 310px;
}

/* Trait horizontal propre à unidentified-one.net */

hr.uo
{
  width: 700px;
  noshade:noshade;
}

/* Tags reportés dans la page d'accueil */

div#placement a
{
	display: inline;
	padding: 4px 4px 4px 4px;
	line-height: 26px;
	background: none;
	vertical-align: middle;
}

div#placement a:link, div#placement a:visited 
{
	color: #a9a9a9;
	text-decoration: none;
	white-space: nowrap;
}

div#placement a:hover
{
	text-decoration: underline;
	color: #ff9933;
	border: 0;
}

div#placement a:focus, div#placement a:active
{
	background: #ff9933;
	color: #FFFFFF;
}

.tagLevel1 { font-size: 90%; }
.tagLevel2 { font-size: 100%; }
.tagLevel3 { font-size: 120%; }
.tagLevel4 { font-size: 140%; }
.tagLevel5 { font-size: 150%; }
.tagLevel6 { font-size: 180%; }
div#placement a.tagLevel5:link  {color: #c0c0c0;}
div#placement a.tagLevel6:link  {color: #d0d0d0;}

/* Mise en page de l'édito */

div.ngalerie
{
  background-image: url("../img/edito.png");
	width: 200px;
	height: 200px;
	float: left;
}

div.nContGalerie
{
	width: 1025px;
	height: 220px;
	overflow: hidden;
	margin-top: 50px;
}

div.ntexte
{
  padding-top: 100px;
	padding-left: 60px;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: arial;
}

div.nthumb
{
	width: 690px;
	height: 190px;
	margin-left: 20px;
	float: left;
	font-size: 14pt;
	letter-spacing: 1px;
}

img.visiter
{
  margin-top: 10px;
	cursor: pointer;
}



