/* BDE INSA ROUEN - coding: utf-8
/* Général
*******************************************************************************/
*{
  margin: 0;
  padding: 0;
}

body {
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	font-size: 80%;
	color: #333;
  background: #ddd;
}

a:link {
	color: #326ea1;
}
a:visited {
  color: #777;
}
a:hover, a:focus {
  color: #FF7D3B;
}

img {
  vertical-align: middle;
  margin: 2px;
  border: 0;
}

ul {
  list-style: square;
}

/* Formulaires
*******************************************************************************/
label {
  cursor: pointer;
}
fieldset {
  border: 0;
}
textarea, input[type="text"], input[type="password"] {
  width: 100%;
}
input[type="text"], input[type="password"], textarea {
  border: 1px solid #ccc;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  border: 1px solid #000;
}

/* Page
*******************************************************************************/
#page {
  width: 900px;
  position: relative;
  margin: 10px auto;
  background: #fff;  
  border: 1px solid #ccc;
}

/* Header
*******************************************************************************/
#top {
  height: 75px;
  padding-top: 25px;
  background: url(top2.jpg);
}
#top h1 a, #top h1 a:visited {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-variant: small-caps;
  margin-left: 30px;
  font-size: 30px;
}

#evitement {
  position: absolute;
  width: 100%;
  margin: 0;
	text-align: center;
	font-size: smaller;  
  display: none;
}
#evitement li {
  display: inline;
}
#evitement li a, #evitement li a:visited {
  color: #57C7E7;
}
#evitement li a:hover {
  color: #F60;
}

/* Navigation
*******************************************************************************/
#navigation {
  height: 24px;
  background: #FFFFFF url(./nav-bg.gif) repeat-x left bottom;
  float: left;
  width: 100%;
}

#navigation li {
	float: left;
	list-style: none;
	border-right: 1px solid #d6d6f7;
  height: 24px;  
}
#navigation li.right {
	float: right;
  padding-top: 5px;
  padding-right: 5px;
  height:19px;
}

#navigation a {
	float: left;
	padding: 3px 12px 6px;
	text-decoration: none;
	color: #666695;
  height: 15px;
}
#navigation li.right a {
  float: none;
  padding: 0;
  border: 0;
  height: 11px;
}
#navigation li.right a img {
  border: 0;
}
#navigation a:hover, #navigation a.active {
	color: #000;
	background: #fff;
	padding-bottom : 4px;
	border-bottom: 2px solid #627BA3;
}
#navigation li.right a:hover {
	padding : 0;
	border : 0;
}

/* Contenu
*******************************************************************************/
#contenu {
  width: 70%;
  float: left;
	line-height: 1.7em;
  padding: 15px;
}
#contenu blockquote {
  margin: 0 30px;
	font-family:Georgia, "times new roman", serif;
	background: #f0f0ff url(quote.gif) no-repeat 10px 10px;
	margin: 2em;
	padding: 3px 2em;
	/* -moz-border-radius : 18px; */
}
#contenu blockquote p {
	margin-top: 1em;
}
#contenu form {
  margin: 0 auto;
  width: 70%;
  background: #F8F8F8;
  padding: 10px;
}

#contenu form#validation-form {
  width: auto;
  background: transparent;
  padding: 0;
}

#contenu form#fckeditor {
	margin-top:2px;
	width: 98%;
}

#contenu form p {
  margin-top: 0;
  text-align: center;
}

#contenu form li.delete-content p {
	text-align:left;
}

#contenu p {
  margin: 1em 0;
  text-align: justify;
}

#contenu h2 {
  font-size: 20px;
  color: #627BA3;
  background: url(h2bg.png) left no-repeat;
  padding-left: 20px;
  border-bottom: 1px dotted #627BA3;
}
#contenu h2 span {
  color: #FF7D3B;
}
#contenu h3 {
  color: #62A38A;
  background: url(h3bg.png) left no-repeat;
  padding-left: 16px;
  border-bottom: 1px dotted #62A38A; 
  margin-bottom: 2px;
}

#contenu h4 {
	font-size: 1.1em;
	clear:right;
}

#contenu .image {
  text-align: center;
}
#contenu .image img {
  padding: 2px;
  border: 1px solid #ddd;
}
#contenu ul  {
  margin-left: 15px;
  margin-bottom: 15px;
}

