/*
 *	falconteam, web, maths & 3D graphics
 * (c) 2007 Jean-Fabien Perrot
 */

/*
 *	--------------------------------------------
 *	Red links with no decoration
 *	--------------------------------------------
 */
a:link, a:visited, a:active
{
	text-decoration : none;
	color : #333333;
}

/*
 *	--------------------------------------------
 *	Red links with decoration on mouse over
 *	--------------------------------------------
 */
a:hover
{
	text-decoration: underline;
	color : #FF0000;
}

/*
 *	--------------------------------------------
 *	Couleur et image de fond, couleur du texte
 *	--------------------------------------------
*/
body
{
	text-align: justify;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color : #333333;
	margin: 0px 0px 0px 0px;
	background-image: url(/images/v3_background.png);
	background-repeat: repeat;
	background-attachment : fixed;
	background-position : center;
}

/*
 *	--------------------------------------------
 *	Déclaration paragraphe (avec retrait en première ligne)
 *	--------------------------------------------
*/


img
{
	border: none;
}

p
{
	text-align: justify;
	text-indent: 0px;
	margin: 10px 10px 10px 10px;
}

	
/*
 *	--------------------------------------------
 *	Tableaux et cases
 *	--------------------------------------------
*/
div.image
{
	border-width: 0px;
	width : 140px;
	height : 164px;
	background-color : transparent;
}


/*
 *	--------------------------------------------
 *	Images
 *	--------------------------------------------
*/
img.falconteam
{
	height: 230px;
	border: 0;
	width: 125px;
	margin: 0 0 0 0;
}

/*
 * V3 header
 */
div.v3_header
{
	margin: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	background: url(/images/v3_menu_background.png);	
}
  
div.v3_header_shadow_horizontal
{
	margin: 0 0 0 0px;
	height:7px;
	background: url(/images/v3_menu_shadow_horizontal.png);
	left: 103px;
	right : 0px;
	top : 103px;
	position: absolute;
}

div.v3_header_shadow_left
{
	margin: 0 0 0 0px;
	height:7px;
	top : 100px;	
	left: 103px;
	width : 7px;
	background: url(/images/v3_menu_shadow_up.png);
	position: absolute;
}
  
 
/*
 *	V3 Menu 
 */
div.v3_menu
{
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	top: 103px;
	left: 0px;
   right: auto;
	position: absolute;
	color: #333333;
}
 
div.v3_menu table
{
	width: 110px;
} 
 
div.v3_menu table
{
	border-collapse: collapse;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-spacing: 0px;
}

td.v3_menu_main
{
	background: url(/images/v3_menu_background.png);
}

td.v3_menu_shadow_right
{
	padding: 0 0 0 0;
	background: url(/images/v3_menu_shadow_right.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 7px;
}

td.v3_menu_shadow_down
{
	padding: 0 0 0 0;
	background: url(/images/v3_menu_shadow_down.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 7px;
}

div.v3_menu_title
{
	background-color: #333333;
	color: White;
}

div.v3_menu a, div.v3_menu em
{
	display: block;
	margin: 0 0 0 0;
	color: #333333;
}

div.v3_menu a:link
{
	text-decoration: none;
	color : #333333;
}

div.v3_menu a:visited
{
	text-decoration: none;
	color : #333333;
}

div.v3_menu a:hover
{
	background: #FF0000;
	color: White;
}

div.v3_menu p
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	border: none;
	color: white;
	padding: 0 0 0 0;
}

/*
 *	V3 Bottom
 */
div.v3_bottom
{
	font-size: 9px;
	background: url(/images/v3_menu_background.png);	
	text-align: right;
}

/*
 * V3 Main Area
 */
div.v3_main
{
	margin-left : 120px;
	margin-top: 120px;
	margin-right : 20px;
}

/*
 * Project
 */
div.v3_project_title
{
	color: White;
	background-color: #333333;	
	margin: 0 0 0 0;
}

/*
 * Project Box
 */
div.v3_project_box
{
	background: url(/images/v3_menu_background.png);	
	border-left-color: #333333;
	border-left-style: dashed;
	border-left-width: 1px;
	border-right-color: #333333;
	border-right-style: dashed;
	border-right-width: 1px;	
	margin: 0 0 0 0;
}

div.v3_project_media
{
	background: url(/images/v3_menu_background.png);	
	border-left-color: #333333;
	border-left-style: dashed;
	border-left-width: 1px;
	border-right-color: #333333;
	border-right-style: dashed;
	border-right-width: 1px;	
	margin: 0 0 0 0;
	text-align: center;
}

div.v3_project_box_separator
{
	margin-bottom: 50px;
	border-bottom-color: #333333;
	border-bottom-style: dashed;
	border-bottom-width: 1px;	
}

div.v3_project_box div.title
{
	padding-left: 20px;
	padding-bottom: 10px;	
	padding-top: 10px;
	background-color: #9ACD32;
}

div.v3_project_box div.description
{
	padding-left: 20px;
	padding-bottom: 10px;	
	padding-top: 10px;	
	padding-right: 20px;		
	text-indent: 10px;	
}

div.v3_project_pictures
{
	text-align: center;
	background: url(/images/v3_background_black.png);	
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 0 0 0;
	border-left-color: #FFFFFF;
	border-left-style: dashed;
	border-left-width: 1px;	
	border-right-color: #FFFFFF;
	border-right-style: dashed;
	border-right-width: 1px;	
}

div.v3_project_pictures img
{
	border: 5px solid White;
}

div.v3_project_pictures img:hover
{
	border: 5px solid #9ACD32;
}

li
{
	list-style: square inside;
}

td.v3_media_preview_video
{
	padding : 20px;
	text-align: center;
}

td.v3_media_preview_download
{
	vertical-align: top;
	text-align: left;
	padding: 20px 20px 20px 20px;
}

td.v3_media_preview_download div.title
{
	color: White;
	background: Red;
	margin-bottom: 20px;
}

td.v3_media_preview_download div.download
{
	right: 0px;
	text-align: center;
	margin-bottom: 20px;
	max-width: 1000px;	
}

div.v3_news_color1
{
	background: url(/images/v3_menu_background.png);
	color: #333333;
	border-left-color: #9ACD32;
	border-left-style: solid;
	border-left-width: 10px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
	padding-bottom: 10px;	
}

div.v3_news_color2
{
	background: url(/images/v3_menu_background.png);
	color: #333333;
	border-left-color: #9ACD32;
	border-left-style: solid;
	border-left-width: 10px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;	
	padding-bottom: 10px;	
}

div.v3_news_color1:hover
{
	background: #EEFFC9;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 10px;
}


div.v3_news_color2:hover
{
	background: #EEFFC9;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 10px;
}

div.v3_news span.v3_date
{
	font-size: 10px;
}

div.v3_news span.v3_title
{
	font-size: 10px;
}

div.v3_news_color1 div.v3_news
{
	padding-left: 40px;
	padding-right: 40px;	
	border: none;
	background: none;
}

div.v3_news_color2 div.v3_news
{
	padding-left: 40px;
	padding-right: 40px;	
	border: none;
	background: none;
}

span.v3_news_navigator
{
	text-align: center;
}

span.v3_fixed_space
{
	width: 20px;
}