#contenu ol {
	margin-left: 25px;
	margin-bottom: 15px;
}

#contenu ul li span {
	font-style: italic;
}

#contenu ul li span.news-content-index {
	font-style: normal;
}

.droite {
  float: right;
}

.cadrephoto {
  border: 1px solid #eee;
  padding: 3px;
}

.deletephoto {
    display: none;
    visibility: hidden;
    background: none;
    margin-top: -0.7em;
    margin-left: -0.7em;
    display: block;
    width: 20px;
}
.photo:hover > .deletephoto {
    visibility: visible;
    background: none;
}

.error {
  color: #F00;
}

table .table-newsid img {
	width: 50px;
	height: 65px;
}

div#page div#contenu img.new-stuff, div#page div#contenu img.delete-stuff {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#contenu .feed {
  margin-left: 30px;
  list-style-image: url(../../images/fam/feed.png);
}	


/* Actualités
*******************************************************************************/

#contenu h3.news-title {
	background: none;
	font-size: 1.5em;
	font-weight: normal;
	margin: 10px 0 0;
	padding: 0;
	border: 0;
	line-height: 1em;
}

#contenu p.news-info {
	display: inline;
	color: #aaa;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	border-bottom: #ddd dotted 1px;
}

#contenu p.number-results {
	text-align: center;
}

.news-content {
	margin: 5px 30px 40px 20px;
	border-left: #fbfbfb 4px solid;
}

#contenu p.nav-buttons {
	text-align: center;
	margin-left : auto;
	margin-right: auto;
	padding: 3px;
    font-size: 0.8em;
    color: #ddd;
}

#contenu table {
	text-align:center;
}

#contenu table th {
	border-bottom:1px solid #005050;
}

#contenu table td{
	padding : 3px 10px;
	border-bottom: 1px solid #ccc;
}

/* Commentaires
*******************************************************************************/

#contenu #personal-comment {
	margin: 4px 12px;
	padding: 0 5px;
	border: solid 1px #eee;
}

#contenu p.comment-number {
	border-top: #ddd dotted 1px;
	letter-spacing: 1px;
	font-size: 0.9em;
}

#contenu .comment {
	overflow: hidden;
	margin: 2px 0 4px;
	border : 1px dotted #ddd;
}

#contenu .comment img {
	float: left;
	margin: 2px 4px 2px 2px;
	padding: 1px;
	border: 1px solid #aaa;
}

#contenu .comment h4 {
	font-size: 1.2em;
	color: #304870;
	font-weight: normal;
}
#contenu .comment p {
	margin-left:60px;
	margin-right: 2px;
}

/* Albums
*******************************************************************************/

.album {
	clear: both;
	overflow: hidden;
}

.album a.mini {
  display: block;
  text-align: center;
  margin: 0;
  background: url(dir.png) no-repeat;
  width: 150px;
  height: 115px;
  float: left;
  clear: both;
}

.album a.gallery_title, .album a.gallery_title:hover, .album a.gallery_title:focus, .album a.gallery_title:visited {
	color: #62A38A;
	text-decoration: none;
}

.album a.gallery_title:hover {
	text-decoration: underline;
}

.album a img {
  border: 0;
  width: 75px;
  margin-top: 43px;
  margin-bottom: 5px;
  height: 55px;
}

.photo {
  margin: 1px;
  float: left;
  border: 1px #ddd solid;
}

.photo:hover {
  border: 1px #000 solid;
}

.photo img {
  border: 0;
}

.spacer {
clear:both;
line-height:2px;
font-size:2px;
}

/* Clubs
*******************************************************************************/

.club {
  margin: 1em;
  padding: 0.5em;
  background: #FAFAFA;
  -moz-border-radius: 1em;
}

/* Trombinoscope
*******************************************************************************/

.trombi {
  text-align: center;
  float: left;
  border: 1px solid #eee;
  width: 140px;
  margin: 5px;
  overflow: visible;
}

#contenu ul.selectdept {
  width: 100%;
  text-align: center;
  height: 4em;
  margin-left: 0;
  padding-left: 0;
  line-height: 2em;
}

.selectdept li {
  float: left;
  list-style: none;
}

.selectdept li a {
  padding: 2px;
  border: 1px dashed #ccc;
  margin: 2px;
}

.selectdept li a:hover {
  border: 1px solid #ccc;
  background: #fafafa;
}

.selectdept li a.tbislct {
  color: #000;
  border: 1px solid #000;
  font-weight: bold;
}

.underpofil {
  /*border-bottom: 1px dashed #777;*/
  font-weight: bold;
  color: #000;
}

/* Sidebar
*******************************************************************************/
.sidebar {
  width: 25%;
  float: left;
  background: #F9F9F9;
}
.sidebar h2 {
  color: #627BA3;
  font-size: 15px;
  border-bottom: 1px solid #627BA3;
  text-align: center;
}
.sidebar h3 {
  color: #62A38A;
  font-size: 13px;
  padding-left: 2px;
  margin-top: 3px;
}
.sidebar div, .sidebar ul {
  margin: 10px 20px;
}

.espacemembre {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
  padding: 0 0 5px 0;
  background: #FFFFFF url(./nav-bg.gif) repeat-x left bottom;
}
.adminbox {
  border: 1px solid #f00;
}
.espacemembre h2 {
  background: #627BA3;
  color: #fff;
  margin: 0;
}

.adminbox h2 {
  background: #f00;
  border-bottom: #f00;
}

.espacemembre form p {
  margin: 0;
}
.espacemembre p {
  margin: 10px;
}
.espacemembre a.active {
  color: #FF7D3B;
}
.surname {
  font-variant: small-caps;
}

.sidebar form {
  text-align: center;
}
.sidebar form input[type="text"], .sidebar form input[type="password"] {
  width: 60%;
}
.sidebar form p a {
  font-size: smaller;
}
.desc_error {
  color: red;
}

#nextevents {
  list-style: none;
  margin: 5px; 
}
#nextevents a {
  text-decoration: none;
  font-weight: bold;
}
.sidebar ul li.vevent span.summary {
	display: block;
}
.sidebar ul li.vevent abbr {
	border: none;
}
.sidebar ul li.vevent span.location {
	font-style: italic;
}
.sidebar ul li.vevent {
	margin-bottom: 10px;
}
.sidebar ul li.vevent abbr.dtstart {
	padding: 0 0 3px 18px;
	background: url(./calendar.png) no-repeat 0 -1px;
}

p.more {
  font-size: 10px;
  text-align: right;
}

.sidebar ul {
  margin-left: 30px;
}

#side-admin {
  list-style-image: url(../../images/fam/wrench.png);
}
#side-validation {
  list-style-image: url(../../images/fam/accept.png);
}
#side-profil {
  list-style-image: url(../../images/fam/vcard.png);
}
#side-trombi {
  list-style-image: url(../../images/fam/group.png);
}
#side-event {
  list-style-image: url(../../images/fam/date_add.png);
}
#side-map {
  list-style-image: url(../../images/fam/map.png);
}
#side-logout {
  list-style-image: url(../../images/fam/door_out.png);
} 
.side-admin-addevent {
  list-style-image: url(../../images/fam/date_add.png);
}
.side-admin-event {
  list-style-image: url(../../images/fam/date.png);
}
.side-admin-news {
  list-style-image: url(../../images/fam/newspaper.png);
}
.side-admin-addnews {
  list-style-image: url(../../images/fam/newspaper_add.png);
}
.side-admin-polls {
  list-style-image: url(../../images/fam/database.png);
}
.side-admin-addpoll {
  list-style-image: url(../../images/fam/database_add.png);
}
.side-admin-photos {
  list-style-image: url(../../images/fam/photo.png);
}
.side-admin-members {
  list-style-image: url(../../images/fam/group.png);
}
.side-lastuser1 {
  list-style-image: url(../../images/fam/user_1.png);
}
.side-lastuser2 {
  list-style-image: url(../../images/fam/user_2.png);
}
.side-lastuser3 {
  list-style-image: url(../../images/fam/user_3.png);
}
.side-lastuser4 {
  list-style-image: url(../../images/fam/user_4.png);
}

/* Footer
*******************************************************************************/
#footer {
	font-size: 0.9em;
	color: #666;  
  padding: 5px 10px;
  background: #FFFFFF url(./nav-bg.gif) repeat-x left bottom;
  clear: both;
}
#footer a {
  color: #666;
  text-decoration: none;
}
#footer a:hover {
  color: #666;
  text-decoration: underline;
}

